Class VectorEncodingFormat
java.lang.Object
com.azure.core.util.ExpandableStringEnum<VectorEncodingFormat>
com.azure.search.documents.indexes.models.VectorEncodingFormat
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class VectorEncodingFormat
extends com.azure.core.util.ExpandableStringEnum<VectorEncodingFormat>
The encoding format for interpreting vector field contents.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VectorEncodingFormatEncoding format representing bits packed into a wider data type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VectorEncodingFormatfromString(String name) Creates or finds a VectorEncodingFormat from its string representation.static Collection<VectorEncodingFormat> values()Gets known VectorEncodingFormat values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
PACKED_BIT
Encoding format representing bits packed into a wider data type.
-
-
Constructor Details
-
VectorEncodingFormat
Deprecated.Use thefromString(String)factory method.Creates a new instance of VectorEncodingFormat value.
-
-
Method Details
-
fromString
Creates or finds a VectorEncodingFormat from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding VectorEncodingFormat.
-
values
Gets known VectorEncodingFormat values.- Returns:
- known VectorEncodingFormat values.
-
fromString(String)factory method.