Microsoft.MachineLearningServices 작업 영역/batchEndpoints/deployments 2021-03-01-preview

Bicep 리소스 정의

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

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

리소스 형식

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

resource symbolicname 'Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2021-03-01-preview' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  kind: 'string'
  parent: resourceSymbolicName
  identity: {
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {
        clientId: 'string'
        principalId: 'string'
      }
    }
  }
  properties: {
    codeConfiguration: {
      codeId: 'string'
      scoringScript: 'string'
    }
    compute: {
      instanceCount: int
      instanceType: 'string'
      isLocal: bool
      location: 'string'
      properties: {
        {customized property}: 'string'
      }
      target: 'string'
    }
    description: 'string'
    environmentId: 'string'
    environmentVariables: {
      {customized property}: 'string'
    }
    errorThreshold: int
    loggingLevel: 'string'
    miniBatchSize: int
    model: {
      referenceType: 'string'
      // For remaining properties, see AssetReferenceBase objects
    }
    outputConfiguration: {
      appendRowFileName: 'string'
      outputAction: 'string'
    }
    partitionKeys: [
      'string'
    ]
    properties: {
      {customized property}: 'string'
    }
    retrySettings: {
      maxRetries: int
      timeout: 'string'
    }
  }
}

AssetReferenceBase 개체

referenceType 속성을 설정하여 개체 유형을 지정합니다.

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

  referenceType: 'DataPath'
  datastoreId: 'string'
  path: 'string'

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

  referenceType: 'Id'
  assetId: 'string'

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

  referenceType: 'OutputPath'
  jobId: 'string'
  path: 'string'

속성 값

workspaces/batchEndpoints/deployments

이름 묘사
이름 리소스 이름

Bicep자식 리소스의 이름과 형식을 설정하는 방법을 알아보세요.
string(필수)
위치 리소스가 있는 지리적 위치 string(필수)
태그 리소스 태그. 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
종류 포털/도구/등에서 동일한 형식의 리소스에 대해 다른 UX 환경을 렌더링하는 데 사용되는 메타데이터입니다. 문자열
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식 리소스의 기호 이름: batchEndpoints
신원 리소스와 연결된 서비스 ID입니다. ResourceIdentity
속성 [필수] 엔터티의 추가 특성입니다. BatchDeployment (필수)

ResourceIdentity

이름 묘사
ResourceIdentity 형식의 값을 정의합니다. 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned'
userAssignedIdentities 사용자 할당 ID의 사전, 키는 UAI의 ARM 리소스 ID입니다. resourceIdentityUserAssignedIdentities

ResourceIdentityUserAssignedIdentities

이름 묘사
{customized property} UserAssignedIdentityMeta

UserAssignedIdentityMeta

이름 묘사
clientId Aka 애플리케이션 ID는 초기 프로비저닝 중에 애플리케이션 및 서비스 주체에 연결된 Azure AD에서 생성된 고유 식별자입니다. 문자열
principalId Azure 리소스에 대한 역할 기반 액세스 권한을 부여하는 데 사용되는 관리 ID에 대한 서비스 주체 개체의 개체 ID입니다. 문자열

BatchDeployment

이름 묘사
codeConfiguration 엔드포인트 배포에 대한 코드 구성입니다. codeConfiguration
계산 컴퓨팅 바인딩에 대한 구성입니다. computeConfiguration
묘사 엔드포인트 배포에 대한 설명입니다. 문자열
environmentId 엔드포인트 배포에 대한 환경 사양의 ARM 리소스 ID입니다. 문자열
environmentVariables 배포에 대한 환경 변수 구성입니다. BatchDeploymentEnvironmentVariables
errorThreshold 전체 입력에 대한 오류 수가 이 값보다 높은 경우 오류 임계값
일괄 처리 유추가 중단됩니다. 범위는 [-1, int입니다. MaxValue].
FileDataset의 경우 이 값은 파일 오류 수입니다.
TabularDataset의 경우 이 값은 레코드 오류의 수입니다.
-1(하한)로 설정하면 일괄 처리 유추 중 모든 오류가 무시됩니다.
int
loggingLevel 일괄 처리 유추 작업의 로깅 수준입니다. '디버그'
'정보'
'경고'
miniBatchSize 각 일괄 처리 호출에 전달된 미니 일괄 처리의 크기입니다.
FileDataset의 경우 미니 일괄 처리당 파일 수입니다.
TabularDataset의 경우 미니 일괄 처리당 레코드 크기(바이트)입니다.
int
모델 엔드포인트 배포에 대한 모델 자산에 대한 참조입니다. assetReferenceBase
outputConfiguration 일괄 처리 유추 작업에 대한 출력 구성입니다. BatchOutputConfiguration
partitionKeys 명명된 분할에 사용되는 파티션 키 목록입니다. string[]
속성 속성 사전입니다. 속성을 추가할 수 있지만 제거하거나 변경할 수는 없습니다. BatchDeploymentProperties
retrySettings 일괄 처리 유추 작업에 대한 다시 시도 설정입니다. BatchRetrySettings

