Class AzureMLBatchExecutionActivity


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

      • AzureMLBatchExecutionActivity

        public AzureMLBatchExecutionActivity()
    • Method Detail

      • globalParameters

        public Map<String,​Object> globalParameters()
        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.
      • withGlobalParameters

        public AzureMLBatchExecutionActivity withGlobalParameters​(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.
      • webServiceOutputs

        public Map<String,​AzureMLWebServiceFile> webServiceOutputs()
        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.
      • withWebServiceOutputs

        public AzureMLBatchExecutionActivity withWebServiceOutputs​(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.
      • webServiceInputs

        public Map<String,​AzureMLWebServiceFile> webServiceInputs()
        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.
      • withWebServiceInputs

        public AzureMLBatchExecutionActivity withWebServiceInputs​(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.