VectorStoreStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Vector store possible status.
public readonly struct VectorStoreStatus : IEquatable<Azure.AI.Projects.VectorStoreStatus>
type VectorStoreStatus = struct
Public Structure VectorStoreStatus
Implements IEquatable(Of VectorStoreStatus)
- Inheritance
-
VectorStoreStatus
- Implements
Constructors
VectorStoreStatus(String) |
Initializes a new instance of VectorStoreStatus. |
Properties
Completed |
completed status indicates that this vector store is ready for use. |
Expired |
expired status indicates that this vector store has expired and is no longer available for use. |
InProgress |
in_progress status indicates that this vector store is still processing files. |
Methods
Equals(VectorStoreStatus) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(VectorStoreStatus, VectorStoreStatus) |
Determines if two VectorStoreStatus values are the same. |
Implicit(String to VectorStoreStatus) |
Converts a String to a VectorStoreStatus. |
Inequality(VectorStoreStatus, VectorStoreStatus) |
Determines if two VectorStoreStatus values are not the same. |
Applies to
Azure SDK for .NET