az cognitiveservices account deployment

Azure Cognitive Services 계정에 대한 배포를 관리합니다.

명령

Name Description 형식 상태
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를 사용합니다.