다음을 통해 공유


Microsoft.MachineLearningServices 작업 영역/엔드포인트 2024-07-01-preview

Bicep 리소스 정의

작업 영역/엔드포인트 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.MachineLearningServices/workspaces/endpoints 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.MachineLearningServices/workspaces/endpoints@2024-07-01-preview' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    associatedResourceId: 'string'
    deployments: [
      {
        properties: {
          failureReason: 'string'
          type: 'string'
          // For remaining properties, see EndpointDeploymentResourceProperties objects
        }
      }
    ]
    endpointUri: 'string'
    failureReason: 'string'
    location: 'string'
    name: 'string'
    shouldCreateAiServicesEndpoint: bool
    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경우 다음을 사용합니다.

{
  authMode: 'string'
  compute: 'string'
  description: 'string'
  endpointType: 'managedOnlineEndpoint'
  mirrorTraffic: {
    {customized property}: int
  }
  scoringUri: 'string'
  traffic: {
    {customized property}: int
  }
}

serverlessEndpoint경우 다음을 사용합니다.

{
  authMode: 'string'
  capacityReservation: {
    capacityReservationGroupId: 'string'
    endpointReservedCapacity: int
  }
  contentSafety: {
    contentSafetyStatus: 'string'
  }
  endpointState: 'string'
  endpointType: 'serverlessEndpoint'
  inferenceEndpoint: {}
  marketplaceSubscriptionId: 'string'
  metadata: any(Azure.Bicep.Types.Concrete.AnyType)
  modelSettings: {
    modelId: 'string'
  }
  offer: {
    offerName: 'string'
    publisher: 'string'
  }
}

EndpointDeploymentResourceProperties 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

Azure.ContentSafety경우 다음을 사용합니다.

{
  model: {
    format: 'string'
    name: 'string'
    source: 'string'
    version: 'string'
  }
  raiPolicyName: 'string'
  type: 'Azure.ContentSafety'
  versionUpgradeOption: 'string'
}

Azure.OpenAI경우 다음을 사용합니다.

{
  model: {
    format: 'string'
    name: 'string'
    source: 'string'
    version: 'string'
  }
  raiPolicyName: 'string'
  type: 'Azure.OpenAI'
  versionUpgradeOption: 'string'
}

Azure.Speech경우 다음을 사용합니다.

{
  model: {
    format: 'string'
    name: 'string'
    source: 'string'
    version: 'string'
  }
  raiPolicyName: 'string'
  type: 'Azure.Speech'
  versionUpgradeOption: 'string'
}

managedOnlineEndpoint경우 다음을 사용합니다.

{
  endpointComputeType: 'string'
  model: 'string'
  type: 'managedOnlineEndpoint'
}

속성 값

ContentSafetyEndpointDeploymentResourceProperties

이름 묘사
모델 엔드포인트 배포에 사용되는 모델입니다. EndpointDeploymentModel(필수)
raiPolicyName RAI 정책의 이름입니다. 문자열
배포의 종류입니다. 'Azure.ContentSafety'(필수)
versionUpgradeOption 배포 모델 버전 업그레이드 옵션입니다. 'NoAutoUpgrade'
'OnceCurrentVersionExpired'
'OnceNewDefaultVersionAvailable'

ContentSafetyEndpointResourceProperties

이름 묘사
endpointType 엔드포인트의 형식입니다. 'Azure.ContentSafety'(필수)

EndpointDeploymentModel

이름 묘사
모델 형식 문자열
이름 모델 이름입니다. 문자열
근원 선택적. 배포 모델 원본 ARM 리소스 ID입니다. 문자열
버전 모델 버전입니다. 문자열

EndpointDeploymentResourceProperties

