Uses of Class
com.azure.resourcemanager.cosmos.models.VectorDataType
Packages that use VectorDataType
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of VectorDataType in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as VectorDataTypeModifier and TypeFieldDescriptionstatic final VectorDataTypeVectorDataType.FLOAT32Static value float32 for VectorDataType.static final VectorDataTypeVectorDataType.INT8Static value int8 for VectorDataType.static final VectorDataTypeVectorDataType.UINT8Static value uint8 for VectorDataType.Methods in com.azure.resourcemanager.cosmos.models that return VectorDataTypeModifier and TypeMethodDescriptionVectorEmbedding.dataType()Get the dataType property: Indicates the data type of vector.static VectorDataTypeVectorDataType.fromString(String name) Creates or finds a VectorDataType from its string representation.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type VectorDataTypeModifier and TypeMethodDescriptionstatic Collection<VectorDataType> VectorDataType.values()Gets known VectorDataType values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type VectorDataTypeModifier and TypeMethodDescriptionVectorEmbedding.withDataType(VectorDataType dataType) Set the dataType property: Indicates the data type of vector.