Package com.google.genai.types
Class CreateBatchJobConfig
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.CreateBatchJobConfig
Config for optional parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for CreateBatchJobConfig. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateBatchJobConfig.Builder
builder()
Instantiates a builder for CreateBatchJobConfig.abstract Optional<BatchJobDestination>
dest()
GCS or BigQuery URI prefix for the output predictions.The user-defined name of this BatchJob.static CreateBatchJobConfig
Deserializes a JSON string to a CreateBatchJobConfig object.abstract Optional<HttpOptions>
Used to override HTTP request options.abstract CreateBatchJobConfig.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
CreateBatchJobConfig
public CreateBatchJobConfig()
-
-
Method Details
-
httpOptions
Used to override HTTP request options. -
displayName
The user-defined name of this BatchJob. -
dest
GCS or BigQuery URI prefix for the output predictions. Example: "gs://path/to/output/data" or "bq://projectId.bqDatasetId.bqTableId". -
builder
Instantiates a builder for CreateBatchJobConfig. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a CreateBatchJobConfig object.
-