AzureMLBatchExecutionActivity
Class
Definition
Azure ML Batch Execution Service activity.
[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("AzureMLBatchExecution")]
public class AzureMLBatchExecutionActivity : Microsoft.Azure.Management.DataFactories.Models.ActivityTypeProperties
- Inheritance
- Attributes
Constructors
| AzureMLBatchExecutionActivity() |
Properties
| GlobalParameters |
Optional. 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 may include Azure Data Factory functions to be resolved at each slice execution time (See http://go.microsoft.com/fwlink/?LinkId=823697). Values will be passed in the GlobalParameters property of the Azure ML batch execution request. |
| WebServiceInput |
Optional. Name of Data Factory dataset giving the input to the batch execution. This information will be passed in the WebServiceInput property of the Azure ML batch execution request. WebServiceInput cannot be used simultaneously with WebServiceInputs. |
| WebServiceInputs |
Optional. Key, Value pairs mapping the names of Azure ML web service inputs to names of Data Factory datasets. The batch execution input is stored in these datasets. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request. Mapped datasets must be included in the Activity's inputs. WebServiceInputs cannot be used simultaneously with WebServiceInput. |
| WebServiceOutputs |
Optional. Key, Value pairs mapping the names of Azure ML web service outputs to names of Data Factory datasets. The batch execution output is written to these datasets. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request. Mapped datasets must be included in the Activity's outputs. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |