AzureMLBatchExecutionActivity |
AzureMLBatchExecutionActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
AzureMLBatchExecutionActivity |
AzureMLBatchExecutionActivity.withDescription(String description) |
Set the description property: Activity description.
|
AzureMLBatchExecutionActivity |
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 |
AzureMLBatchExecutionActivity.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
AzureMLBatchExecutionActivity |
AzureMLBatchExecutionActivity.withName(String name) |
Set the name property: Activity name.
|
AzureMLBatchExecutionActivity |
AzureMLBatchExecutionActivity.withPolicy(ActivityPolicy policy) |
Set the policy property: Activity policy.
|
AzureMLBatchExecutionActivity |
AzureMLBatchExecutionActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|
AzureMLBatchExecutionActivity |
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 |
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.
|