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"
必須のパラメーター
Cognitive Services アカウントデプロイ モデルの形式。
Cognitive Services アカウントのデプロイ モデル名。
Cognitive Services アカウントデプロイ モデルのバージョン。
Cognitive Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
省略可能のパラメーター
Cognitive Services アカウント/デプロイの SKU の容量値。
Cognitive Services アカウントのデプロイ名。
Cognitive Services アカウントデプロイ モデル ソース。
Cognitive Services アカウントのデプロイスケール設定の容量。
Cognitive Services アカウントの展開スケール設定のスケールの種類。
Cognitive Services アカウント/デプロイの SKU の名前。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --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
必須のパラメーター
Cognitive Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
省略可能のパラメーター
Cognitive Services アカウントのデプロイ名。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --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
必須のパラメーター
Cognitive Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --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
必須のパラメーター
Cognitive Services アカウントの名前です。
リソース グループの名前。 az configure --defaults group=<name>
を使用して、既定のグループを構成できます。
省略可能のパラメーター
Cognitive Services アカウントのデプロイ名。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
Azure CLI