CodeConfiguration

이름 묘사
codeId 코드 자산의 ARM 리소스 ID입니다. 문자열
scoringScript [필수] 시작할 때 실행할 스크립트입니다. 예. "score.py" string(필수)

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

ComputeConfiguration

이름 묘사
instanceCount 인스턴스 또는 노드 수입니다. int
instanceType 실행할 SKU 유형입니다. 문자열
isLocal 로컬 컴퓨팅에서 실행되는 작업에 대해 true로 설정합니다. bool
위치 가상 클러스터 실행을 위한 위치입니다. 문자열
속성 추가 속성입니다. computeConfigurationProperties
과녁 대상으로 하는 컴퓨팅의 ARM 리소스 ID입니다. 제공되지 않으면 리소스가 관리되는 리소스로 배포됩니다. 문자열

ComputeConfigurationProperties

이름 묘사
{customized property} 문자열

BatchDeploymentEnvironmentVariables

이름 묘사
{customized property} 문자열

AssetReferenceBase

이름 묘사
referenceType 개체 유형 설정 dataPath
ID
OutputPath(필수)

DataPathAssetReference

이름 묘사
referenceType [필수] 자산 참조의 형식을 지정합니다. 'DataPath'(필수)
datastoreId 자산이 있는 데이터 저장소의 ARM 리소스 ID입니다. 문자열
데이터 저장소의 파일/디렉터리의 경로입니다. 문자열

IdAssetReference

이름 묘사
referenceType [필수] 자산 참조의 형식을 지정합니다. 'Id'(필수)
assetId [필수] 자산의 ARM 리소스 ID입니다. string(필수)

제약 조건:
패턴 = [a-zA-Z0-9_]

OutputPathAssetReference

이름 묘사
referenceType [필수] 자산 참조의 형식을 지정합니다. 'OutputPath'(필수)
jobId 작업의 ARM 리소스 ID입니다. 문자열
작업 출력에 있는 파일/디렉터리의 경로입니다. 문자열

BatchOutputConfiguration

이름 묘사
appendRowFileName append_row 출력 작업에 대한 사용자 지정된 출력 파일 이름입니다. 문자열
outputAction 출력을 구성하는 방법을 나타냅니다. 'AppendRow'
'SummaryOnly'

BatchDeploymentProperties

이름 묘사
{customized property} 문자열

BatchRetrySettings

이름 묘사
maxRetries 미니 일괄 처리에 대한 최대 재시도 횟수 int
타임 아웃 ISO 8601 형식의 미니 일괄 처리에 대한 호출 시간 제한입니다. 문자열

ARM 템플릿 리소스 정의

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

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

리소스 형식

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

{
  "type": "Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments",
  "apiVersion": "2021-03-01-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "kind": "string",
  "identity": {
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {
        "clientId": "string",
        "principalId": "string"
      }
    }
  },
  "properties": {
    "codeConfiguration": {
      "codeId": "string",
      "scoringScript": "string"
    },
    "compute": {
      "instanceCount": "int",
      "instanceType": "string",
      "isLocal": "bool",
      "location": "string",
      "properties": {
        "{customized property}": "string"
      },
      "target": "string"
    },
    "description": "string",
    "environmentId": "string",
    "environmentVariables": {
      "{customized property}": "string"
    },
    "errorThreshold": "int",
    "loggingLevel": "string",
    "miniBatchSize": "int",
    "model": {
      "referenceType": "string"
      // For remaining properties, see AssetReferenceBase objects
    },
    "outputConfiguration": {
      "appendRowFileName": "string",
      "outputAction": "string"
    },
    "partitionKeys": [ "string" ],
    "properties": {
      "{customized property}": "string"
    },
    "retrySettings": {
      "maxRetries": "int",
      "timeout": "string"
    }
  }
}

AssetReferenceBase 개체

referenceType 속성을 설정하여 개체 유형을 지정합니다.

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

  "referenceType": "DataPath",
  "datastoreId": "string",
  "path": "string"

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

  "referenceType": "Id",
  "assetId": "string"

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

  "referenceType": "OutputPath",
  "jobId": "string",
  "path": "string"

