Create Batch Job Config
@Serializable
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
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.