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

Bicep 리소스 정의

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

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

리소스 형식

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

resource symbolicname 'Microsoft.MachineLearningServices/workspaces/endpoints@2024-07-01-preview' = {
  name: 'string'
  parent: resourceSymbolicName
  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경우 다음을 사용합니다.

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

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

  endpointType: 'serverlessEndpoint'
  authMode: 'Key'
  capacityReservation: {
    capacityReservationGroupId: 'string'
    endpointReservedCapacity: int
  }
  contentSafety: {
    contentSafetyStatus: 'string'
  }
  endpointState: 'string'
  inferenceEndpoint: {}
  marketplaceSubscriptionId: 'string'
  metadata: any()
  modelSettings: {
    modelId: 'string'
  }
  offer: {
    offerName: 'string'
    publisher: 'string'
  }

EndpointDeploymentResourceProperties 개체

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

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

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

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

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

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

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

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

  type: 'managedOnlineEndpoint'
  endpointComputeType: 'string'
  model: 'string'

속성 값

작업 영역/엔드포인트

이름 묘사
이름 리소스 이름

Bicep자식 리소스의 이름과 형식을 설정하는 방법을 알아보세요.
string(필수)
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

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

EndpointResourceProperties

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

Azure.Speech

managedOnlineEndpoint

serverlessEndpoint(필수)

EndpointDeploymentResourcePropertiesBasicResource

이름 묘사
속성 EndpointDeploymentResourceProperties(필수)

EndpointDeploymentResourceProperties

이름 묘사
failureReason 생성에 실패한 경우의 실패 이유입니다. 문자열
개체 유형 설정 Azure.ContentSafety
Azure.OpenAI

Azure.Speech

managedOnlineEndpoint
(필수)

ContentSafetyEndpointDeploymentResourceProperties

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

EndpointDeploymentModel

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

OpenAIEndpointDeploymentResourceProperties

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

SpeechEndpointDeploymentResourceProperties

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

ManagedOnlineEndpointDeploymentResourceProperties

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

ContentSafetyEndpointResourceProperties

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

OpenAIEndpointResourceProperties

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

SpeechEndpointResourceProperties

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

ManagedOnlineEndpointResourceProperties

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

ManagedOnlineEndpointResourcePropertiesMirrorTraffic

이름 묘사
{customized property} int

ManagedOnlineEndpointResourcePropertiesTraffic

이름 묘사
{customized property} int

ServerlessEndpointResourceProperties

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

ServerlessEndpointCapacityReservation

이름 묘사
capacityReservationGroupId string(필수)

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

ServerlessEndpointContentSafety

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

ServerlessEndpointInferenceEndpoint

이 개체에는 배포 중에 설정할 속성이 없습니다. 모든 속성은 ReadOnly입니다.

ServerlessEndpointModelSettings

이름 묘사
modelId string(필수)

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

ServerlessOffer

이름 묘사
offerName string(필수)

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

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

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경우 다음을 사용합니다.

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

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

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

EndpointDeploymentResourceProperties 개체

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

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

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

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

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

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

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

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

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

속성 값

작업 영역/엔드포인트

이름 묘사
리소스 종류 'Microsoft.MachineLearningServices/workspaces/endpoints'
apiVersion 리소스 api 버전 '2024-07-01-preview'
이름 리소스 이름

JSON ARM 템플릿자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요.
string(필수)
속성 endpointResourceProperties (필수)

EndpointResourceProperties

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

Azure.Speech

managedOnlineEndpoint

serverlessEndpoint(필수)

EndpointDeploymentResourcePropertiesBasicResource

이름 묘사
속성 EndpointDeploymentResourceProperties(필수)

EndpointDeploymentResourceProperties

이름 묘사
failureReason 생성에 실패한 경우의 실패 이유입니다. 문자열
개체 유형 설정 Azure.ContentSafety
Azure.OpenAI

Azure.Speech

managedOnlineEndpoint
(필수)

ContentSafetyEndpointDeploymentResourceProperties

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

EndpointDeploymentModel

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

OpenAIEndpointDeploymentResourceProperties

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

SpeechEndpointDeploymentResourceProperties

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

ManagedOnlineEndpointDeploymentResourceProperties

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

ContentSafetyEndpointResourceProperties

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

OpenAIEndpointResourceProperties

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

SpeechEndpointResourceProperties

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

ManagedOnlineEndpointResourceProperties

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

ManagedOnlineEndpointResourcePropertiesMirrorTraffic

이름 묘사
{customized property} int

ManagedOnlineEndpointResourcePropertiesTraffic

이름 묘사
{customized property} int

ServerlessEndpointResourceProperties

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

ServerlessEndpointCapacityReservation

이름 묘사
capacityReservationGroupId string(필수)

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

ServerlessEndpointContentSafety

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

ServerlessEndpointInferenceEndpoint

이 개체에는 배포 중에 설정할 속성이 없습니다. 모든 속성은 ReadOnly입니다.

ServerlessEndpointModelSettings

이름 묘사
modelId string(필수)

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

ServerlessOffer

이름 묘사
offerName string(필수)

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

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

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

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

  • 리소스 그룹

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.MachineLearningServices/workspaces/endpoints@2024-07-01-preview"
  name = "string"
  parent_id = "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경우 다음을 사용합니다.

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

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

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

EndpointDeploymentResourceProperties 개체

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

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

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

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

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

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

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

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

  type = "managedOnlineEndpoint"
  endpointComputeType = "string"
  model = "string"

속성 값

작업 영역/엔드포인트

이름 묘사
리소스 종류 "Microsoft.MachineLearningServices/workspaces/endpoints@2024-07-01-preview"
이름 리소스 이름 string(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식 리소스의 ID: 작업 영역
속성 endpointResourceProperties (필수)

EndpointResourceProperties

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

Azure.Speech

managedOnlineEndpoint

serverlessEndpoint(필수)

EndpointDeploymentResourcePropertiesBasicResource

이름 묘사
속성 EndpointDeploymentResourceProperties(필수)

EndpointDeploymentResourceProperties

이름 묘사
failureReason 생성에 실패한 경우의 실패 이유입니다. 문자열
개체 유형 설정 Azure.ContentSafety
Azure.OpenAI

Azure.Speech

managedOnlineEndpoint
(필수)

ContentSafetyEndpointDeploymentResourceProperties

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

EndpointDeploymentModel

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

OpenAIEndpointDeploymentResourceProperties

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

SpeechEndpointDeploymentResourceProperties

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

ManagedOnlineEndpointDeploymentResourceProperties

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

ContentSafetyEndpointResourceProperties

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

OpenAIEndpointResourceProperties

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

SpeechEndpointResourceProperties

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

ManagedOnlineEndpointResourceProperties

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

ManagedOnlineEndpointResourcePropertiesMirrorTraffic

이름 묘사
{customized property} int

ManagedOnlineEndpointResourcePropertiesTraffic

이름 묘사
{customized property} int

ServerlessEndpointResourceProperties

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

ServerlessEndpointCapacityReservation

이름 묘사
capacityReservationGroupId string(필수)

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

ServerlessEndpointContentSafety

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

ServerlessEndpointInferenceEndpoint

이 개체에는 배포 중에 설정할 속성이 없습니다. 모든 속성은 ReadOnly입니다.

ServerlessEndpointModelSettings

이름 묘사
modelId string(필수)

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

ServerlessOffer

이름 묘사
offerName string(필수)

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

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