이름 묘사
failureReason 생성에 실패한 경우의 실패 이유입니다. 문자열
ContentSafetyEndpointDeploymentResourceProperties형식에 대해 'Azure.ContentSafety'로 설정합니다. OpenAIEndpointDeploymentResourceProperties형식에 대해 'Azure.OpenAI'로 설정합니다. SpeechEndpointDeploymentResourceProperties형식에 대해 'Azure.Speech'로 설정합니다. ManagedOnlineEndpointDeploymentResourceProperties형식에 대해 'managedOnlineEndpoint'로 설정합니다. 'Azure.ContentSafety'
'Azure.OpenAI'
'Azure.Speech'
'managedOnlineEndpoint'(필수)

EndpointDeploymentResourcePropertiesBasicResource

이름 묘사
속성 EndpointDeploymentResourceProperties(필수)

EndpointResourceProperties

이름 묘사
associatedResourceId 기본 제공 모델 서비스 엔드포인트를 만들기 위한 Byo 리소스 ID입니다. 문자열
배포 배포 정보입니다. EndpointDeploymentResourcePropertiesBasicResource[]
endpointType ContentSafetyEndpointResourceProperties형식에 대해 'Azure.ContentSafety'로 설정합니다. OpenAIEndpointResourceProperties형식에 대해 'Azure.OpenAI'로 설정합니다. SpeechEndpointResourceProperties형식 'Azure.Speech'로 설정합니다. ManagedOnlineEndpointResourceProperties형식에 대해 'managedOnlineEndpoint'로 설정합니다. ServerlessEndpointResourceProperties형식에 대해 'serverlessEndpoint'로 설정합니다. 'Azure.ContentSafety'
'Azure.OpenAI'
'Azure.Speech'
'managedOnlineEndpoint'
'serverlessEndpoint'(필수)
endpointUri 엔드포인트의 URI입니다. 문자열
failureReason 생성에 실패한 경우의 실패 이유입니다. 문자열
위치 엔드포인트의 위치입니다.
입력 dto 및 구문 분석 엔드포인트 리소스가 동일한 계약을 공유하는 경우
이 위치 필드는 엔드포인트 리소스 정보를 구문 분석하기 위한 것입니다.
작업 영역과 동일한 위치를 만들므로 고객이 엔드포인트 리소스 위치를 지정할 수 없습니다.
문자열
이름 엔드포인트의 이름입니다. 문자열
shouldCreateAiServicesEndpoint 프록시(비 byo) 엔드포인트가 일반 엔드포인트인지 아니면 OneKeyV2 AI 서비스 계정 엔드포인트인지 여부입니다. bool

ManagedOnlineEndpointDeploymentResourceProperties

이름 묘사
endpointComputeType 엔드포인트 컴퓨팅 유형을 결정하는 열거형입니다. 'AzureMLCompute'
'Kubernetes'
'관리'
모델 문자열
배포의 종류입니다. 'managedOnlineEndpoint'(필수)

ManagedOnlineEndpointResourceProperties

이름 묘사
authMode 엔드포인트 인증 모드를 결정하는 열거형입니다. 'AADToken'
'AMLToken'
'Key'
계산 문자열
묘사 문자열
endpointType 엔드포인트의 형식입니다. 'managedOnlineEndpoint'(필수)
mirrorTraffic <정수> 사전 managedOnlineEndpointResourcePropertiesMirrorTraffic
scoringUri 문자열
교통 <정수> 사전 managedOnlineEndpointResourcePropertiesTraffic

ManagedOnlineEndpointResourcePropertiesMirrorTraffic

이름 묘사

ManagedOnlineEndpointResourcePropertiesTraffic

이름 묘사

Microsoft.MachineLearningServices/workspaces/endpoints

이름 묘사
이름 리소스 이름 문자열

제약 조건:
패턴 = ^[a-zA-Z0-9][a-zA-Z0-9_.-]{2,32}$(필수)
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식 리소스의 기호 이름: 작업 영역
속성 endpointResourceProperties (필수)

OpenAIEndpointDeploymentResourceProperties

이름 묘사
모델 엔드포인트 배포에 사용되는 모델입니다. EndpointDeploymentModel(필수)
raiPolicyName RAI 정책의 이름입니다. 문자열
배포의 종류입니다. 'Azure.OpenAI'(필수)
versionUpgradeOption 배포 모델 버전 업그레이드 옵션입니다. 'NoAutoUpgrade'
'OnceCurrentVersionExpired'
'OnceNewDefaultVersionAvailable'

