Package com.google.genai.types
Class CreateEmbeddingsBatchJobConfig
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.CreateEmbeddingsBatchJobConfig
Config for optional parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for CreateEmbeddingsBatchJobConfig. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for CreateEmbeddingsBatchJobConfig.The user-defined name of this BatchJob.Deserializes a JSON string to a CreateEmbeddingsBatchJobConfig object.abstract Optional<HttpOptions>Used to override HTTP request options.Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
CreateEmbeddingsBatchJobConfig
public CreateEmbeddingsBatchJobConfig()
-
-
Method Details
-
httpOptions
Used to override HTTP request options. -
displayName
The user-defined name of this BatchJob. -
builder
Instantiates a builder for CreateEmbeddingsBatchJobConfig. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a CreateEmbeddingsBatchJobConfig object.
-