你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VectorStoreFileBatchStatus Struct

Definition

The status of the vector store file batch.

public readonly struct VectorStoreFileBatchStatus : IEquatable<Azure.AI.Agents.Persistent.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