OpenAIEndpointResourceProperties

이름 묘사
endpointType 엔드포인트의 형식입니다. 'Azure.OpenAI'(필수)

ServerlessEndpointCapacityReservation

이름 묘사
capacityReservationGroupId 문자열

제약 조건:
최소 길이 = 1
패턴 = [a-zA-Z0-9_](필수)
endpointReservedCapacity int

ServerlessEndpointContentSafety

이름 묘사
contentSafetyStatus 콘텐츠 안전 상태를 지정합니다. '사용 안 함'
'Enabled'(필수)

ServerlessEndpointInferenceEndpoint

이름 묘사

ServerlessEndpointModelSettings

이름 묘사
modelId 문자열

제약 조건:
최소 길이 = 1
패턴 = [a-zA-Z0-9_](필수)

ServerlessEndpointResourceProperties

이름 묘사
authMode 'Key'
capacityReservation ServerlessEndpointCapacityReservation
contentSafety ServerlessEndpointContentSafety
endpointState 서버리스 엔드포인트의 상태입니다. '만들기'
'CreationFailed'
'삭제 중'
'DeletionFailed'
'Online'
'복원 중'
'일시 중단됨'
'일시 중단'
'알 수 없음'
endpointType 엔드포인트의 형식입니다. 'serverlessEndpoint'(필수)
inferenceEndpoint ServerlessEndpointInferenceEndpoint
marketplaceSubscriptionId 문자열
메타데이터 아무것도 any
modelSettings ServerlessEndpointModelSettings
제공 ServerlessOffer

ServerlessOffer

이름 묘사
offerName 문자열

제약 조건:
최소 길이 = 1
패턴 = [a-zA-Z0-9_](필수)
게시자 문자열

제약 조건:
최소 길이 = 1
패턴 = [a-zA-Z0-9_](필수)

SpeechEndpointDeploymentResourceProperties

이름 묘사
모델 엔드포인트 배포에 사용되는 모델입니다. EndpointDeploymentModel(필수)
raiPolicyName RAI 정책의 이름입니다. 문자열
배포의 종류입니다. 'Azure.Speech'(필수)
versionUpgradeOption 배포 모델 버전 업그레이드 옵션입니다. 'NoAutoUpgrade'
'OnceCurrentVersionExpired'
'OnceNewDefaultVersionAvailable'

SpeechEndpointResourceProperties

이름 묘사
endpointType 엔드포인트의 형식입니다. 'Azure.Speech'(필수)

ARM 템플릿 리소스 정의

