Microsoft.MachineLearningServices ワークスペース/エンドポイント 2024-04-01-preview
Bicep リソース定義
ワークスペース/エンドポイントのリソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/workspaces/endpoints リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.MachineLearningServices/workspaces/endpoints@2024-04-01-preview' = {
name: 'string'
parent: resourceSymbolicName
properties: {
associatedResourceId: 'string'
endpointUri: 'string'
failureReason: 'string'
name: 'string'
shouldCreateAiServicesEndpoint: bool
endpointType: 'string'
// For remaining properties, see EndpointResourceProperties objects
}
}
EndpointResourceProperties オブジェクト
endpointType プロパティを設定して、オブジェクトの種類を指定します。
Azure.ContentSafetyを
endpointType: 'Azure.ContentSafety'
Azure.OpenAIを
endpointType: 'Azure.OpenAI'
Azure.Speechを
endpointType: 'Azure.Speech'
managedOnlineEndpoint
endpointType: 'managedOnlineEndpoint'
プロパティ値
workspaces/endpoints
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 Bicepで子リソースの名前と種類 |
string (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: ワークスペース |
プロパティ | EndpointResourceProperties (必須) |
EndpointResourceProperties
名前 | 形容 | 価値 |
---|---|---|
associatedResourceId | 組み込みのモデル サービス エンドポイントを作成するための Byo リソース ID。 | 糸 |
endpointUri | エンドポイントの URI。 | 糸 |
failureReason | 作成に失敗した場合のエラーの理由。 | 糸 |
名前 | エンドポイントの名前。 | 糸 |
shouldCreateAiServicesEndpoint | プロキシ (byo 以外) エンドポイントが通常のエンドポイントか、OneKeyV2 AI サービス アカウント エンドポイントか。 | bool |
endpointType | オブジェクトの種類を設定する | Azure.ContentSafety の Azure.OpenAI Azure.Speech managedOnlineEndpoint |
ContentSafetyEndpointResourceProperties
名前 | 形容 | 価値 |
---|---|---|
endpointType | エンドポイントの種類。 | 'Azure.ContentSafety' (必須) |
OpenAIEndpointResourceProperties
名前 | 形容 | 価値 |
---|---|---|
endpointType | エンドポイントの種類。 | 'Azure.OpenAI' (必須) |
SpeechEndpointResourceProperties
名前 | 形容 | 価値 |
---|---|---|
endpointType | エンドポイントの種類。 | 'Azure.Speech' (必須) |
ManagedOnlineEndpointResourceProperties
名前 | 形容 | 価値 |
---|---|---|
endpointType | エンドポイントの種類。 | 'managedOnlineEndpoint' (必須) |
ARM テンプレート リソース定義
ワークスペース/エンドポイントのリソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/workspaces/endpoints リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.MachineLearningServices/workspaces/endpoints",
"apiVersion": "2024-04-01-preview",
"name": "string",
"properties": {
"associatedResourceId": "string",
"endpointUri": "string",
"failureReason": "string",
"name": "string",
"shouldCreateAiServicesEndpoint": "bool",
"endpointType": "string"
// For remaining properties, see EndpointResourceProperties objects
}
}
EndpointResourceProperties オブジェクト
endpointType プロパティを設定して、オブジェクトの種類を指定します。
Azure.ContentSafetyを
"endpointType": "Azure.ContentSafety"
Azure.OpenAIを
"endpointType": "Azure.OpenAI"
Azure.Speechを
"endpointType": "Azure.Speech"
managedOnlineEndpoint
"endpointType": "managedOnlineEndpoint"
プロパティ値
workspaces/endpoints
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | 'Microsoft.MachineLearningServices/workspaces/endpoints' |
apiVersion | リソース API のバージョン | '2024-04-01-preview' |
名前 | リソース名 JSON ARM テンプレートで子リソースの名前と型 |
string (必須) |
プロパティ | EndpointResourceProperties (必須) |
EndpointResourceProperties
名前 | 形容 | 価値 |
---|---|---|
associatedResourceId | 組み込みのモデル サービス エンドポイントを作成するための Byo リソース ID。 | 糸 |
endpointUri | エンドポイントの URI。 | 糸 |
failureReason | 作成に失敗した場合のエラーの理由。 | 糸 |
名前 | エンドポイントの名前。 | 糸 |
shouldCreateAiServicesEndpoint | プロキシ (byo 以外) エンドポイントが通常のエンドポイントか、OneKeyV2 AI サービス アカウント エンドポイントか。 | bool |
endpointType | オブジェクトの種類を設定する | Azure.ContentSafety の Azure.OpenAI Azure.Speech managedOnlineEndpoint |
ContentSafetyEndpointResourceProperties
名前 | 形容 | 価値 |
---|---|---|
endpointType | エンドポイントの種類。 | 'Azure.ContentSafety' (必須) |
OpenAIEndpointResourceProperties
名前 | 形容 | 価値 |
---|---|---|
endpointType | エンドポイントの種類。 | 'Azure.OpenAI' (必須) |
SpeechEndpointResourceProperties
名前 | 形容 | 価値 |
---|---|---|
endpointType | エンドポイントの種類。 | 'Azure.Speech' (必須) |
ManagedOnlineEndpointResourceProperties
名前 | 形容 | 価値 |
---|---|---|
endpointType | エンドポイントの種類。 | 'managedOnlineEndpoint' (必須) |
Terraform (AzAPI プロバイダー) リソース定義
ワークスペース/エンドポイントのリソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/workspaces/endpoints リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MachineLearningServices/workspaces/endpoints@2024-04-01-preview"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
associatedResourceId = "string"
endpointUri = "string"
failureReason = "string"
name = "string"
shouldCreateAiServicesEndpoint = bool
endpointType = "string"
// For remaining properties, see EndpointResourceProperties objects
}
})
}
EndpointResourceProperties オブジェクト
endpointType プロパティを設定して、オブジェクトの種類を指定します。
Azure.ContentSafetyを
endpointType = "Azure.ContentSafety"
Azure.OpenAIを
endpointType = "Azure.OpenAI"
Azure.Speechを
endpointType = "Azure.Speech"
managedOnlineEndpoint
endpointType = "managedOnlineEndpoint"
プロパティ値
workspaces/endpoints
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | "Microsoft.MachineLearningServices/workspaces/endpoints@2024-04-01-preview" |
名前 | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: ワークスペース |
プロパティ | EndpointResourceProperties (必須) |
EndpointResourceProperties
名前 | 形容 | 価値 |
---|---|---|
associatedResourceId | 組み込みのモデル サービス エンドポイントを作成するための Byo リソース ID。 | 糸 |
endpointUri | エンドポイントの URI。 | 糸 |
failureReason | 作成に失敗した場合のエラーの理由。 | 糸 |
名前 | エンドポイントの名前。 | 糸 |
shouldCreateAiServicesEndpoint | プロキシ (byo 以外) エンドポイントが通常のエンドポイントか、OneKeyV2 AI サービス アカウント エンドポイントか。 | bool |
endpointType | オブジェクトの種類を設定する | Azure.ContentSafety の Azure.OpenAI Azure.Speech managedOnlineEndpoint |
ContentSafetyEndpointResourceProperties
名前 | 形容 | 価値 |
---|---|---|
endpointType | エンドポイントの種類。 | "Azure.ContentSafety" (必須) |
OpenAIEndpointResourceProperties
名前 | 形容 | 価値 |
---|---|---|
endpointType | エンドポイントの種類。 | "Azure.OpenAI" (必須) |
SpeechEndpointResourceProperties
名前 | 形容 | 価値 |
---|---|---|
endpointType | エンドポイントの種類。 | "Azure.Speech" (必須) |
ManagedOnlineEndpointResourceProperties
名前 | 形容 | 価値 |
---|---|---|
endpointType | エンドポイントの種類。 | "managedOnlineEndpoint" (必須) |