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 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.
      Use the fromString(String) factory method.
      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:
      name - a name to look for.
      Returns:
      the corresponding VectorEncodingFormat.
    • values

      public static Collection<VectorEncodingFormat> values()
      Gets known VectorEncodingFormat values.
      Returns:
      known VectorEncodingFormat values.