AzureMLBatchExecutionActivity Class
Azure ML Batch Execution activity.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.ExecutionActivityAzureMLBatchExecutionActivity
Constructor
AzureMLBatchExecutionActivity(*, name: str, additional_properties: Optional[Dict[str, Any]] = None, description: Optional[str] = None, depends_on: Optional[List[_models.ActivityDependency]] = None, user_properties: Optional[List[_models.UserProperty]] = None, linked_service_name: Optional[_models.LinkedServiceReference] = None, policy: Optional[_models.ActivityPolicy] = None, global_parameters: Optional[Dict[str, Any]] = None, web_service_outputs: Optional[Dict[str, _models.AzureMLWebServiceFile]] = None, web_service_inputs: Optional[Dict[str, _models.AzureMLWebServiceFile]] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- name
- str
Required. Activity name.
- type
- str
Required. Type of activity.Constant filled by server.
- description
- str
Activity description.
- depends_on
- list[ActivityDependency]
Activity depends on condition.
- user_properties
- list[UserProperty]
Activity user properties.
- linked_service_name
- LinkedServiceReference
Linked service reference.
- policy
- ActivityPolicy
Activity policy.
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.
- web_service_outputs
- dict[str, 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.
- web_service_inputs
- dict[str, 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.
Feedback
Submit and view feedback for