Partilhar via


AzureOpenAIClient.GetBatchClient(String) Method

Definition

Gets a new OpenAI.Batch.BatchClient instance configured for batch operation use with the Azure OpenAI service.

public OpenAI.Batch.BatchClient GetBatchClient (string deploymentName);
override this.GetBatchClient : string -> OpenAI.Batch.BatchClient
Public Function GetBatchClient (deploymentName As String) As BatchClient

Parameters

deploymentName
String

The model deployment name to use for the new client's audio operations.

Returns

OpenAI.Batch.BatchClient

A new OpenAI.Batch.BatchClient instance.

Applies to