작업 영역/엔드포인트 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.MachineLearningServices/workspaces/endpoints 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.MachineLearningServices/workspaces/endpoints",
  "apiVersion": "2024-07-01-preview",
  "name": "string",
  "properties": {
    "associatedResourceId": "string",
    "deployments": [
      {
        "properties": {
          "failureReason": "string",
          "type": "string"
          // For remaining properties, see EndpointDeploymentResourceProperties objects
        }
      }
    ],
    "endpointUri": "string",
    "failureReason": "string",
    "location": "string",
    "name": "string",
    "shouldCreateAiServicesEndpoint": "bool",
    "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경우 다음을 사용합니다.

{
  "authMode": "string",
  "compute": "string",
  "description": "string",
  "endpointType": "managedOnlineEndpoint",
  "mirrorTraffic": {
    "{customized property}": "int"
  },
  "scoringUri": "string",
  "traffic": {
    "{customized property}": "int"
  }
}

serverlessEndpoint경우 다음을 사용합니다.

{
  "authMode": "string",
  "capacityReservation": {
    "capacityReservationGroupId": "string",
    "endpointReservedCapacity": "int"
  },
  "contentSafety": {
    "contentSafetyStatus": "string"
  },
  "endpointState": "string",
  "endpointType": "serverlessEndpoint",
  "inferenceEndpoint": {
  },
  "marketplaceSubscriptionId": "string",
  "metadata": {},
  "modelSettings": {
    "modelId": "string"
  },
  "offer": {
    "offerName": "string",
    "publisher": "string"
  }
}

EndpointDeploymentResourceProperties 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

Azure.ContentSafety경우 다음을 사용합니다.

{
  "model": {
    "format": "string",
    "name": "string",
    "source": "string",
    "version": "string"
  },
  "raiPolicyName": "string",
  "type": "Azure.ContentSafety",
  "versionUpgradeOption": "string"
}

Azure.OpenAI경우 다음을 사용합니다.

{
  "model": {
    "format": "string",
    "name": "string",
    "source": "string",
    "version": "string"
  },
  "raiPolicyName": "string",
  "type": "Azure.OpenAI",
  "versionUpgradeOption": "string"
}

Azure.Speech경우 다음을 사용합니다.

{
  "model": {
    "format": "string",
    "name": "string",
    "source": "string",
    "version": "string"
  },
  "raiPolicyName": "string",
  "type": "Azure.Speech",
  "versionUpgradeOption": "string"
}

managedOnlineEndpoint경우 다음을 사용합니다.

{
  "endpointComputeType": "string",
  "model": "string",
  "type": "managedOnlineEndpoint"
}

속성 값

ContentSafetyEndpointDeploymentResourceProperties

이름 묘사
모델 엔드포인트 배포에 사용되는 모델입니다. EndpointDeploymentModel(필수)
raiPolicyName RAI 정책의 이름입니다. 문자열
배포의 종류입니다. 'Azure.ContentSafety'(필수)
versionUpgradeOption 배포 모델 버전 업그레이드 옵션입니다. 'NoAutoUpgrade'
'OnceCurrentVersionExpired'
'OnceNewDefaultVersionAvailable'

ContentSafetyEndpointResourceProperties

이름 묘사
endpointType 엔드포인트의 형식입니다. 'Azure.ContentSafety'(필수)

EndpointDeploymentModel

이름 묘사
모델 형식 문자열
이름 모델 이름입니다. 문자열
근원 선택적. 배포 모델 원본 ARM 리소스 ID입니다. 문자열
버전 모델 버전입니다. 문자열

EndpointDeploymentResourceProperties

이름 묘사
failureReason 생성에 실패한 경우의 실패 이유입니다. 문자열
ContentSafetyEndpointDeploymentResourceProperties형식에 대해 'Azure.ContentSafety'로 설정합니다. OpenAIEndpointDeploymentResourceProperties형식에 대해 'Azure.OpenAI'로 설정합니다. SpeechEndpointDeploymentResourceProperties형식에 대해 'Azure.Speech'로 설정합니다. ManagedOnlineEndpointDeploymentResourceProperties형식에 대해 'managedOnlineEndpoint'로 설정합니다. 'Azure.ContentSafety'
'Azure.OpenAI'
'Azure.Speech'
'managedOnlineEndpoint'(필수)

EndpointDeploymentResourcePropertiesBasicResource

이름 묘사
속성 EndpointDeploymentResourceProperties(필수)

EndpointResourceProperties

이름 묘사
associatedResourceId 기본 제공 모델 서비스 엔드포인트를 만들기 위한 Byo 리소스 ID입니다. 문자열
배포 배포 정보입니다. EndpointDeploymentResourcePropertiesBasicResource[]
endpointType ContentSafetyEndpointResourceProperties형식에 대해 'Azure.ContentSafety'로 설정합니다. OpenAIEndpointResourceProperties형식에 대해 'Azure.OpenAI'로 설정합니다. SpeechEndpointResourceProperties형식 'Azure.Speech'로 설정합니다. ManagedOnlineEndpointResourceProperties형식에 대해 'managedOnlineEndpoint'로 설정합니다. ServerlessEndpointResourceProperties형식에 대해 'serverlessEndpoint'로 설정합니다. 'Azure.ContentSafety'
'Azure.OpenAI'
'Azure.Speech'
'managedOnlineEndpoint'
'serverlessEndpoint'(필수)
endpointUri 엔드포인트의 URI입니다. 문자열
failureReason 생성에 실패한 경우의 실패 이유입니다. 문자열
위치 엔드포인트의 위치입니다.
입력 dto 및 구문 분석 엔드포인트 리소스가 동일한 계약을 공유하는 경우
이 위치 필드는 엔드포인트 리소스 정보를 구문 분석하기 위한 것입니다.
작업 영역과 동일한 위치를 만들므로 고객이 엔드포인트 리소스 위치를 지정할 수 없습니다.
문자열
이름 엔드포인트의 이름입니다. 문자열
shouldCreateAiServicesEndpoint 프록시(비 byo) 엔드포인트가 일반 엔드포인트인지 아니면 OneKeyV2 AI 서비스 계정 엔드포인트인지 여부입니다. bool

ManagedOnlineEndpointDeploymentResourceProperties

이름 묘사
endpointComputeType 엔드포인트 컴퓨팅 유형을 결정하는 열거형입니다. 'AzureMLCompute'
'Kubernetes'
'관리'
모델 문자열
배포의 종류입니다. 'managedOnlineEndpoint'(필수)

ManagedOnlineEndpointResourceProperties

이름 묘사
authMode 엔드포인트 인증 모드를 결정하는 열거형입니다. 'AADToken'
'AMLToken'
'Key'
계산 문자열
묘사 문자열
endpointType 엔드포인트의 형식입니다. 'managedOnlineEndpoint'(필수)
mirrorTraffic <정수> 사전 managedOnlineEndpointResourcePropertiesMirrorTraffic
scoringUri 문자열
교통 <정수> 사전 managedOnlineEndpointResourcePropertiesTraffic

ManagedOnlineEndpointResourcePropertiesMirrorTraffic

이름 묘사

ManagedOnlineEndpointResourcePropertiesTraffic

이름 묘사

Microsoft.MachineLearningServices/workspaces/endpoints

이름 묘사
apiVersion api 버전 '2024-07-01-preview'
이름 리소스 이름 문자열

제약 조건:
패턴 = ^[a-zA-Z0-9][a-zA-Z0-9_.-]{2,32}$(필수)
속성 endpointResourceProperties (필수)
리소스 종류 'Microsoft.MachineLearningServices/workspaces/endpoints'

OpenAIEndpointDeploymentResourceProperties

이름 묘사
모델 엔드포인트 배포에 사용되는 모델입니다. EndpointDeploymentModel(필수)
raiPolicyName RAI 정책의 이름입니다. 문자열
배포의 종류입니다. 'Azure.OpenAI'(필수)
versionUpgradeOption 배포 모델 버전 업그레이드 옵션입니다. 'NoAutoUpgrade'
'OnceCurrentVersionExpired'
'OnceNewDefaultVersionAvailable'

OpenAIEndpointResourceProperties

이름 묘사
endpointType 엔드포인트의 형식입니다. 'Azure.OpenAI'(필수)

ServerlessEndpointCapacityReservation

이름 묘사
capacityReservationGroupId 문자열

제약 조건:
최소 길이 = 1
패턴 = [a-zA-Z0-9_](필수)
endpointReservedCapacity int

ServerlessEndpointContentSafety

이름 묘사
contentSafetyStatus 콘텐츠 안전 상태를 지정합니다. '사용 안 함'
'Enabled'(필수)

ServerlessEndpointInferenceEndpoint

이름 묘사

ServerlessEndpointModelSettings

이름 묘사
modelId 문자열

제약 조건:
최소 길이 = 1
패턴 = [a-zA-Z0-9_](필수)

ServerlessEndpointResourceProperties

이름 묘사
authMode 'Key'
capacityReservation ServerlessEndpointCapacityReservation
contentSafety ServerlessEndpointContentSafety
endpointState 서버리스 엔드포인트의 상태입니다. '만들기'
'CreationFailed'
'삭제 중'
'DeletionFailed'
'Online'
'복원 중'
'일시 중단됨'
'일시 중단'
'알 수 없음'
endpointType 엔드포인트의 형식입니다. 'serverlessEndpoint'(필수)
inferenceEndpoint ServerlessEndpointInferenceEndpoint
marketplaceSubscriptionId 문자열
메타데이터 아무것도 any
modelSettings ServerlessEndpointModelSettings
제공 ServerlessOffer

ServerlessOffer

이름 묘사
offerName 문자열

제약 조건:
최소 길이 = 1
패턴 = [a-zA-Z0-9_](필수)
게시자 문자열

제약 조건:
최소 길이 = 1
패턴 = [a-zA-Z0-9_](필수)

SpeechEndpointDeploymentResourceProperties

이름 묘사
모델 엔드포인트 배포에 사용되는 모델입니다. EndpointDeploymentModel(필수)
raiPolicyName RAI 정책의 이름입니다. 문자열
배포의 종류입니다. 'Azure.Speech'(필수)
versionUpgradeOption 배포 모델 버전 업그레이드 옵션입니다. 'NoAutoUpgrade'
'OnceCurrentVersionExpired'
'OnceNewDefaultVersionAvailable'

SpeechEndpointResourceProperties

이름 묘사
endpointType 엔드포인트의 형식입니다. 'Azure.Speech'(필수)

Terraform(AzAPI 공급자) 리소스 정의

작업 영역/엔드포인트 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.MachineLearningServices/workspaces/endpoints 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.MachineLearningServices/workspaces/endpoints@2024-07-01-preview"
  name = "string"
  body = jsonencode({
    properties = {
      associatedResourceId = "string"
      deployments = [
        {
          properties = {
            failureReason = "string"
            type = "string"
            // For remaining properties, see EndpointDeploymentResourceProperties objects
          }
        }
      ]
      endpointUri = "string"
      failureReason = "string"
      location = "string"
      name = "string"
      shouldCreateAiServicesEndpoint = bool
      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경우 다음을 사용합니다.

{
  authMode = "string"
  compute = "string"
  description = "string"
  endpointType = "managedOnlineEndpoint"
  mirrorTraffic = {
    {customized property} = int
  }
  scoringUri = "string"
  traffic = {
    {customized property} = int
  }
}

serverlessEndpoint경우 다음을 사용합니다.

{
  authMode = "string"
  capacityReservation = {
    capacityReservationGroupId = "string"
    endpointReservedCapacity = int
  }
  contentSafety = {
    contentSafetyStatus = "string"
  }
  endpointState = "string"
  endpointType = "serverlessEndpoint"
  inferenceEndpoint = {
  }
  marketplaceSubscriptionId = "string"
  metadata = ?
  modelSettings = {
    modelId = "string"
  }
  offer = {
    offerName = "string"
    publisher = "string"
  }
}

EndpointDeploymentResourceProperties 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

Azure.ContentSafety경우 다음을 사용합니다.

{
  model = {
    format = "string"
    name = "string"
    source = "string"
    version = "string"
  }
  raiPolicyName = "string"
  type = "Azure.ContentSafety"
  versionUpgradeOption = "string"
}

Azure.OpenAI경우 다음을 사용합니다.

{
  model = {
    format = "string"
    name = "string"
    source = "string"
    version = "string"
  }
  raiPolicyName = "string"
  type = "Azure.OpenAI"
  versionUpgradeOption = "string"
}

Azure.Speech경우 다음을 사용합니다.

{
  model = {
    format = "string"
    name = "string"
    source = "string"
    version = "string"
  }
  raiPolicyName = "string"
  type = "Azure.Speech"
  versionUpgradeOption = "string"
}

managedOnlineEndpoint경우 다음을 사용합니다.

{
  endpointComputeType = "string"
  model = "string"
  type = "managedOnlineEndpoint"
}

속성 값

ContentSafetyEndpointDeploymentResourceProperties

이름 묘사
모델 엔드포인트 배포에 사용되는 모델입니다. EndpointDeploymentModel(필수)
raiPolicyName RAI 정책의 이름입니다. 문자열
배포의 종류입니다. 'Azure.ContentSafety'(필수)
versionUpgradeOption 배포 모델 버전 업그레이드 옵션입니다. 'NoAutoUpgrade'
'OnceCurrentVersionExpired'
'OnceNewDefaultVersionAvailable'

ContentSafetyEndpointResourceProperties

이름 묘사
endpointType 엔드포인트의 형식입니다. 'Azure.ContentSafety'(필수)

EndpointDeploymentModel

이름 묘사
모델 형식 문자열
이름 모델 이름입니다. 문자열
근원 선택적. 배포 모델 원본 ARM 리소스 ID입니다. 문자열
버전 모델 버전입니다. 문자열

EndpointDeploymentResourceProperties

이름 묘사
failureReason 생성에 실패한 경우의 실패 이유입니다. 문자열
ContentSafetyEndpointDeploymentResourceProperties형식에 대해 'Azure.ContentSafety'로 설정합니다. OpenAIEndpointDeploymentResourceProperties형식에 대해 'Azure.OpenAI'로 설정합니다. SpeechEndpointDeploymentResourceProperties형식에 대해 'Azure.Speech'로 설정합니다. ManagedOnlineEndpointDeploymentResourceProperties형식에 대해 'managedOnlineEndpoint'로 설정합니다. 'Azure.ContentSafety'
'Azure.OpenAI'
'Azure.Speech'
'managedOnlineEndpoint'(필수)

EndpointDeploymentResourcePropertiesBasicResource

이름 묘사
속성 EndpointDeploymentResourceProperties(필수)

EndpointResourceProperties

이름 묘사
associatedResourceId 기본 제공 모델 서비스 엔드포인트를 만들기 위한 Byo 리소스 ID입니다. 문자열
배포 배포 정보입니다. EndpointDeploymentResourcePropertiesBasicResource[]
endpointType ContentSafetyEndpointResourceProperties형식에 대해 'Azure.ContentSafety'로 설정합니다. OpenAIEndpointResourceProperties형식에 대해 'Azure.OpenAI'로 설정합니다. SpeechEndpointResourceProperties형식 'Azure.Speech'로 설정합니다. ManagedOnlineEndpointResourceProperties형식에 대해 'managedOnlineEndpoint'로 설정합니다. ServerlessEndpointResourceProperties형식에 대해 'serverlessEndpoint'로 설정합니다. 'Azure.ContentSafety'
'Azure.OpenAI'
'Azure.Speech'
'managedOnlineEndpoint'
'serverlessEndpoint'(필수)
endpointUri 엔드포인트의 URI입니다. 문자열
failureReason 생성에 실패한 경우의 실패 이유입니다. 문자열
위치 엔드포인트의 위치입니다.
입력 dto 및 구문 분석 엔드포인트 리소스가 동일한 계약을 공유하는 경우
이 위치 필드는 엔드포인트 리소스 정보를 구문 분석하기 위한 것입니다.
작업 영역과 동일한 위치를 만들므로 고객이 엔드포인트 리소스 위치를 지정할 수 없습니다.
문자열
이름 엔드포인트의 이름입니다. 문자열
shouldCreateAiServicesEndpoint 프록시(비 byo) 엔드포인트가 일반 엔드포인트인지 아니면 OneKeyV2 AI 서비스 계정 엔드포인트인지 여부입니다. bool

ManagedOnlineEndpointDeploymentResourceProperties

이름 묘사
endpointComputeType 엔드포인트 컴퓨팅 유형을 결정하는 열거형입니다. 'AzureMLCompute'
'Kubernetes'
'관리'
모델 문자열
배포의 종류입니다. 'managedOnlineEndpoint'(필수)

ManagedOnlineEndpointResourceProperties

이름 묘사
authMode 엔드포인트 인증 모드를 결정하는 열거형입니다. 'AADToken'
'AMLToken'
'Key'
계산 문자열
묘사 문자열
endpointType 엔드포인트의 형식입니다. 'managedOnlineEndpoint'(필수)
mirrorTraffic <정수> 사전 managedOnlineEndpointResourcePropertiesMirrorTraffic
scoringUri 문자열
교통 <정수> 사전 managedOnlineEndpointResourcePropertiesTraffic

ManagedOnlineEndpointResourcePropertiesMirrorTraffic

이름 묘사

ManagedOnlineEndpointResourcePropertiesTraffic

이름 묘사

Microsoft.MachineLearningServices/workspaces/endpoints

이름 묘사
이름 리소스 이름 문자열

제약 조건:
패턴 = ^[a-zA-Z0-9][a-zA-Z0-9_.-]{2,32}$(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식 리소스의 ID: 작업 영역
속성 endpointResourceProperties (필수)
리소스 종류 "Microsoft.MachineLearningServices/workspaces/endpoints@2024-07-01-preview"

OpenAIEndpointDeploymentResourceProperties

이름 묘사
모델 엔드포인트 배포에 사용되는 모델입니다. EndpointDeploymentModel(필수)
raiPolicyName RAI 정책의 이름입니다. 문자열
배포의 종류입니다. 'Azure.OpenAI'(필수)
versionUpgradeOption 배포 모델 버전 업그레이드 옵션입니다. 'NoAutoUpgrade'
'OnceCurrentVersionExpired'
'OnceNewDefaultVersionAvailable'

OpenAIEndpointResourceProperties

이름 묘사
endpointType 엔드포인트의 형식입니다. 'Azure.OpenAI'(필수)

ServerlessEndpointCapacityReservation

이름 묘사
capacityReservationGroupId 문자열

제약 조건:
최소 길이 = 1
패턴 = [a-zA-Z0-9_](필수)
endpointReservedCapacity int

ServerlessEndpointContentSafety

이름 묘사
contentSafetyStatus 콘텐츠 안전 상태를 지정합니다. '사용 안 함'
'Enabled'(필수)

ServerlessEndpointInferenceEndpoint

이름 묘사

ServerlessEndpointModelSettings

이름 묘사
modelId 문자열

제약 조건:
최소 길이 = 1
패턴 = [a-zA-Z0-9_](필수)

ServerlessEndpointResourceProperties

이름 묘사
authMode 'Key'
capacityReservation ServerlessEndpointCapacityReservation
contentSafety ServerlessEndpointContentSafety
endpointState 서버리스 엔드포인트의 상태입니다. '만들기'
'CreationFailed'
'삭제 중'
'DeletionFailed'
'Online'
'복원 중'
'일시 중단됨'
'일시 중단'
'알 수 없음'
endpointType 엔드포인트의 형식입니다. 'serverlessEndpoint'(필수)
inferenceEndpoint ServerlessEndpointInferenceEndpoint
marketplaceSubscriptionId 문자열
메타데이터 아무것도 any
modelSettings ServerlessEndpointModelSettings
제공 ServerlessOffer

ServerlessOffer

이름 묘사
offerName 문자열

제약 조건:
최소 길이 = 1
패턴 = [a-zA-Z0-9_](필수)
게시자 문자열

제약 조건:
최소 길이 = 1
패턴 = [a-zA-Z0-9_](필수)

SpeechEndpointDeploymentResourceProperties

이름 묘사
모델 엔드포인트 배포에 사용되는 모델입니다. EndpointDeploymentModel(필수)
raiPolicyName RAI 정책의 이름입니다. 문자열
배포의 종류입니다. 'Azure.Speech'(필수)
versionUpgradeOption 배포 모델 버전 업그레이드 옵션입니다. 'NoAutoUpgrade'
'OnceCurrentVersionExpired'
'OnceNewDefaultVersionAvailable'

SpeechEndpointResourceProperties

이름 묘사
endpointType 엔드포인트의 형식입니다. 'Azure.Speech'(필수)