你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureMLBatchExecutionActivity interface

Azure ML Batch 执行活动。

扩展

属性

globalParameters

要传递给 Azure ML Batch 执行服务终结点的键、值对。 密钥必须与已发布的 Azure ML Web 服务中定义的 Web 服务参数的名称匹配。 将在 Azure ML 批处理执行请求的 GlobalParameters 属性中传递值。

type

多态鉴别器,它指定此对象可以的不同类型的

webServiceInputs

键、值对,将 Azure ML 终结点的 Web 服务输入的名称映射到指定输入 Blob 位置的 AzureMLWebServiceFile 对象。 此信息将在 Azure ML 批处理执行请求的 WebServiceInputs 属性中传递。

webServiceOutputs

键、值对,将 Azure ML 终结点的 Web 服务输出的名称映射到指定输出 Blob 位置的 AzureMLWebServiceFile 对象。 此信息将在 Azure ML 批处理执行请求的 WebServiceOutputs 属性中传递。

继承属性

dependsOn

活动取决于条件。

description

活动说明。

linkedServiceName

链接服务引用。

name

活动名称。

onInactiveMarkAs

当状态设置为“非活动”时活动的状态结果。 这是一个可选属性,如果未在活动处于非活动状态时提供,则默认情况下状态将成功。

policy

活动策略。

state

活动状态。 这是一个可选属性,如果未提供,则状态默认为“活动”。

userProperties

活动用户属性。

属性详细信息

globalParameters

要传递给 Azure ML Batch 执行服务终结点的键、值对。 密钥必须与已发布的 Azure ML Web 服务中定义的 Web 服务参数的名称匹配。 将在 Azure ML 批处理执行请求的 GlobalParameters 属性中传递值。

globalParameters?: {[propertyName: string]: any}

属性值

{[propertyName: string]: any}

type

多态鉴别器,它指定此对象可以的不同类型的

type: "AzureMLBatchExecution"

属性值

"AzureMLBatchExecution"

webServiceInputs

键、值对,将 Azure ML 终结点的 Web 服务输入的名称映射到指定输入 Blob 位置的 AzureMLWebServiceFile 对象。 此信息将在 Azure ML 批处理执行请求的 WebServiceInputs 属性中传递。

webServiceInputs?: {[propertyName: string]: AzureMLWebServiceFile}

属性值

{[propertyName: string]: AzureMLWebServiceFile}

webServiceOutputs

键、值对,将 Azure ML 终结点的 Web 服务输出的名称映射到指定输出 Blob 位置的 AzureMLWebServiceFile 对象。 此信息将在 Azure ML 批处理执行请求的 WebServiceOutputs 属性中传递。

webServiceOutputs?: {[propertyName: string]: AzureMLWebServiceFile}

属性值

{[propertyName: string]: AzureMLWebServiceFile}

继承属性详细信息

dependsOn

活动取决于条件。

dependsOn?: ActivityDependency[]

属性值

继承自 ExecutionActivity.dependsOn

description

活动说明。

description?: string

属性值

string

继承自 ExecutionActivity.description

linkedServiceName

链接服务引用。

linkedServiceName?: LinkedServiceReference

属性值

继承自 ExecutionActivity.linkedServiceName

name

活动名称。

name: string

属性值

string

继承自 ExecutionActivity.name

onInactiveMarkAs

当状态设置为“非活动”时活动的状态结果。 这是一个可选属性,如果未在活动处于非活动状态时提供,则默认情况下状态将成功。

onInactiveMarkAs?: string

属性值

string

继承自 ExecutionActivity.onInactiveMarkAs

policy

活动策略。

policy?: ActivityPolicy

属性值

继承自 ExecutionActivity.policy

state

活动状态。 这是一个可选属性,如果未提供,则状态默认为“活动”。

state?: string

属性值

string

继承自 ExecutionActivity.state

userProperties

活动用户属性。

userProperties?: UserProperty[]

属性值

继承自ExecutionActivity.userProperties