속성 값

workspaces/batchEndpoints/deployments

이름 묘사
리소스 종류 'Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments'
apiVersion 리소스 api 버전 '2021-03-01-preview'
이름 리소스 이름

JSON ARM 템플릿자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요.
string(필수)
위치 리소스가 있는 지리적 위치 string(필수)
태그 리소스 태그. 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
종류 포털/도구/등에서 동일한 형식의 리소스에 대해 다른 UX 환경을 렌더링하는 데 사용되는 메타데이터입니다. 문자열
신원 리소스와 연결된 서비스 ID입니다. ResourceIdentity
속성 [필수] 엔터티의 추가 특성입니다. BatchDeployment (필수)

ResourceIdentity

이름 묘사
ResourceIdentity 형식의 값을 정의합니다. 'None'
'SystemAssigned'
'SystemAssigned,UserAssigned'
'UserAssigned'
userAssignedIdentities 사용자 할당 ID의 사전, 키는 UAI의 ARM 리소스 ID입니다. resourceIdentityUserAssignedIdentities

ResourceIdentityUserAssignedIdentities

이름 묘사
{customized property} UserAssignedIdentityMeta

UserAssignedIdentityMeta

이름 묘사
clientId Aka 애플리케이션 ID는 초기 프로비저닝 중에 애플리케이션 및 서비스 주체에 연결된 Azure AD에서 생성된 고유 식별자입니다. 문자열
principalId Azure 리소스에 대한 역할 기반 액세스 권한을 부여하는 데 사용되는 관리 ID에 대한 서비스 주체 개체의 개체 ID입니다. 문자열

BatchDeployment

이름 묘사
codeConfiguration 엔드포인트 배포에 대한 코드 구성입니다. codeConfiguration
계산 컴퓨팅 바인딩에 대한 구성입니다. computeConfiguration
묘사 엔드포인트 배포에 대한 설명입니다. 문자열
environmentId 엔드포인트 배포에 대한 환경 사양의 ARM 리소스 ID입니다. 문자열
environmentVariables 배포에 대한 환경 변수 구성입니다. BatchDeploymentEnvironmentVariables
errorThreshold 전체 입력에 대한 오류 수가 이 값보다 높은 경우 오류 임계값
일괄 처리 유추가 중단됩니다. 범위는 [-1, int입니다. MaxValue].
FileDataset의 경우 이 값은 파일 오류 수입니다.
TabularDataset의 경우 이 값은 레코드 오류의 수입니다.
-1(하한)로 설정하면 일괄 처리 유추 중 모든 오류가 무시됩니다.
int
loggingLevel 일괄 처리 유추 작업의 로깅 수준입니다. '디버그'
'정보'
'경고'
miniBatchSize 각 일괄 처리 호출에 전달된 미니 일괄 처리의 크기입니다.
FileDataset의 경우 미니 일괄 처리당 파일 수입니다.
TabularDataset의 경우 미니 일괄 처리당 레코드 크기(바이트)입니다.
int
모델 엔드포인트 배포에 대한 모델 자산에 대한 참조입니다. assetReferenceBase
outputConfiguration 일괄 처리 유추 작업에 대한 출력 구성입니다. BatchOutputConfiguration
partitionKeys 명명된 분할에 사용되는 파티션 키 목록입니다. string[]
속성 속성 사전입니다. 속성을 추가할 수 있지만 제거하거나 변경할 수는 없습니다. BatchDeploymentProperties
retrySettings 일괄 처리 유추 작업에 대한 다시 시도 설정입니다. BatchRetrySettings

CodeConfiguration

이름 묘사
codeId 코드 자산의 ARM 리소스 ID입니다. 문자열
scoringScript [필수] 시작할 때 실행할 스크립트입니다. 예. "score.py" string(필수)

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

ComputeConfiguration

이름 묘사
instanceCount 인스턴스 또는 노드 수입니다. int
instanceType 실행할 SKU 유형입니다. 문자열
isLocal 로컬 컴퓨팅에서 실행되는 작업에 대해 true로 설정합니다. bool
위치 가상 클러스터 실행을 위한 위치입니다. 문자열
속성 추가 속성입니다. computeConfigurationProperties
과녁 대상으로 하는 컴퓨팅의 ARM 리소스 ID입니다. 제공되지 않으면 리소스가 관리되는 리소스로 배포됩니다. 문자열

ComputeConfigurationProperties

이름 묘사
{customized property} 문자열

BatchDeploymentEnvironmentVariables

