次の方法で共有


az cognitiveservices account deployment

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

コマンド

名前 説明 状態
az cognitiveservices account deployment create

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

コア ジョージア 州
az cognitiveservices account deployment delete

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

コア ジョージア 州
az cognitiveservices account deployment list

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

コア ジョージア 州
az cognitiveservices account deployment show

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

コア ジョージア 州

az cognitiveservices account deployment create

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

この記事では、Azure Cognitive Services アカウントとサブスクリプション管理専用の Azure CLI コマンドの一覧を示します。 API とサポートされている SDK の使用方法については、https://learn.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 Service アカウント名。

--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://learn.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 Service アカウント名。

--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://learn.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 Service アカウント名。

--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://learn.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 Service アカウント名。

--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 を使用します。