Microsoft.MachineLearningServices workspaces/endpoints 2024-07-01-preview

Bicep リソース定義

ワークスペース/エンドポイントのリソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.MachineLearningServices/workspaces/endpoints リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.MachineLearningServices/workspaces/endpoints@2024-07-01-preview' = {
  name: 'string'
  parent: resourceSymbolicName
  properties: {
    associatedResourceId: 'string'
    deployments: [
      {
        properties: {
          failureReason: 'string'
          type: 'string'
          // For remaining properties, see EndpointDeploymentResourceProperties objects
        }
      }
    ]
    endpointUri: 'string'
    failureReason: 'string'
    location: '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'
  authMode: 'string'
  compute: 'string'
  description: 'string'
  mirrorTraffic: {
    {customized property}: int
  }
  scoringUri: 'string'
  traffic: {
    {customized property}: int
  }

serverlessEndpointの場合は、次の値を使用します。

  endpointType: 'serverlessEndpoint'
  authMode: 'Key'
  capacityReservation: {
    capacityReservationGroupId: 'string'
    endpointReservedCapacity: int
  }
  contentSafety: {
    contentSafetyStatus: 'string'
  }
  endpointState: 'string'
  inferenceEndpoint: {}
  marketplaceSubscriptionId: 'string'
  metadata: any()
  modelSettings: {
    modelId: 'string'
  }
  offer: {
    offerName: 'string'
    publisher: 'string'
  }

EndpointDeploymentResourceProperties オブジェクト

プロパティを設定して、オブジェクトの型を指定します。

Azure.ContentSafetyを する場合は、次を使用します。

  type: 'Azure.ContentSafety'
  model: {
    format: 'string'
    name: 'string'
    source: 'string'
    version: 'string'
  }
  raiPolicyName: 'string'
  versionUpgradeOption: 'string'

Azure.OpenAIを する場合は、次を使用します。

  type: 'Azure.OpenAI'
  model: {
    format: 'string'
    name: 'string'
    source: 'string'
    version: 'string'
  }
  raiPolicyName: 'string'
  versionUpgradeOption: 'string'

Azure.Speechを する場合は、次を使用します。

  type: 'Azure.Speech'
  model: {
    format: 'string'
    name: 'string'
    source: 'string'
    version: 'string'
  }
  raiPolicyName: 'string'
  versionUpgradeOption: 'string'

managedOnlineEndpoint場合は、次の値を使用します。

  type: 'managedOnlineEndpoint'
  endpointComputeType: 'string'
  model: 'string'

プロパティ値

workspaces/endpoints

名前 形容 価値
名前 リソース名

Bicepで子リソースの名前と種類 設定する方法を参照してください。
string (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: ワークスペース
プロパティ EndpointResourceProperties (必須)

EndpointResourceProperties

名前 形容 価値
associatedResourceId 組み込みのモデル サービス エンドポイントを作成するための Byo リソース ID。
展開 デプロイ情報。 EndpointDeploymentResourcePropertiesBasicResource[]
endpointUri エンドポイントの URI。
failureReason 作成に失敗した場合のエラーの理由。
場所 エンドポイントの場所。
入力 dto と解析エンドポイント リソースが同じコントラクトを共有するため
この [場所] フィールドは、エンドポイント リソース情報を解析するためだけに使用されます。
ワークスペースと同じ場所を作成するため、お客様はエンドポイント リソースの場所を指定できません
名前 エンドポイントの名前。
shouldCreateAiServicesEndpoint プロキシ (byo 以外) エンドポイントが通常のエンドポイントか、OneKeyV2 AI サービス アカウント エンドポイントか。 bool
endpointType オブジェクトの種類を設定する Azure.ContentSafety の
Azure.OpenAI
Azure.Speech

managedOnlineEndpoint
する
serverlessEndpoint (必須)

EndpointDeploymentResourcePropertiesBasicResource

名前 形容 価値
プロパティ EndpointDeploymentResourceProperties (必須)

EndpointDeploymentResourceProperties

名前 形容 価値
failureReason 作成に失敗した場合のエラーの理由。
種類 オブジェクトの種類を設定する Azure.ContentSafety の
Azure.OpenAI
Azure.Speech

managedOnlineEndpoint
(必須)

ContentSafetyEndpointDeploymentResourceProperties

名前 形容 価値
種類 デプロイの種類。 'Azure.ContentSafety' (必須)
モデル エンドポイントのデプロイに使用されるモデル。 EndpointDeploymentModel (必須)
raiPolicyName RAI ポリシーの名前。
versionUpgradeOption デプロイ モデルバージョンのアップグレード オプション。 'NoAutoUpgrade'
'OnceCurrentVersionExpired'
'OnceNewDefaultVersionAvailable'

EndpointDeploymentModel

名前 形容 価値
形式 モデル形式
名前 モデル名。
随意。 デプロイ モデルのソース ARM リソース ID。
バージョン モデルのバージョン。

OpenAIEndpointDeploymentResourceProperties

名前 形容 価値
種類 デプロイの種類。 'Azure.OpenAI' (必須)
モデル エンドポイントのデプロイに使用されるモデル。 EndpointDeploymentModel (必須)
raiPolicyName RAI ポリシーの名前。
versionUpgradeOption デプロイ モデルバージョンのアップグレード オプション。 'NoAutoUpgrade'
'OnceCurrentVersionExpired'
'OnceNewDefaultVersionAvailable'

SpeechEndpointDeploymentResourceProperties

名前 形容 価値
種類 デプロイの種類。 'Azure.Speech' (必須)
モデル エンドポイントのデプロイに使用されるモデル。 EndpointDeploymentModel (必須)
raiPolicyName RAI ポリシーの名前。
versionUpgradeOption デプロイ モデルバージョンのアップグレード オプション。 'NoAutoUpgrade'
'OnceCurrentVersionExpired'
'OnceNewDefaultVersionAvailable'

ManagedOnlineEndpointDeploymentResourceProperties

名前 形容 価値
種類 デプロイの種類。 'managedOnlineEndpoint' (必須)
endpointComputeType エンドポイントのコンピューティングの種類を決定する列挙型。 'AzureMLCompute'
'Kubernetes'
'Managed'
モデル

ContentSafetyEndpointResourceProperties

名前 形容 価値
endpointType エンドポイントの種類。 'Azure.ContentSafety' (必須)

OpenAIEndpointResourceProperties

名前 形容 価値
endpointType エンドポイントの種類。 'Azure.OpenAI' (必須)

SpeechEndpointResourceProperties

名前 形容 価値
endpointType エンドポイントの種類。 'Azure.Speech' (必須)

ManagedOnlineEndpointResourceProperties

名前 形容 価値
endpointType エンドポイントの種類。 'managedOnlineEndpoint' (必須)
authMode エンドポイント認証モードを決定する列挙型。 'AADToken'
'AMLToken'
'Key'
計算する
形容
mirrorTraffic {integer} のディクショナリ ManagedOnlineEndpointResourcePropertiesMirrorTraffic の
scoringUri
交通 {integer} のディクショナリ ManagedOnlineEndpointResourcePropertiesTraffic の

ManagedOnlineEndpointResourcePropertiesMirrorTraffic

名前 形容 価値
{カスタマイズされたプロパティ} int

ManagedOnlineEndpointResourcePropertiesTraffic

名前 形容 価値
{カスタマイズされたプロパティ} int

ServerlessEndpointResourceProperties

名前 形容 価値
endpointType エンドポイントの種類。 'serverlessEndpoint' (必須)
authMode 'Key'
capacityReservation ServerlessEndpointCapacityReservation
contentSafety ServerlessEndpointContentSafety
endpointState サーバーレス エンドポイントの状態。 'Creating'
'CreationFailed'
'削除中'
'DeletionFailed'
'Online'
'Reinstating'
'Suspended'
'Suspending'
'Unknown'
inferenceEndpoint ServerlessEndpointInferenceEndpoint
marketplaceSubscriptionId
metadata 何か Bicep の場合は、any() 関数を使用できます。
modelSettings ServerlessEndpointModelSettings
提供 ServerlessOffer

ServerlessEndpointCapacityReservation

名前 形容 価値
capacityReservationGroupId string (必須)

制約:
最小長 = 1
パターン = [a-zA-Z0-9_]
endpointReservedCapacity int

ServerlessEndpointContentSafety

名前 形容 価値
contentSafetyStatus コンテンツの安全性の状態を指定します。 'Disabled'
'Enabled' (必須)

ServerlessEndpointInferenceEndpoint

このオブジェクトには、配置時に設定するプロパティは含まれません。 すべてのプロパティは ReadOnly です。

ServerlessEndpointModelSettings

名前 形容 価値
modelId string (必須)

制約:
最小長 = 1
パターン = [a-zA-Z0-9_]

ServerlessOffer

名前 形容 価値
offerName string (必須)

制約:
最小長 = 1
パターン = [a-zA-Z0-9_]
発行者 string (必須)

制約:
最小長 = 1
パターン = [a-zA-Z0-9_]

ARM テンプレート リソース定義

ワークスペース/エンドポイントのリソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.MachineLearningServices/workspaces/endpoints リソースを作成するには、次の JSON をテンプレートに追加します。

{
  "type": "Microsoft.MachineLearningServices/workspaces/endpoints",
  "apiVersion": "2024-07-01-preview",
  "name": "string",
  "properties": {
    "associatedResourceId": "string",
    "deployments": [
      {
        "properties": {
          "failureReason": "string",
          "type": "string"
          // For remaining properties, see EndpointDeploymentResourceProperties objects
        }
      }
    ],
    "endpointUri": "string",
    "failureReason": "string",
    "location": "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",
  "authMode": "string",
  "compute": "string",
  "description": "string",
  "mirrorTraffic": {
    "{customized property}": "int"
  },
  "scoringUri": "string",
  "traffic": {
    "{customized property}": "int"
  }

serverlessEndpointの場合は、次の値を使用します。

  "endpointType": "serverlessEndpoint",
  "authMode": "Key",
  "capacityReservation": {
    "capacityReservationGroupId": "string",
    "endpointReservedCapacity": "int"
  },
  "contentSafety": {
    "contentSafetyStatus": "string"
  },
  "endpointState": "string",
  "inferenceEndpoint": {},
  "marketplaceSubscriptionId": "string",
  "metadata": {},
  "modelSettings": {
    "modelId": "string"
  },
  "offer": {
    "offerName": "string",
    "publisher": "string"
  }

EndpointDeploymentResourceProperties オブジェクト

プロパティを設定して、オブジェクトの型を指定します。

Azure.ContentSafetyを する場合は、次を使用します。

  "type": "Azure.ContentSafety",
  "model": {
    "format": "string",
    "name": "string",
    "source": "string",
    "version": "string"
  },
  "raiPolicyName": "string",
  "versionUpgradeOption": "string"

Azure.OpenAIを する場合は、次を使用します。

  "type": "Azure.OpenAI",
  "model": {
    "format": "string",
    "name": "string",
    "source": "string",
    "version": "string"
  },
  "raiPolicyName": "string",
  "versionUpgradeOption": "string"

Azure.Speechを する場合は、次を使用します。

  "type": "Azure.Speech",
  "model": {
    "format": "string",
    "name": "string",
    "source": "string",
    "version": "string"
  },
  "raiPolicyName": "string",
  "versionUpgradeOption": "string"

managedOnlineEndpoint場合は、次の値を使用します。

  "type": "managedOnlineEndpoint",
  "endpointComputeType": "string",
  "model": "string"

プロパティ値

workspaces/endpoints

名前 形容 価値
種類 リソースの種類 'Microsoft.MachineLearningServices/workspaces/endpoints'
apiVersion リソース API のバージョン '2024-07-01-preview'
名前 リソース名

JSON ARM テンプレートで子リソースの名前と型 設定する方法を参照してください。
string (必須)
プロパティ EndpointResourceProperties (必須)

EndpointResourceProperties

名前 形容 価値
associatedResourceId 組み込みのモデル サービス エンドポイントを作成するための Byo リソース ID。
展開 デプロイ情報。 EndpointDeploymentResourcePropertiesBasicResource[]
endpointUri エンドポイントの URI。
failureReason 作成に失敗した場合のエラーの理由。
場所 エンドポイントの場所。
入力 dto と解析エンドポイント リソースが同じコントラクトを共有するため
この [場所] フィールドは、エンドポイント リソース情報を解析するためだけに使用されます。
ワークスペースと同じ場所を作成するため、お客様はエンドポイント リソースの場所を指定できません
名前 エンドポイントの名前。
shouldCreateAiServicesEndpoint プロキシ (byo 以外) エンドポイントが通常のエンドポイントか、OneKeyV2 AI サービス アカウント エンドポイントか。 bool
endpointType オブジェクトの種類を設定する Azure.ContentSafety の
Azure.OpenAI
Azure.Speech

managedOnlineEndpoint
する
serverlessEndpoint (必須)

EndpointDeploymentResourcePropertiesBasicResource

名前 形容 価値
プロパティ EndpointDeploymentResourceProperties (必須)

EndpointDeploymentResourceProperties

名前 形容 価値
failureReason 作成に失敗した場合のエラーの理由。
種類 オブジェクトの種類を設定する Azure.ContentSafety の
Azure.OpenAI
Azure.Speech

managedOnlineEndpoint
(必須)

ContentSafetyEndpointDeploymentResourceProperties

名前 形容 価値
種類 デプロイの種類。 'Azure.ContentSafety' (必須)
モデル エンドポイントのデプロイに使用されるモデル。 EndpointDeploymentModel (必須)
raiPolicyName RAI ポリシーの名前。
versionUpgradeOption デプロイ モデルバージョンのアップグレード オプション。 'NoAutoUpgrade'
'OnceCurrentVersionExpired'
'OnceNewDefaultVersionAvailable'

EndpointDeploymentModel

名前 形容 価値
形式 モデル形式
名前 モデル名。
随意。 デプロイ モデルのソース ARM リソース ID。
バージョン モデルのバージョン。

OpenAIEndpointDeploymentResourceProperties

名前 形容 価値
種類 デプロイの種類。 'Azure.OpenAI' (必須)
モデル エンドポイントのデプロイに使用されるモデル。 EndpointDeploymentModel (必須)
raiPolicyName RAI ポリシーの名前。
versionUpgradeOption デプロイ モデルバージョンのアップグレード オプション。 'NoAutoUpgrade'
'OnceCurrentVersionExpired'
'OnceNewDefaultVersionAvailable'

SpeechEndpointDeploymentResourceProperties

名前 形容 価値
種類 デプロイの種類。 'Azure.Speech' (必須)
モデル エンドポイントのデプロイに使用されるモデル。 EndpointDeploymentModel (必須)
raiPolicyName RAI ポリシーの名前。
versionUpgradeOption デプロイ モデルバージョンのアップグレード オプション。 'NoAutoUpgrade'
'OnceCurrentVersionExpired'
'OnceNewDefaultVersionAvailable'

ManagedOnlineEndpointDeploymentResourceProperties

名前 形容 価値
種類 デプロイの種類。 'managedOnlineEndpoint' (必須)
endpointComputeType エンドポイントのコンピューティングの種類を決定する列挙型。 'AzureMLCompute'
'Kubernetes'
'Managed'
モデル

ContentSafetyEndpointResourceProperties

名前 形容 価値
endpointType エンドポイントの種類。 'Azure.ContentSafety' (必須)

OpenAIEndpointResourceProperties

名前 形容 価値
endpointType エンドポイントの種類。 'Azure.OpenAI' (必須)

SpeechEndpointResourceProperties

名前 形容 価値
endpointType エンドポイントの種類。 'Azure.Speech' (必須)

ManagedOnlineEndpointResourceProperties

名前 形容 価値
endpointType エンドポイントの種類。 'managedOnlineEndpoint' (必須)
authMode エンドポイント認証モードを決定する列挙型。 'AADToken'
'AMLToken'
'Key'
計算する
形容
mirrorTraffic {integer} のディクショナリ ManagedOnlineEndpointResourcePropertiesMirrorTraffic の
scoringUri
交通 {integer} のディクショナリ ManagedOnlineEndpointResourcePropertiesTraffic の

ManagedOnlineEndpointResourcePropertiesMirrorTraffic

名前 形容 価値
{カスタマイズされたプロパティ} int

ManagedOnlineEndpointResourcePropertiesTraffic

名前 形容 価値
{カスタマイズされたプロパティ} int

ServerlessEndpointResourceProperties

名前 形容 価値
endpointType エンドポイントの種類。 'serverlessEndpoint' (必須)
authMode 'Key'
capacityReservation ServerlessEndpointCapacityReservation
contentSafety ServerlessEndpointContentSafety
endpointState サーバーレス エンドポイントの状態。 'Creating'
'CreationFailed'
'削除中'
'DeletionFailed'
'Online'
'Reinstating'
'Suspended'
'Suspending'
'Unknown'
inferenceEndpoint ServerlessEndpointInferenceEndpoint
marketplaceSubscriptionId
metadata 何か
modelSettings ServerlessEndpointModelSettings
提供 ServerlessOffer

ServerlessEndpointCapacityReservation

名前 形容 価値
capacityReservationGroupId string (必須)

制約:
最小長 = 1
パターン = [a-zA-Z0-9_]
endpointReservedCapacity int

ServerlessEndpointContentSafety

名前 形容 価値
contentSafetyStatus コンテンツの安全性の状態を指定します。 'Disabled'
'Enabled' (必須)

ServerlessEndpointInferenceEndpoint

このオブジェクトには、配置時に設定するプロパティは含まれません。 すべてのプロパティは ReadOnly です。

ServerlessEndpointModelSettings

名前 形容 価値
modelId string (必須)

制約:
最小長 = 1
パターン = [a-zA-Z0-9_]

ServerlessOffer

名前 形容 価値
offerName string (必須)

制約:
最小長 = 1
パターン = [a-zA-Z0-9_]
発行者 string (必須)

制約:
最小長 = 1
パターン = [a-zA-Z0-9_]

Terraform (AzAPI プロバイダー) リソース定義

ワークスペース/エンドポイントのリソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループの

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.MachineLearningServices/workspaces/endpoints リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.MachineLearningServices/workspaces/endpoints@2024-07-01-preview"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      associatedResourceId = "string"
      deployments = [
        {
          properties = {
            failureReason = "string"
            type = "string"
            // For remaining properties, see EndpointDeploymentResourceProperties objects
          }
        }
      ]
      endpointUri = "string"
      failureReason = "string"
      location = "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"
  authMode = "string"
  compute = "string"
  description = "string"
  mirrorTraffic = {
    {customized property} = int
  }
  scoringUri = "string"
  traffic = {
    {customized property} = int
  }

serverlessEndpointの場合は、次の値を使用します。

  endpointType = "serverlessEndpoint"
  authMode = "Key"
  capacityReservation = {
    capacityReservationGroupId = "string"
    endpointReservedCapacity = int
  }
  contentSafety = {
    contentSafetyStatus = "string"
  }
  endpointState = "string"
  inferenceEndpoint = {}
  marketplaceSubscriptionId = "string"
  modelSettings = {
    modelId = "string"
  }
  offer = {
    offerName = "string"
    publisher = "string"
  }

EndpointDeploymentResourceProperties オブジェクト

プロパティを設定して、オブジェクトの型を指定します。

Azure.ContentSafetyを する場合は、次を使用します。

  type = "Azure.ContentSafety"
  model = {
    format = "string"
    name = "string"
    source = "string"
    version = "string"
  }
  raiPolicyName = "string"
  versionUpgradeOption = "string"

Azure.OpenAIを する場合は、次を使用します。

  type = "Azure.OpenAI"
  model = {
    format = "string"
    name = "string"
    source = "string"
    version = "string"
  }
  raiPolicyName = "string"
  versionUpgradeOption = "string"

Azure.Speechを する場合は、次を使用します。

  type = "Azure.Speech"
  model = {
    format = "string"
    name = "string"
    source = "string"
    version = "string"
  }
  raiPolicyName = "string"
  versionUpgradeOption = "string"

managedOnlineEndpoint場合は、次の値を使用します。

  type = "managedOnlineEndpoint"
  endpointComputeType = "string"
  model = "string"

プロパティ値

workspaces/endpoints

名前 形容 価値
種類 リソースの種類 "Microsoft.MachineLearningServices/workspaces/endpoints@2024-07-01-preview"
名前 リソース名 string (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: ワークスペース
プロパティ EndpointResourceProperties (必須)

EndpointResourceProperties

名前 形容 価値
associatedResourceId 組み込みのモデル サービス エンドポイントを作成するための Byo リソース ID。
展開 デプロイ情報。 EndpointDeploymentResourcePropertiesBasicResource[]
endpointUri エンドポイントの URI。
failureReason 作成に失敗した場合のエラーの理由。
場所 エンドポイントの場所。
入力 dto と解析エンドポイント リソースが同じコントラクトを共有するため
この [場所] フィールドは、エンドポイント リソース情報を解析するためだけに使用されます。
ワークスペースと同じ場所を作成するため、お客様はエンドポイント リソースの場所を指定できません
名前 エンドポイントの名前。
shouldCreateAiServicesEndpoint プロキシ (byo 以外) エンドポイントが通常のエンドポイントか、OneKeyV2 AI サービス アカウント エンドポイントか。 bool
endpointType オブジェクトの種類を設定する Azure.ContentSafety の
Azure.OpenAI
Azure.Speech

managedOnlineEndpoint
する
serverlessEndpoint (必須)

EndpointDeploymentResourcePropertiesBasicResource

名前 形容 価値
プロパティ EndpointDeploymentResourceProperties (必須)

EndpointDeploymentResourceProperties

名前 形容 価値
failureReason 作成に失敗した場合のエラーの理由。
種類 オブジェクトの種類を設定する Azure.ContentSafety の
Azure.OpenAI
Azure.Speech

managedOnlineEndpoint
(必須)

ContentSafetyEndpointDeploymentResourceProperties

名前 形容 価値
種類 デプロイの種類。 "Azure.ContentSafety" (必須)
モデル エンドポイントのデプロイに使用されるモデル。 EndpointDeploymentModel (必須)
raiPolicyName RAI ポリシーの名前。
versionUpgradeOption デプロイ モデルバージョンのアップグレード オプション。 "NoAutoUpgrade"
"OnceCurrentVersionExpired"
"OnceNewDefaultVersionAvailable"

EndpointDeploymentModel

名前 形容 価値
形式 モデル形式
名前 モデル名。
随意。 デプロイ モデルのソース ARM リソース ID。
バージョン モデルのバージョン。

OpenAIEndpointDeploymentResourceProperties

名前 形容 価値
種類 デプロイの種類。 "Azure.OpenAI" (必須)
モデル エンドポイントのデプロイに使用されるモデル。 EndpointDeploymentModel (必須)
raiPolicyName RAI ポリシーの名前。
versionUpgradeOption デプロイ モデルバージョンのアップグレード オプション。 "NoAutoUpgrade"
"OnceCurrentVersionExpired"
"OnceNewDefaultVersionAvailable"

SpeechEndpointDeploymentResourceProperties

名前 形容 価値
種類 デプロイの種類。 "Azure.Speech" (必須)
モデル エンドポイントのデプロイに使用されるモデル。 EndpointDeploymentModel (必須)
raiPolicyName RAI ポリシーの名前。
versionUpgradeOption デプロイ モデルバージョンのアップグレード オプション。 "NoAutoUpgrade"
"OnceCurrentVersionExpired"
"OnceNewDefaultVersionAvailable"

ManagedOnlineEndpointDeploymentResourceProperties

名前 形容 価値
種類 デプロイの種類。 "managedOnlineEndpoint" (必須)
endpointComputeType エンドポイントのコンピューティングの種類を決定する列挙型。 "AzureMLCompute"
"Kubernetes"
"マネージド"
モデル

ContentSafetyEndpointResourceProperties

名前 形容 価値
endpointType エンドポイントの種類。 "Azure.ContentSafety" (必須)

OpenAIEndpointResourceProperties

名前 形容 価値
endpointType エンドポイントの種類。 "Azure.OpenAI" (必須)

SpeechEndpointResourceProperties

名前 形容 価値
endpointType エンドポイントの種類。 "Azure.Speech" (必須)

ManagedOnlineEndpointResourceProperties

名前 形容 価値
endpointType エンドポイントの種類。 "managedOnlineEndpoint" (必須)
authMode エンドポイント認証モードを決定する列挙型。 "AADToken"
"AMLToken"
"Key"
計算する
形容
mirrorTraffic {integer} のディクショナリ ManagedOnlineEndpointResourcePropertiesMirrorTraffic の
scoringUri
交通 {integer} のディクショナリ ManagedOnlineEndpointResourcePropertiesTraffic の

ManagedOnlineEndpointResourcePropertiesMirrorTraffic

名前 形容 価値
{カスタマイズされたプロパティ} int

ManagedOnlineEndpointResourcePropertiesTraffic

名前 形容 価値
{カスタマイズされたプロパティ} int

ServerlessEndpointResourceProperties

名前 形容 価値
endpointType エンドポイントの種類。 "serverlessEndpoint" (必須)
authMode "Key"
capacityReservation ServerlessEndpointCapacityReservation
contentSafety ServerlessEndpointContentSafety
endpointState サーバーレス エンドポイントの状態。 "作成中"
"CreationFailed"
"削除中"
"DeletionFailed"
"オンライン"
"復元"
"Suspended"
"中断中"
"不明"
inferenceEndpoint ServerlessEndpointInferenceEndpoint
marketplaceSubscriptionId
metadata 何か
modelSettings ServerlessEndpointModelSettings
提供 ServerlessOffer

ServerlessEndpointCapacityReservation

名前 形容 価値
capacityReservationGroupId string (必須)

制約:
最小長 = 1
パターン = [a-zA-Z0-9_]
endpointReservedCapacity int

ServerlessEndpointContentSafety

名前 形容 価値
contentSafetyStatus コンテンツの安全性の状態を指定します。 "無効"
"有効" (必須)

ServerlessEndpointInferenceEndpoint

このオブジェクトには、配置時に設定するプロパティは含まれません。 すべてのプロパティは ReadOnly です。

ServerlessEndpointModelSettings

名前 形容 価値
modelId string (必須)

制約:
最小長 = 1
パターン = [a-zA-Z0-9_]

ServerlessOffer

名前 形容 価値
offerName string (必須)

制約:
最小長 = 1
パターン = [a-zA-Z0-9_]
発行者 string (必須)

制約:
最小長 = 1
パターン = [a-zA-Z0-9_]