Interface DeleteBatchJobParameters

Config for batches.delete parameters.

interface DeleteBatchJobParameters {
    config?: DeleteBatchJobConfig;
    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.