Uses of Class
com.azure.resourcemanager.datafactory.models.AzureMLExecutePipelineActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureMLExecutePipelineActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureMLExecutePipelineActivity.withContinueOnStepFailure
(Object continueOnStepFailure) Set the continueOnStepFailure property: Whether to continue execution of other steps in the PipelineRun if a step fails.AzureMLExecutePipelineActivity.withDataPathAssignments
(Object dataPathAssignments) Set the dataPathAssignments property: Dictionary used for changing data path assignments without retraining.AzureMLExecutePipelineActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.AzureMLExecutePipelineActivity.withDescription
(String description) Set the description property: Activity description.AzureMLExecutePipelineActivity.withExperimentName
(Object experimentName) Set the experimentName property: Run history experiment name of the pipeline run.AzureMLExecutePipelineActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.AzureMLExecutePipelineActivity.withMlParentRunId
(Object mlParentRunId) Set the mlParentRunId property: The parent Azure ML Service pipeline run id.AzureMLExecutePipelineActivity.withMlPipelineEndpointId
(Object mlPipelineEndpointId) Set the mlPipelineEndpointId property: ID of the published Azure ML pipeline endpoint.AzureMLExecutePipelineActivity.withMlPipelineId
(Object mlPipelineId) Set the mlPipelineId property: ID of the published Azure ML pipeline.AzureMLExecutePipelineActivity.withMlPipelineParameters
(Object mlPipelineParameters) Set the mlPipelineParameters property: Key,Value pairs to be passed to the published Azure ML pipeline endpoint.Set the name property: Activity name.AzureMLExecutePipelineActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.AzureMLExecutePipelineActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.AzureMLExecutePipelineActivity.withVersion
(Object version) Set the version property: Version of the published Azure ML pipeline endpoint.