Class VertexAiTextEmbeddingProperties.Options
java.lang.Object
org.springframework.ai.model.vertexai.autoconfigure.embedding.VertexAiTextEmbeddingProperties.Options
- Enclosing class:
- VertexAiTextEmbeddingProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringgetModel()Deprecated, for removal: This API element is subject to removal in a future version.@Nullable IntegerDeprecated, for removal: This API element is subject to removal in a future version.@Nullable VertexAiTextEmbeddingOptions.TaskTypeDeprecated, for removal: This API element is subject to removal in a future version.@Nullable StringgetTitle()Deprecated, for removal: This API element is subject to removal in a future version.voidvoidsetOutputDimensionality(@Nullable Integer outputDimensionality) voidsetTaskType(@Nullable VertexAiTextEmbeddingOptions.TaskType taskType) void
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
getModel
@DeprecatedConfigurationProperty(replacement="spring.ai.vertex.ai.embedding.text.model") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getModel()Deprecated, for removal: This API element is subject to removal in a future version. -
setModel
-
getTaskType
@DeprecatedConfigurationProperty(replacement="spring.ai.vertex.ai.embedding.text.task-type") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable VertexAiTextEmbeddingOptions.TaskType getTaskType()Deprecated, for removal: This API element is subject to removal in a future version. -
setTaskType
-
getOutputDimensionality
@DeprecatedConfigurationProperty(replacement="spring.ai.vertex.ai.embedding.text.output-dimensionality") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable Integer getOutputDimensionality()Deprecated, for removal: This API element is subject to removal in a future version. -
setOutputDimensionality
-
getTitle
@DeprecatedConfigurationProperty(replacement="spring.ai.vertex.ai.embedding.text.title") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getTitle()Deprecated, for removal: This API element is subject to removal in a future version. -
setTitle
-