Uses of Class
org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions.Builder
-
Uses of BedrockCohereEmbeddingOptions.Builder in org.springframework.ai.bedrock.cohere
Modifier and TypeMethodDescriptionBedrockCohereEmbeddingOptions.builder()
BedrockCohereEmbeddingOptions.Builder.inputType
(CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType inputType) BedrockCohereEmbeddingOptions.Builder.truncate
(CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate truncate) BedrockCohereEmbeddingOptions.Builder.withInputType
(CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType inputType) Deprecated, for removal: This API element is subject to removal in a future version.BedrockCohereEmbeddingOptions.Builder.withTruncate
(CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate truncate) Deprecated, for removal: This API element is subject to removal in a future version.usetruncate(Truncate)
instead.
inputType(InputType)
instead.