Class MistralAiEmbeddingProperties.Options
java.lang.Object
org.springframework.ai.model.mistralai.autoconfigure.MistralAiEmbeddingProperties.Options
- Enclosing class:
- MistralAiEmbeddingProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringDeprecated, for removal: This API element is subject to removal in a future version.@Nullable StringgetModel()Deprecated, for removal: This API element is subject to removal in a future version.voidsetEncodingFormat(@Nullable String encodingFormat) void
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
getModel
@DeprecatedConfigurationProperty(replacement="spring.ai.mistralai.embedding.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
-
getEncodingFormat
@DeprecatedConfigurationProperty(replacement="spring.ai.mistralai.embedding.encoding-format") @Deprecated(since="2.0.0", forRemoval=true) public @Nullable String getEncodingFormat()Deprecated, for removal: This API element is subject to removal in a future version. -
setEncodingFormat
-