次の方法で共有


VectorStoreFileBatchStatus Struct

Definition

The status of the vector store file batch.

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

Constructors

VectorStoreFileBatchStatus(String)

Initializes a new instance of VectorStoreFileBatchStatus.

Properties

Cancelled

The vector store file batch was cancelled.

Completed

the vector store file batch is ready for use.

Failed

The vector store file batch failed to process.

InProgress

The vector store is still processing this file batch.

Methods

Equals(VectorStoreFileBatchStatus)

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

Determines if two VectorStoreFileBatchStatus values are the same.

Implicit(String to VectorStoreFileBatchStatus)

Converts a String to a VectorStoreFileBatchStatus.

Inequality(VectorStoreFileBatchStatus, VectorStoreFileBatchStatus)

Determines if two VectorStoreFileBatchStatus values are not the same.

Applies to