이름 묘사
{customized property} 문자열

AssetReferenceBase

이름 묘사
referenceType 개체 유형 설정 dataPath
ID
OutputPath(필수)

DataPathAssetReference

이름 묘사
referenceType [필수] 자산 참조의 형식을 지정합니다. 'DataPath'(필수)
datastoreId 자산이 있는 데이터 저장소의 ARM 리소스 ID입니다. 문자열
데이터 저장소의 파일/디렉터리의 경로입니다. 문자열

IdAssetReference

이름 묘사
referenceType [필수] 자산 참조의 형식을 지정합니다. 'Id'(필수)
assetId [필수] 자산의 ARM 리소스 ID입니다. string(필수)

제약 조건:
패턴 = [a-zA-Z0-9_]

OutputPathAssetReference

이름 묘사
referenceType [필수] 자산 참조의 형식을 지정합니다. 'OutputPath'(필수)
jobId 작업의 ARM 리소스 ID입니다. 문자열
작업 출력에 있는 파일/디렉터리의 경로입니다. 문자열

BatchOutputConfiguration

이름 묘사
appendRowFileName append_row 출력 작업에 대한 사용자 지정된 출력 파일 이름입니다. 문자열
outputAction 출력을 구성하는 방법을 나타냅니다. 'AppendRow'
'SummaryOnly'

BatchDeploymentProperties

이름 묘사
{customized property} 문자열

BatchRetrySettings

이름 묘사
maxRetries 미니 일괄 처리에 대한 최대 재시도 횟수 int
타임 아웃 ISO 8601 형식의 미니 일괄 처리에 대한 호출 시간 제한입니다. 문자열

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

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

  • 리소스 그룹

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2021-03-01-preview"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  identity {
    type = "string"
    identity_ids = []
  }
  body = jsonencode({
    properties = {
      codeConfiguration = {
        codeId = "string"
        scoringScript = "string"
      }
      compute = {
        instanceCount = int
        instanceType = "string"
        isLocal = bool
        location = "string"
        properties = {
          {customized property} = "string"
        }
        target = "string"
      }
      description = "string"
      environmentId = "string"
      environmentVariables = {
        {customized property} = "string"
      }
      errorThreshold = int
      loggingLevel = "string"
      miniBatchSize = int
      model = {
        referenceType = "string"
        // For remaining properties, see AssetReferenceBase objects
      }
      outputConfiguration = {
        appendRowFileName = "string"
        outputAction = "string"
      }
      partitionKeys = [
        "string"
      ]
      properties = {
        {customized property} = "string"
      }
      retrySettings = {
        maxRetries = int
        timeout = "string"
      }
    }
    kind = "string"
  })
}

AssetReferenceBase 개체

referenceType 속성을 설정하여 개체 유형을 지정합니다.

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

  referenceType = "DataPath"
  datastoreId = "string"
  path = "string"

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

  referenceType = "Id"
  assetId = "string"

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

  referenceType = "OutputPath"
  jobId = "string"
  path = "string"

속성 값

workspaces/batchEndpoints/deployments

