Share via


AzureAIModelTarget interface

Represents a target specifying an Azure AI model for operations requiring model selection.

Extends

Properties

model

The unique identifier of the Azure AI model.

sampling_params

The parameters used to control the sampling behavior of the model during text generation.

type

The type of target, always azure_ai_model.

Property Details

model

The unique identifier of the Azure AI model.

model?: string

Property Value

string

sampling_params

The parameters used to control the sampling behavior of the model during text generation.

sampling_params?: ModelSamplingParams

Property Value

type

The type of target, always azure_ai_model.

type: "azure_ai_model"

Property Value

"azure_ai_model"