Share via


VectorStoreFileStatus Struct

Definition

Vector store file status.

public readonly struct VectorStoreFileStatus : IEquatable<Azure.AI.Projects.VectorStoreFileStatus>
type VectorStoreFileStatus = struct
Public Structure VectorStoreFileStatus
Implements IEquatable(Of VectorStoreFileStatus)
Inheritance
VectorStoreFileStatus
Implements

Constructors

VectorStoreFileStatus(String)

Initializes a new instance of VectorStoreFileStatus.

Properties

Cancelled

The file was cancelled.

Completed

The file has been successfully processed.

Failed

The file has failed to process.

InProgress

The file is currently being processed.

Methods

Equals(VectorStoreFileStatus)

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(VectorStoreFileStatus, VectorStoreFileStatus)

Determines if two VectorStoreFileStatus values are the same.

Implicit(String to VectorStoreFileStatus)

Converts a String to a VectorStoreFileStatus.

Inequality(VectorStoreFileStatus, VectorStoreFileStatus)

Determines if two VectorStoreFileStatus values are not the same.

Applies to