이름 묘사
리소스 종류 "Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2021-03-01-preview"
이름 리소스 이름 string(필수)
위치 리소스가 있는 지리적 위치 string(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식 리소스에 대한 ID: batchEndpoints
태그 리소스 태그. 태그 이름 및 값의 사전입니다.
종류 포털/도구/등에서 동일한 형식의 리소스에 대해 다른 UX 환경을 렌더링하는 데 사용되는 메타데이터입니다. 문자열
신원 리소스와 연결된 서비스 ID입니다. ResourceIdentity
속성 [필수] 엔터티의 추가 특성입니다. BatchDeployment (필수)

ResourceIdentity

이름 묘사
ResourceIdentity 형식의 값을 정의합니다. "SystemAssigned"
"SystemAssigned,UserAssigned"
"UserAssigned"
identity_ids 사용자 할당 ID의 사전, 키는 UAI의 ARM 리소스 ID입니다. 사용자 ID ID의 배열입니다.

ResourceIdentityUserAssignedIdentities

이름 묘사
{customized property} UserAssignedIdentityMeta

UserAssignedIdentityMeta

이름 묘사
clientId Aka 애플리케이션 ID는 초기 프로비저닝 중에 애플리케이션 및 서비스 주체에 연결된 Azure AD에서 생성된 고유 식별자입니다. 문자열
principalId Azure 리소스에 대한 역할 기반 액세스 권한을 부여하는 데 사용되는 관리 ID에 대한 서비스 주체 개체의 개체 ID입니다. 문자열

BatchDeployment

이름 묘사
codeConfiguration 엔드포인트 배포에 대한 코드 구성입니다. codeConfiguration
계산 컴퓨팅 바인딩에 대한 구성입니다. computeConfiguration
묘사 엔드포인트 배포에 대한 설명입니다. 문자열
environmentId 엔드포인트 배포에 대한 환경 사양의 ARM 리소스 ID입니다. 문자열
environmentVariables 배포에 대한 환경 변수 구성입니다. BatchDeploymentEnvironmentVariables
errorThreshold 전체 입력에 대한 오류 수가 이 값보다 높은 경우 오류 임계값
일괄 처리 유추가 중단됩니다. 범위는 [-1, int입니다. MaxValue].
FileDataset의 경우 이 값은 파일 오류 수입니다.
TabularDataset의 경우 이 값은 레코드 오류의 수입니다.
-1(하한)로 설정하면 일괄 처리 유추 중 모든 오류가 무시됩니다.
int
loggingLevel 일괄 처리 유추 작업의 로깅 수준입니다. "디버그"
"정보"
"경고"
miniBatchSize 각 일괄 처리 호출에 전달된 미니 일괄 처리의 크기입니다.
FileDataset의 경우 미니 일괄 처리당 파일 수입니다.
TabularDataset의 경우 미니 일괄 처리당 레코드 크기(바이트)입니다.
int
모델 엔드포인트 배포에 대한 모델 자산에 대한 참조입니다. assetReferenceBase
outputConfiguration 일괄 처리 유추 작업에 대한 출력 구성입니다. BatchOutputConfiguration
partitionKeys 명명된 분할에 사용되는 파티션 키 목록입니다. string[]
속성 속성 사전입니다. 속성을 추가할 수 있지만 제거하거나 변경할 수는 없습니다. BatchDeploymentProperties
retrySettings 일괄 처리 유추 작업에 대한 다시 시도 설정입니다. BatchRetrySettings

CodeConfiguration

이름 묘사
codeId 코드 자산의 ARM 리소스 ID입니다. 문자열
scoringScript [필수] 시작할 때 실행할 스크립트입니다. 예. "score.py" string(필수)

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

ComputeConfiguration

이름 묘사
instanceCount 인스턴스 또는 노드 수입니다. int
instanceType 실행할 SKU 유형입니다. 문자열
isLocal 로컬 컴퓨팅에서 실행되는 작업에 대해 true로 설정합니다. bool
위치 가상 클러스터 실행을 위한 위치입니다. 문자열
속성 추가 속성입니다. computeConfigurationProperties
과녁 대상으로 하는 컴퓨팅의 ARM 리소스 ID입니다. 제공되지 않으면 리소스가 관리되는 리소스로 배포됩니다. 문자열

ComputeConfigurationProperties

이름 묘사
{customized property} 문자열

BatchDeploymentEnvironmentVariables

이름 묘사
{customized property} 문자열

AssetReferenceBase

이름 묘사
referenceType 개체 유형 설정 dataPath
ID
OutputPath(필수)

DataPathAssetReference

이름 묘사
referenceType [필수] 자산 참조의 형식을 지정합니다. "DataPath"(필수)
datastoreId 자산이 있는 데이터 저장소의 ARM 리소스 ID입니다. 문자열
데이터 저장소의 파일/디렉터리의 경로입니다. 문자열

IdAssetReference

이름 묘사
referenceType [필수] 자산 참조의 형식을 지정합니다. "Id"(필수)
assetId [필수] 자산의 ARM 리소스 ID입니다. string(필수)

제약 조건:
패턴 = [a-zA-Z0-9_]

OutputPathAssetReference

이름 묘사
referenceType [필수] 자산 참조의 형식을 지정합니다. "OutputPath"(필수)
jobId 작업의 ARM 리소스 ID입니다. 문자열
작업 출력에 있는 파일/디렉터리의 경로입니다. 문자열

BatchOutputConfiguration

이름 묘사
appendRowFileName append_row 출력 작업에 대한 사용자 지정된 출력 파일 이름입니다. 문자열
outputAction 출력을 구성하는 방법을 나타냅니다. "AppendRow"
"SummaryOnly"

BatchDeploymentProperties

이름 묘사
{customized property} 문자열

BatchRetrySettings

이름 묘사
maxRetries 미니 일괄 처리에 대한 최대 재시도 횟수 int
타임 아웃 ISO 8601 형식의 미니 일괄 처리에 대한 호출 시간 제한입니다. 문자열