Uses of Enum Class
org.springframework.ai.bedrock.cohere.api.CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType
Packages that use CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType
-
Uses of CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType in org.springframework.ai.bedrock.cohere
Methods in org.springframework.ai.bedrock.cohere that return CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputTypeMethods in org.springframework.ai.bedrock.cohere with parameters of type CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputTypeModifier and TypeMethodDescriptionBedrockCohereEmbeddingOptions.Builder.inputType(CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType inputType) voidBedrockCohereEmbeddingOptions.setInputType(CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType inputType) -
Uses of CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType in org.springframework.ai.bedrock.cohere.api
Methods in org.springframework.ai.bedrock.cohere.api that return CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputTypeModifier and TypeMethodDescriptionCohereEmbeddingBedrockApi.CohereEmbeddingRequest.inputType()Returns the value of theinputTyperecord component.Returns the enum constant of this class with the specified name.CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.ai.bedrock.cohere.api with parameters of type CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputTypeModifierConstructorDescriptionCohereEmbeddingRequest(List<String> texts, CohereEmbeddingBedrockApi.CohereEmbeddingRequest.InputType inputType, CohereEmbeddingBedrockApi.CohereEmbeddingRequest.Truncate truncate) Creates an instance of aCohereEmbeddingRequestrecord class.