Interface GetBatchJobParameters

Config for batches.get parameters.

interface GetBatchJobParameters {
    config?: GetBatchJobConfig;
    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.