az cognitiveservices account deployment

Azure Cognitive Services アカウントのデプロイを管理します。

コマンド

名前 説明 Status
az cognitiveservices account deployment create

Azure Cognitive Services アカウントのデプロイを作成します。

コア GA
az cognitiveservices account deployment delete

Azure Cognitive Services アカウントからデプロイを削除します。

コア GA
az cognitiveservices account deployment list

Azure Cognitive Services アカウントのすべてのデプロイを表示します。

コア GA
az cognitiveservices account deployment show

Azure Cognitive Services アカウントのデプロイを表示します。

コア GA

az cognitiveservices account deployment create

Azure Cognitive Services アカウントのデプロイを作成します。

この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.microsoft.com/azure/cognitive-services/ を参照してください。

az cognitiveservices account deployment create --model-format
                                               --model-name
                                               --model-version
                                               --name
                                               --resource-group
                                               [--capacity]
                                               [--deployment-name]
                                               [--model-source]
                                               [--scale-capacity]
                                               [--scale-settings-scale-type {Manual, Standard}]
                                               [--sku]

Azure Cognitive Services アカウントのデプロイを作成します。

az cognitiveservices account deployment create -g yuanyang-test-sdk -n yytest-oai --deployment-name dpy --model-name ada --model-version "1" --model-format OpenAI --sku-capacity 1 --sku-name "Standard"

必須のパラメーター

--model-format

Cognitive Services アカウントデプロイ モデルの形式。

--model-name

Cognitive Services アカウントのデプロイ モデル名。

--model-version

Cognitive Services アカウントデプロイ モデルのバージョン。

--name -n

Cognitive Services アカウントの名前です。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

省略可能のパラメーター

--capacity --sku-capacity

Cognitive Services アカウント/デプロイの SKU の容量値。

--deployment-name

Cognitive Services アカウントのデプロイ名。

--model-source

Cognitive Services アカウントデプロイ モデル ソース。

--scale-capacity --scale-settings-capacity

Cognitive Services アカウントのデプロイスケール設定の容量。

--scale-settings-scale-type --scale-type

Cognitive Services アカウントの展開スケール設定のスケールの種類。

承認された値: Manual, Standard
--sku --sku-name

Cognitive Services アカウント/デプロイの SKU の名前。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az cognitiveservices account deployment delete

Azure Cognitive Services アカウントからデプロイを削除します。

この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.microsoft.com/azure/cognitive-services/ を参照してください。

az cognitiveservices account deployment delete --name
                                               --resource-group
                                               [--deployment-name]

Azure Cognitive Services アカウントからデプロイを削除します。

az cognitiveservices account deployment delete -g yuanyang-test-sdk -n yytest-oai --deployment-name dpy

必須のパラメーター

--name -n

Cognitive Services アカウントの名前です。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

省略可能のパラメーター

--deployment-name

Cognitive Services アカウントのデプロイ名。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az cognitiveservices account deployment list

Azure Cognitive Services アカウントのすべてのデプロイを表示します。

この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.microsoft.com/azure/cognitive-services/ を参照してください。

az cognitiveservices account deployment list --name
                                             --resource-group

Azure Cognitive Services アカウントのすべてのデプロイを表示します。

az cognitiveservices account deployment list -g yuanyang-test-sdk -n yytest-oai

必須のパラメーター

--name -n

Cognitive Services アカウントの名前です。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az cognitiveservices account deployment show

Azure Cognitive Services アカウントのデプロイを表示します。

この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、個々のサービスのドキュメント https://docs.microsoft.com/azure/cognitive-services/ を参照してください。

az cognitiveservices account deployment show --name
                                             --resource-group
                                             [--deployment-name]

Azure Cognitive Services アカウントのデプロイを表示します。

az cognitiveservices account deployment show -g yuanyang-test-sdk -n yytest-oai --deployment-name dpy

必須のパラメーター

--name -n

Cognitive Services アカウントの名前です。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

省略可能のパラメーター

--deployment-name

Cognitive Services アカウントのデプロイ名。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。