Uses of Enum
com.azure.cosmos.models.CosmosVectorDataType
Packages that use CosmosVectorDataType
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosVectorDataType in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CosmosVectorDataTypeModifier and TypeMethodDescriptionstatic CosmosVectorDataTypeCosmosVectorDataType.fromString(String value) Method to retrieve the enum constant by its overWireValue.CosmosVectorEmbedding.getDataType()Gets the data type for the cosmosVectorEmbedding.static CosmosVectorDataTypeReturns the enum constant of this type with the specified name.static CosmosVectorDataType[]CosmosVectorDataType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.cosmos.models with parameters of type CosmosVectorDataTypeModifier and TypeMethodDescriptionCosmosVectorEmbedding.setDataType(CosmosVectorDataType dataType) Sets the data type for the cosmosVectorEmbedding.