Package com.google.genai.types
Class CreateBatchJobConfig.Builder
java.lang.Object
com.google.genai.types.CreateBatchJobConfig.Builder
- Enclosing class:
- CreateBatchJobConfig
Builder for CreateBatchJobConfig.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract CreateBatchJobConfigbuild()Clears the value of dest field.Clears the value of displayName field.Clears the value of httpOptions field.abstract CreateBatchJobConfig.Builderdest(BatchJobDestination dest) Setter for dest.dest(BatchJobDestination.Builder destBuilder) Setter for dest builder.abstract CreateBatchJobConfig.BuilderdisplayName(String displayName) Setter for displayName.abstract CreateBatchJobConfig.BuilderhttpOptions(HttpOptions httpOptions) Setter for httpOptions.httpOptions(HttpOptions.Builder httpOptionsBuilder) Setter for httpOptions builder.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
httpOptions
Setter for httpOptions.httpOptions: Used to override HTTP request options.
-
httpOptions
@CanIgnoreReturnValue public CreateBatchJobConfig.Builder httpOptions(HttpOptions.Builder httpOptionsBuilder) Setter for httpOptions builder.httpOptions: Used to override HTTP request options.
-
clearHttpOptions
Clears the value of httpOptions field. -
displayName
Setter for displayName.displayName: The user-defined name of this BatchJob.
-
clearDisplayName
Clears the value of displayName field. -
dest
Setter for dest.dest: GCS or BigQuery URI prefix for the output predictions. Example: "gs://path/to/output/data" or "bq://projectId.bqDatasetId.bqTableId".
-
dest
@CanIgnoreReturnValue public CreateBatchJobConfig.Builder dest(BatchJobDestination.Builder destBuilder) Setter for dest builder.dest: GCS or BigQuery URI prefix for the output predictions. Example: "gs://path/to/output/data" or "bq://projectId.bqDatasetId.bqTableId".
-
clearDest
Clears the value of dest field. -
build
-