AzureMLBatchExecutionActivity Class
Azure ML Batch Execution activity.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.synapse.artifacts.models._models_py3.ExecutionActivityAzureMLBatchExecutionActivity
Constructor
AzureMLBatchExecutionActivity(*, name: str, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, depends_on: Optional[List[azure.synapse.artifacts.models._models_py3.ActivityDependency]] = None, user_properties: Optional[List[azure.synapse.artifacts.models._models_py3.UserProperty]] = None, linked_service_name: Optional[azure.synapse.artifacts.models._models_py3.LinkedServiceReference] = None, policy: Optional[azure.synapse.artifacts.models._models_py3.ActivityPolicy] = None, global_parameters: Optional[Dict[str, object]] = None, web_service_outputs: Optional[Dict[str, azure.synapse.artifacts.models._models_py3.AzureMLWebServiceFile]] = None, web_service_inputs: Optional[Dict[str, azure.synapse.artifacts.models._models_py3.AzureMLWebServiceFile]] = None, **kwargs)
Parameters
Unmatched properties from the message are deserialized to this collection.
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