Class AzureMLExecutePipelineActivityTypeProperties


  • public final class AzureMLExecutePipelineActivityTypeProperties
    extends Object
    Azure ML Execute Pipeline activity properties.
    • Constructor Detail

      • AzureMLExecutePipelineActivityTypeProperties

        public AzureMLExecutePipelineActivityTypeProperties()
    • Method Detail

      • mlPipelineId

        public Object mlPipelineId()
        Get the mlPipelineId property: ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
        Returns:
        the mlPipelineId value.
      • withMlPipelineId

        public AzureMLExecutePipelineActivityTypeProperties withMlPipelineId​(Object mlPipelineId)
        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 AzureMLExecutePipelineActivityTypeProperties object itself.
      • mlPipelineEndpointId

        public Object 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

        public AzureMLExecutePipelineActivityTypeProperties withMlPipelineEndpointId​(Object mlPipelineEndpointId)
        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 AzureMLExecutePipelineActivityTypeProperties object itself.
      • version

        public Object 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

        public AzureMLExecutePipelineActivityTypeProperties withVersion​(Object version)
        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 AzureMLExecutePipelineActivityTypeProperties object itself.
      • experimentName

        public Object 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

        public AzureMLExecutePipelineActivityTypeProperties withExperimentName​(Object experimentName)
        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 AzureMLExecutePipelineActivityTypeProperties object itself.
      • mlPipelineParameters

        public Object 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

        public AzureMLExecutePipelineActivityTypeProperties withMlPipelineParameters​(Object mlPipelineParameters)
        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 AzureMLExecutePipelineActivityTypeProperties object itself.
      • dataPathAssignments

        public Object 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

        public AzureMLExecutePipelineActivityTypeProperties withDataPathAssignments​(Object dataPathAssignments)
        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 AzureMLExecutePipelineActivityTypeProperties object itself.
      • mlParentRunId

        public Object 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

        public AzureMLExecutePipelineActivityTypeProperties withMlParentRunId​(Object mlParentRunId)
        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 AzureMLExecutePipelineActivityTypeProperties object itself.
      • continueOnStepFailure

        public Object 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

        public AzureMLExecutePipelineActivityTypeProperties withContinueOnStepFailure​(Object continueOnStepFailure)
        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 AzureMLExecutePipelineActivityTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.