Class AzureMLBatchExecutionActivity


  • public class AzureMLBatchExecutionActivity
    extends ExecutionActivity
    Azure ML Batch Execution activity.
    • Constructor Detail

      • AzureMLBatchExecutionActivity

        public AzureMLBatchExecutionActivity()
    • Method Detail

      • getGlobalParameters

        public Map<String,​Object> getGlobalParameters()
        Get the globalParameters property: 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.
        Returns:
        the globalParameters value.
      • setGlobalParameters

        public AzureMLBatchExecutionActivity setGlobalParameters​(Map<String,​Object> globalParameters)
        Set the globalParameters property: 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.
        Parameters:
        globalParameters - the globalParameters value to set.
        Returns:
        the AzureMLBatchExecutionActivity object itself.
      • getWebServiceOutputs

        public Map<String,​AzureMLWebServiceFile> getWebServiceOutputs()
        Get the webServiceOutputs property: 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.
        Returns:
        the webServiceOutputs value.
      • setWebServiceOutputs

        public AzureMLBatchExecutionActivity setWebServiceOutputs​(Map<String,​AzureMLWebServiceFile> webServiceOutputs)
        Set the webServiceOutputs property: 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.
        Parameters:
        webServiceOutputs - the webServiceOutputs value to set.
        Returns:
        the AzureMLBatchExecutionActivity object itself.
      • getWebServiceInputs

        public Map<String,​AzureMLWebServiceFile> getWebServiceInputs()
        Get the webServiceInputs property: 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.
        Returns:
        the webServiceInputs value.
      • setWebServiceInputs

        public AzureMLBatchExecutionActivity setWebServiceInputs​(Map<String,​AzureMLWebServiceFile> webServiceInputs)
        Set the webServiceInputs property: 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.
        Parameters:
        webServiceInputs - the webServiceInputs value to set.
        Returns:
        the AzureMLBatchExecutionActivity object itself.