Package com.google.genai.types
Class CreateEmbeddingsBatchJobParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.CreateEmbeddingsBatchJobParameters
Config for batches.create parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for CreateEmbeddingsBatchJobParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for CreateEmbeddingsBatchJobParameters.abstract Optional<CreateEmbeddingsBatchJobConfig>config()Optional parameters for creating a BatchJob.Deserializes a JSON string to a CreateEmbeddingsBatchJobParameters object.model()The name of the model to produces the predictions via the BatchJob.abstract Optional<EmbeddingsBatchJobSource>src()input data to run batch job".Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
CreateEmbeddingsBatchJobParameters
public CreateEmbeddingsBatchJobParameters()
-
-
Method Details
-
model
The name of the model to produces the predictions via the BatchJob. -
src
input data to run batch job". -
config
Optional parameters for creating a BatchJob. -
builder
Instantiates a builder for CreateEmbeddingsBatchJobParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a CreateEmbeddingsBatchJobParameters object.
-