AIProjectsModelFactory.VectorStoreFileDeletionStatus Method
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.
Initializes a new instance of VectorStoreFileDeletionStatus.
public static Azure.AI.Projects.VectorStoreFileDeletionStatus VectorStoreFileDeletionStatus (string id = default, bool deleted = false, Azure.AI.Projects.VectorStoreFileDeletionStatusObject object = default);
static member VectorStoreFileDeletionStatus : string * bool * Azure.AI.Projects.VectorStoreFileDeletionStatusObject -> Azure.AI.Projects.VectorStoreFileDeletionStatus
Public Shared Function VectorStoreFileDeletionStatus (Optional id As String = Nothing, Optional deleted As Boolean = false, Optional object As VectorStoreFileDeletionStatusObject = Nothing) As VectorStoreFileDeletionStatus
Parameters
- id
- String
The ID of the resource specified for deletion.
- deleted
- Boolean
A value indicating whether deletion was successful.
The object type, which is always 'vector_store.deleted'.
Returns
A new VectorStoreFileDeletionStatus instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET