Uses of Class
com.azure.resourcemanager.datafactory.models.AzureMLBatchExecutionActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureMLBatchExecutionActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureMLBatchExecutionActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.AzureMLBatchExecutionActivity.withDescription
(String description) Set the description property: Activity description.AzureMLBatchExecutionActivity.withGlobalParameters
(Map<String, Object> globalParameters) Set the globalParameters property: Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint.AzureMLBatchExecutionActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.AzureMLBatchExecutionActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.AzureMLBatchExecutionActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.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..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.