Package version:

Interface AzureMLBatchExecutionActivity

Azure ML Batch Execution activity.

Hierarchy

Properties

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

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

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 declaration

  • [propertyName: string]: any
linkedServiceName?: LinkedServiceReference

Linked service reference.

name: string

Activity name.

Activity policy.

type: "AzureMLBatchExecution"

Polymorphic discriminator, which specifies the different types this object can be

userProperties?: UserProperty[]

Activity user properties.

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

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.

Type declaration

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

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.

Type declaration

Generated using TypeDoc