CreateBatchJobConfig

@Serializable
data class CreateBatchJobConfig(val httpOptions: HttpOptions? = null, val displayName: String? = null, val dest: BatchJobDestination? = null, val webhookConfig: WebhookConfig? = null)

Config for optional parameters.

Constructors

Link copied to clipboard
constructor(httpOptions: HttpOptions? = null, displayName: String? = null, dest: BatchJobDestination? = null, webhookConfig: WebhookConfig? = null)

Properties

Link copied to clipboard

GCS or BigQuery URI prefix for the output predictions. Example: "gs://path/to/output/data" or "bq://projectId.bqDatasetId.bqTableId".

Link copied to clipboard
val displayName: String? = null

The user-defined name of this BatchJob.

Link copied to clipboard

Used to override HTTP request options.

Link copied to clipboard

Webhook configuration for receiving notifications when the batch operation completes.