AzureAIModelTarget interface
代表一個目標,指定一個 Azure AI 模型用於需要模型選擇的操作。
- Extends
屬性
| model | Azure AI 模型的唯一識別碼。 |
| sampling_params | 用於控制模型在文字生成過程中取樣行為的參數。 |
| type | 目標的類型,一律 |
屬性詳細資料
model
Azure AI 模型的唯一識別碼。
model?: string
屬性值
string
sampling_params
type
目標的類型,一律 azure_ai_model。
type: "azure_ai_model"
屬性值
"azure_ai_model"