Class VectorStoreFileBatchStatus

java.lang.Object
com.azure.core.util.ExpandableStringEnum<VectorStoreFileBatchStatus>
com.azure.ai.openai.assistants.models.VectorStoreFileBatchStatus
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class VectorStoreFileBatchStatus extends com.azure.core.util.ExpandableStringEnum<VectorStoreFileBatchStatus>
The status of the vector store file batch.
  • Field Details

  • Constructor Details

    • VectorStoreFileBatchStatus

      @Deprecated public VectorStoreFileBatchStatus()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of VectorStoreFileBatchStatus value.
  • Method Details

    • fromString

      public static VectorStoreFileBatchStatus fromString(String name)
      Creates or finds a VectorStoreFileBatchStatus from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding VectorStoreFileBatchStatus.
    • values

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