AzureMLBatchExecutionActivity interface
Azure ML Batch Execution activity.
- Extends
Properties
global |
Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request. |
type | Polymorphic discriminator, which specifies the different types this object can be |
web |
Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request. |
web |
Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request. |
Inherited Properties
depends |
Activity depends on condition. |
description | Activity description. |
linked |
Linked service reference. |
name | Activity name. |
on |
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default. |
policy | Activity policy. |
state | Activity state. This is an optional property and if not provided, the state will be Active by default. |
user |
Activity user properties. |
Property Details
globalParameters
Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request.
globalParameters?: {[propertyName: string]: any}
Property Value
{[propertyName: string]: any}
type
Polymorphic discriminator, which specifies the different types this object can be
type: "AzureMLBatchExecution"
Property Value
"AzureMLBatchExecution"
webServiceInputs
Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request.
webServiceInputs?: {[propertyName: string]: AzureMLWebServiceFile}
Property Value
{[propertyName: string]: AzureMLWebServiceFile}
webServiceOutputs
Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request.
webServiceOutputs?: {[propertyName: string]: AzureMLWebServiceFile}
Property Value
{[propertyName: string]: AzureMLWebServiceFile}
Inherited Property Details
dependsOn
Activity depends on condition.
dependsOn?: ActivityDependency[]
Property Value
Inherited From ExecutionActivity.dependsOn
description
Activity description.
description?: string
Property Value
string
Inherited From ExecutionActivity.description
linkedServiceName
Linked service reference.
linkedServiceName?: LinkedServiceReference
Property Value
Inherited From ExecutionActivity.linkedServiceName
name
onInactiveMarkAs
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
onInactiveMarkAs?: string
Property Value
string
Inherited From ExecutionActivity.onInactiveMarkAs
policy
state
Activity state. This is an optional property and if not provided, the state will be Active by default.
state?: string
Property Value
string
Inherited From ExecutionActivity.state
userProperties
Activity user properties.
userProperties?: UserProperty[]
Property Value
Inherited From ExecutionActivity.userProperties