VectorEncodingFormat Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. search. documents. indexes. models. VectorEncodingFormat
- com.
- com.
public final class VectorEncodingFormat
extends ExpandableStringEnum<VectorEncodingFormat>
The encoding format for interpreting vector field contents.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Vector |
PACKED_BIT
Encoding format representing bits packed into a wider data type. |
Constructor Summary
Constructor | Description |
---|---|
VectorEncodingFormat() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Vector |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Vector |
fromString(String name)
Creates or finds a Vector |
static
Collection<Vector |
values()
Gets known Vector |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
PACKED_BIT
public static final VectorEncodingFormat PACKED_BIT
Encoding format representing bits packed into a wider data type.
Constructor Details
VectorEncodingFormat
@Deprecated
public VectorEncodingFormat()
Deprecated
Creates a new instance of VectorEncodingFormat value.
Method Details
fromString
public static VectorEncodingFormat fromString(String name)
Creates or finds a VectorEncodingFormat from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known VectorEncodingFormat values.
Returns:
Applies to
Azure SDK for Java