Interface CancelBatchJobParameters

Config for batches.cancel parameters.

interface CancelBatchJobParameters {
    config?: CancelBatchJobConfig;
    name: string;
}

Properties

Properties

Optional parameters for the request.

name: string

A fully-qualified BatchJob resource name or ID. Example: "projects/.../locations/.../batchPredictionJobs/456" or "456" when project and location are initialized in the client.