Uses of Class
software.amazon.awssdk.services.bedrockagent.model.EmbeddingDataType
-
Packages that use EmbeddingDataType Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of EmbeddingDataType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return EmbeddingDataType Modifier and Type Method Description EmbeddingDataTypeBedrockEmbeddingModelConfiguration. embeddingDataType()The data type for the vectors when using a model to convert text into vector embeddings.static EmbeddingDataTypeEmbeddingDataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EmbeddingDataTypeEmbeddingDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static EmbeddingDataType[]EmbeddingDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type EmbeddingDataType Modifier and Type Method Description static Set<EmbeddingDataType>EmbeddingDataType. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type EmbeddingDataType Modifier and Type Method Description BedrockEmbeddingModelConfiguration.BuilderBedrockEmbeddingModelConfiguration.Builder. embeddingDataType(EmbeddingDataType embeddingDataType)The data type for the vectors when using a model to convert text into vector embeddings.
-