Microsoft.MachineLearningServices 작업 영역/엔드포인트 2024-01-01-preview
Bicep 리소스 정의
작업 영역/엔드포인트 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.MachineLearningServices/workspaces/endpoints 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.MachineLearningServices/workspaces/endpoints@2024-01-01-preview' = {
parent: resourceSymbolicName
name: 'string'
properties: {
associatedResourceId: 'string'
endpointUri: 'string'
failureReason: 'string'
name: 'string'
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'
}
속성 값
ContentSafetyEndpointResourceProperties
이름 | 묘사 | 값 |
---|---|---|
endpointType | 엔드포인트의 형식입니다. | 'Azure.ContentSafety'(필수) |
EndpointResourceProperties
이름 | 묘사 | 값 |
---|---|---|
associatedResourceId | 기본 제공 모델 서비스 엔드포인트를 만들기 위한 Byo 리소스 ID입니다. | 문자열 |
endpointType | ContentSafetyEndpointResourceProperties |
'Azure.ContentSafety' 'Azure.OpenAI' 'Azure.Speech' 'managedOnlineEndpoint'(필수) |
endpointUri | 엔드포인트의 URI입니다. | 문자열 |
failureReason | 생성에 실패한 경우의 실패 이유입니다. | 문자열 |
이름 | 엔드포인트의 이름입니다. | 문자열 |
ManagedOnlineEndpointResourceProperties
이름 | 묘사 | 값 |
---|---|---|
endpointType | 엔드포인트의 형식입니다. | 'managedOnlineEndpoint'(필수) |
Microsoft.MachineLearningServices/workspaces/endpoints
이름 | 묘사 | 값 |
---|---|---|
이름 | 리소스 이름 | 문자열 제약 조건: 패턴 = ^[a-zA-Z0-9][a-zA-Z0-9_.-]{2,32}$ (필수) |
부모 | Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다. 자세한 내용은 부모 리소스외부의 자식 리소스 |
형식 리소스의 기호 이름: 작업 영역 |
속성 | endpointResourceProperties |
OpenAIEndpointResourceProperties
이름 | 묘사 | 값 |
---|---|---|
endpointType | 엔드포인트의 형식입니다. | 'Azure.OpenAI'(필수) |
SpeechEndpointResourceProperties
이름 | 묘사 | 값 |
---|---|---|
endpointType | 엔드포인트의 형식입니다. | 'Azure.Speech'(필수) |
ARM 템플릿 리소스 정의
작업 영역/엔드포인트 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.MachineLearningServices/workspaces/endpoints 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.MachineLearningServices/workspaces/endpoints",
"apiVersion": "2024-01-01-preview",
"name": "string",
"properties": {
"associatedResourceId": "string",
"endpointUri": "string",
"failureReason": "string",
"name": "string",
"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"
}
속성 값
ContentSafetyEndpointResourceProperties
이름 | 묘사 | 값 |
---|---|---|
endpointType | 엔드포인트의 형식입니다. | 'Azure.ContentSafety'(필수) |
EndpointResourceProperties
이름 | 묘사 | 값 |
---|---|---|
associatedResourceId | 기본 제공 모델 서비스 엔드포인트를 만들기 위한 Byo 리소스 ID입니다. | 문자열 |
endpointType | ContentSafetyEndpointResourceProperties |
'Azure.ContentSafety' 'Azure.OpenAI' 'Azure.Speech' 'managedOnlineEndpoint'(필수) |
endpointUri | 엔드포인트의 URI입니다. | 문자열 |
failureReason | 생성에 실패한 경우의 실패 이유입니다. | 문자열 |
이름 | 엔드포인트의 이름입니다. | 문자열 |
ManagedOnlineEndpointResourceProperties
이름 | 묘사 | 값 |
---|---|---|
endpointType | 엔드포인트의 형식입니다. | 'managedOnlineEndpoint'(필수) |
Microsoft.MachineLearningServices/workspaces/endpoints
이름 | 묘사 | 값 |
---|---|---|
apiVersion | api 버전 | '2024-01-01-preview' |
이름 | 리소스 이름 | 문자열 제약 조건: 패턴 = ^[a-zA-Z0-9][a-zA-Z0-9_.-]{2,32}$ (필수) |
속성 | endpointResourceProperties |
|
형 | 리소스 종류 | 'Microsoft.MachineLearningServices/workspaces/endpoints' |
OpenAIEndpointResourceProperties
이름 | 묘사 | 값 |
---|---|---|
endpointType | 엔드포인트의 형식입니다. | 'Azure.OpenAI'(필수) |
SpeechEndpointResourceProperties
이름 | 묘사 | 값 |
---|---|---|
endpointType | 엔드포인트의 형식입니다. | 'Azure.Speech'(필수) |
Terraform(AzAPI 공급자) 리소스 정의
작업 영역/엔드포인트 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.MachineLearningServices/workspaces/endpoints 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MachineLearningServices/workspaces/endpoints@2024-01-01-preview"
name = "string"
body = jsonencode({
properties = {
associatedResourceId = "string"
endpointUri = "string"
failureReason = "string"
name = "string"
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"
}
속성 값
ContentSafetyEndpointResourceProperties
이름 | 묘사 | 값 |
---|---|---|
endpointType | 엔드포인트의 형식입니다. | 'Azure.ContentSafety'(필수) |
EndpointResourceProperties
이름 | 묘사 | 값 |
---|---|---|
associatedResourceId | 기본 제공 모델 서비스 엔드포인트를 만들기 위한 Byo 리소스 ID입니다. | 문자열 |
endpointType | ContentSafetyEndpointResourceProperties |
'Azure.ContentSafety' 'Azure.OpenAI' 'Azure.Speech' 'managedOnlineEndpoint'(필수) |
endpointUri | 엔드포인트의 URI입니다. | 문자열 |
failureReason | 생성에 실패한 경우의 실패 이유입니다. | 문자열 |
이름 | 엔드포인트의 이름입니다. | 문자열 |
ManagedOnlineEndpointResourceProperties
이름 | 묘사 | 값 |
---|---|---|
endpointType | 엔드포인트의 형식입니다. | 'managedOnlineEndpoint'(필수) |
Microsoft.MachineLearningServices/workspaces/endpoints
이름 | 묘사 | 값 |
---|---|---|
이름 | 리소스 이름 | 문자열 제약 조건: 패턴 = ^[a-zA-Z0-9][a-zA-Z0-9_.-]{2,32}$ (필수) |
parent_id | 이 리소스의 부모인 리소스의 ID입니다. | 형식 리소스의 ID: 작업 영역 |
속성 | endpointResourceProperties |
|
형 | 리소스 종류 | "Microsoft.MachineLearningServices/workspaces/endpoints@2024-01-01-preview" |
OpenAIEndpointResourceProperties
이름 | 묘사 | 값 |
---|---|---|
endpointType | 엔드포인트의 형식입니다. | 'Azure.OpenAI'(필수) |
SpeechEndpointResourceProperties
이름 | 묘사 | 값 |
---|---|---|
endpointType | 엔드포인트의 형식입니다. | 'Azure.Speech'(필수) |