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

VectorStore.Status Property

Definition

The status of the vector store, which can be either expired, in_progress, or completed. A status of completed indicates that the vector store is ready for use.

public Azure.AI.Projects.VectorStoreStatus Status { get; }
member this.Status : Azure.AI.Projects.VectorStoreStatus
Public ReadOnly Property Status As VectorStoreStatus

Property Value

Applies to