GetBatchJobParameters

@Serializable
data class GetBatchJobParameters(val name: String? = null, val config: GetBatchJobConfig? = null)

Config for batches.get parameters.

Constructors

Link copied to clipboard
constructor(name: String? = null, config: GetBatchJobConfig? = null)

Properties

Link copied to clipboard

Optional parameters for the request.

Link copied to clipboard
val name: String? = null

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