Uses of Class
com.azure.search.documents.indexes.models.VectorEncodingFormat
Packages that use VectorEncodingFormat
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of VectorEncodingFormat in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as VectorEncodingFormatModifier and TypeFieldDescriptionstatic final VectorEncodingFormatVectorEncodingFormat.PACKED_BITEncoding format representing bits packed into a wider data type.Methods in com.azure.search.documents.indexes.models that return VectorEncodingFormatModifier and TypeMethodDescriptionstatic VectorEncodingFormatVectorEncodingFormat.fromString(String name) Creates or finds a VectorEncodingFormat from its string representation.SearchField.getVectorEncodingFormat()Get the vectorEncodingFormat property: The encoding format to interpret the field contents.Methods in com.azure.search.documents.indexes.models that return types with arguments of type VectorEncodingFormatModifier and TypeMethodDescriptionstatic Collection<VectorEncodingFormat> VectorEncodingFormat.values()Gets known VectorEncodingFormat values.Methods in com.azure.search.documents.indexes.models with parameters of type VectorEncodingFormatModifier and TypeMethodDescriptionSearchField.setVectorEncodingFormat(VectorEncodingFormat vectorEncodingFormat) Set the vectorEncodingFormat property: The encoding format to interpret the field contents.