IOpenAIClient.CancelVectorStoreFileBatchAsync

IOpenAIClient.CancelVectorStoreFileBatchAsync metodu

Belirli bir vektör depolama dosya grubunu asenkron olarak iptal eder.

public Task<VectorStoreFileBatchResponse> CancelVectorStoreFileBatchAsync(string vectorStoreId, 
    string fileBatchId, CancellationToken? cancellationToken = default)
ParametreTürAçıklama
vectorStoreIdStringİptal edilecek dosya grubunu içeren vektör deposunun kimliği.
fileBatchIdStringİptal edilecek dosya grubunun kimliği.
cancellationTokenNullable`1İşlemi iptal etmek için bir token.

Dönüş Değeri

Asenkron işlemi temsil eden bir görev. Görev sonucu, dosya grubunun iptal edilmesinden gelen yanıtı içerir.

İstisnalar

istisnadurum
AIClientExceptionVektör deposu kimliği null veya boş olduğunda fırlatılır.
AIClientExceptionVektör depolama dosya grubu kimliği null veya boş olduğunda fırlatılır.

Ayrıca Bakınız