AzureAIModelTarget interface
表示指定Azure AI 模型以用于需要模型选择的作的目标。
- 扩展
属性
| 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"