-
Returns the enum constant of this class with the specified name.
VertexAiEmbeddingModel.TaskType.values()
Returns an array containing the constants of this enum class, in
the order they are declared.
VertexAiEmbeddingModel(String endpoint,
String project,
String location,
String publisher,
String modelName,
Integer maxRetries,
Integer maxSegmentsPerBatch,
Integer maxTokensPerBatch,
VertexAiEmbeddingModel.TaskType taskType,
String titleMetadataKey,
Integer outputDimensionality,
Boolean autoTruncate)