Class AzureMLExecutePipelineActivity
java.lang.Object
com.azure.resourcemanager.datafactory.models.Activity
com.azure.resourcemanager.datafactory.models.ExecutionActivity
com.azure.resourcemanager.datafactory.models.AzureMLExecutePipelineActivity
Azure ML Execute Pipeline activity.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AzureMLExecutePipelineActivity class. -
Method Summary
Modifier and TypeMethodDescriptionGet the continueOnStepFailure property: Whether to continue execution of other steps in the PipelineRun if a step fails.Get the dataPathAssignments property: Dictionary used for changing data path assignments without retraining.Get the experimentName property: Run history experiment name of the pipeline run.Get the mlParentRunId property: The parent Azure ML Service pipeline run id.Get the mlPipelineEndpointId property: ID of the published Azure ML pipeline endpoint.Get the mlPipelineId property: ID of the published Azure ML pipeline.Get the mlPipelineParameters property: Key,Value pairs to be passed to the published Azure ML pipeline endpoint.void
validate()
Validates the instance.version()
Get the version property: Version of the published Azure ML pipeline endpoint.withContinueOnStepFailure
(Object continueOnStepFailure) Set the continueOnStepFailure property: Whether to continue execution of other steps in the PipelineRun if a step fails.withDataPathAssignments
(Object dataPathAssignments) Set the dataPathAssignments property: Dictionary used for changing data path assignments without retraining.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.withDescription
(String description) Set the description property: Activity description.withExperimentName
(Object experimentName) Set the experimentName property: Run history experiment name of the pipeline run.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.withMlParentRunId
(Object mlParentRunId) Set the mlParentRunId property: The parent Azure ML Service pipeline run id.withMlPipelineEndpointId
(Object mlPipelineEndpointId) Set the mlPipelineEndpointId property: ID of the published Azure ML pipeline endpoint.withMlPipelineId
(Object mlPipelineId) Set the mlPipelineId property: ID of the published Azure ML pipeline.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.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.withVersion
(Object version) Set the version property: Version of the published Azure ML pipeline endpoint.Methods inherited from class com.azure.resourcemanager.datafactory.models.ExecutionActivity
linkedServiceName, policy
Methods inherited from class com.azure.resourcemanager.datafactory.models.Activity
additionalProperties, dependsOn, description, name, userProperties, withAdditionalProperties
-
Constructor Details
-
AzureMLExecutePipelineActivity
public AzureMLExecutePipelineActivity()Creates an instance of AzureMLExecutePipelineActivity class.
-
-
Method Details
-
withLinkedServiceName
public AzureMLExecutePipelineActivity withLinkedServiceName(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.- Overrides:
withLinkedServiceName
in classExecutionActivity
- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the ExecutionActivity object itself.
-
withPolicy
Set the policy property: Activity policy.- Overrides:
withPolicy
in classExecutionActivity
- Parameters:
policy
- the policy value to set.- Returns:
- the ExecutionActivity object itself.
-
withName
Set the name property: Activity name.- Overrides:
withName
in classExecutionActivity
- Parameters:
name
- the name value to set.- Returns:
- the Activity object itself.
-
withDescription
Set the description property: Activity description.- Overrides:
withDescription
in classExecutionActivity
- Parameters:
description
- the description value to set.- Returns:
- the Activity object itself.
-
withDependsOn
Set the dependsOn property: Activity depends on condition.- Overrides:
withDependsOn
in classExecutionActivity
- Parameters:
dependsOn
- the dependsOn value to set.- Returns:
- the Activity object itself.
-
withUserProperties
Set the userProperties property: Activity user properties.- Overrides:
withUserProperties
in classExecutionActivity
- Parameters:
userProperties
- the userProperties value to set.- Returns:
- the Activity object itself.
-
mlPipelineId
Get the mlPipelineId property: ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).- Returns:
- the mlPipelineId value.
-
withMlPipelineId
Set the mlPipelineId property: ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).- Parameters:
mlPipelineId
- the mlPipelineId value to set.- Returns:
- the AzureMLExecutePipelineActivity object itself.
-
mlPipelineEndpointId
Get the mlPipelineEndpointId property: ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).- Returns:
- the mlPipelineEndpointId value.
-
withMlPipelineEndpointId
Set the mlPipelineEndpointId property: ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).- Parameters:
mlPipelineEndpointId
- the mlPipelineEndpointId value to set.- Returns:
- the AzureMLExecutePipelineActivity object itself.
-
version
Get the version property: Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).- Returns:
- the version value.
-
withVersion
Set the version property: Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).- Parameters:
version
- the version value to set.- Returns:
- the AzureMLExecutePipelineActivity object itself.
-
experimentName
Get the experimentName property: Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string).- Returns:
- the experimentName value.
-
withExperimentName
Set the experimentName property: Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string).- Parameters:
experimentName
- the experimentName value to set.- Returns:
- the AzureMLExecutePipelineActivity object itself.
-
mlPipelineParameters
Get the mlPipelineParameters property: Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).- Returns:
- the mlPipelineParameters value.
-
withMlPipelineParameters
Set the mlPipelineParameters property: Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).- Parameters:
mlPipelineParameters
- the mlPipelineParameters value to set.- Returns:
- the AzureMLExecutePipelineActivity object itself.
-
dataPathAssignments
Get the dataPathAssignments property: Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).- Returns:
- the dataPathAssignments value.
-
withDataPathAssignments
Set the dataPathAssignments property: Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).- Parameters:
dataPathAssignments
- the dataPathAssignments value to set.- Returns:
- the AzureMLExecutePipelineActivity object itself.
-
mlParentRunId
Get the mlParentRunId property: The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string).- Returns:
- the mlParentRunId value.
-
withMlParentRunId
Set the mlParentRunId property: The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string).- Parameters:
mlParentRunId
- the mlParentRunId value to set.- Returns:
- the AzureMLExecutePipelineActivity object itself.
-
continueOnStepFailure
Get the continueOnStepFailure property: Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean).- Returns:
- the continueOnStepFailure value.
-
withContinueOnStepFailure
Set the continueOnStepFailure property: Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean).- Parameters:
continueOnStepFailure
- the continueOnStepFailure value to set.- Returns:
- the AzureMLExecutePipelineActivity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classExecutionActivity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-