JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class PipelineExecution

    • Constructor Detail

      • PipelineExecution

        public PipelineExecution()
    • Method Detail

      • setPipelineArn

        public void setPipelineArn(String pipelineArn)

        The Amazon Resource Name (ARN) of the pipeline that was executed.

        Parameters:
        pipelineArn - The Amazon Resource Name (ARN) of the pipeline that was executed.
      • getPipelineArn

        public String getPipelineArn()

        The Amazon Resource Name (ARN) of the pipeline that was executed.

        Returns:
        The Amazon Resource Name (ARN) of the pipeline that was executed.
      • withPipelineArn

        public PipelineExecution withPipelineArn(String pipelineArn)

        The Amazon Resource Name (ARN) of the pipeline that was executed.

        Parameters:
        pipelineArn - The Amazon Resource Name (ARN) of the pipeline that was executed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPipelineExecutionArn

        public void setPipelineExecutionArn(String pipelineExecutionArn)

        The Amazon Resource Name (ARN) of the pipeline execution.

        Parameters:
        pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.
      • getPipelineExecutionArn

        public String getPipelineExecutionArn()

        The Amazon Resource Name (ARN) of the pipeline execution.

        Returns:
        The Amazon Resource Name (ARN) of the pipeline execution.
      • withPipelineExecutionArn

        public PipelineExecution withPipelineExecutionArn(String pipelineExecutionArn)

        The Amazon Resource Name (ARN) of the pipeline execution.

        Parameters:
        pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPipelineExecutionDisplayName

        public void setPipelineExecutionDisplayName(String pipelineExecutionDisplayName)

        The display name of the pipeline execution.

        Parameters:
        pipelineExecutionDisplayName - The display name of the pipeline execution.
      • getPipelineExecutionDisplayName

        public String getPipelineExecutionDisplayName()

        The display name of the pipeline execution.

        Returns:
        The display name of the pipeline execution.
      • withPipelineExecutionDisplayName

        public PipelineExecution withPipelineExecutionDisplayName(String pipelineExecutionDisplayName)

        The display name of the pipeline execution.

        Parameters:
        pipelineExecutionDisplayName - The display name of the pipeline execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPipelineExecutionStatus

        public void setPipelineExecutionStatus(String pipelineExecutionStatus)

        The status of the pipeline status.

        Parameters:
        pipelineExecutionStatus - The status of the pipeline status.
        See Also:
        PipelineExecutionStatus
      • getPipelineExecutionStatus

        public String getPipelineExecutionStatus()

        The status of the pipeline status.

        Returns:
        The status of the pipeline status.
        See Also:
        PipelineExecutionStatus
      • withPipelineExecutionStatus

        public PipelineExecution withPipelineExecutionStatus(String pipelineExecutionStatus)

        The status of the pipeline status.

        Parameters:
        pipelineExecutionStatus - The status of the pipeline status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PipelineExecutionStatus
      • withPipelineExecutionStatus

        public PipelineExecution withPipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)

        The status of the pipeline status.

        Parameters:
        pipelineExecutionStatus - The status of the pipeline status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PipelineExecutionStatus
      • setPipelineExecutionDescription

        public void setPipelineExecutionDescription(String pipelineExecutionDescription)

        The description of the pipeline execution.

        Parameters:
        pipelineExecutionDescription - The description of the pipeline execution.
      • getPipelineExecutionDescription

        public String getPipelineExecutionDescription()

        The description of the pipeline execution.

        Returns:
        The description of the pipeline execution.
      • withPipelineExecutionDescription

        public PipelineExecution withPipelineExecutionDescription(String pipelineExecutionDescription)

        The description of the pipeline execution.

        Parameters:
        pipelineExecutionDescription - The description of the pipeline execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPipelineExperimentConfig

        public void setPipelineExperimentConfig(PipelineExperimentConfig pipelineExperimentConfig)
        Parameters:
        pipelineExperimentConfig -
      • withPipelineExperimentConfig

        public PipelineExecution withPipelineExperimentConfig(PipelineExperimentConfig pipelineExperimentConfig)
        Parameters:
        pipelineExperimentConfig -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFailureReason

        public void setFailureReason(String failureReason)

        If the execution failed, a message describing why.

        Parameters:
        failureReason - If the execution failed, a message describing why.
      • getFailureReason

        public String getFailureReason()

        If the execution failed, a message describing why.

        Returns:
        If the execution failed, a message describing why.
      • withFailureReason

        public PipelineExecution withFailureReason(String failureReason)

        If the execution failed, a message describing why.

        Parameters:
        failureReason - If the execution failed, a message describing why.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The creation time of the pipeline execution.

        Parameters:
        creationTime - The creation time of the pipeline execution.
      • getCreationTime

        public Date getCreationTime()

        The creation time of the pipeline execution.

        Returns:
        The creation time of the pipeline execution.
      • withCreationTime

        public PipelineExecution withCreationTime(Date creationTime)

        The creation time of the pipeline execution.

        Parameters:
        creationTime - The creation time of the pipeline execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        The time that the pipeline execution was last modified.

        Parameters:
        lastModifiedTime - The time that the pipeline execution was last modified.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        The time that the pipeline execution was last modified.

        Returns:
        The time that the pipeline execution was last modified.
      • withLastModifiedTime

        public PipelineExecution withLastModifiedTime(Date lastModifiedTime)

        The time that the pipeline execution was last modified.

        Parameters:
        lastModifiedTime - The time that the pipeline execution was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedBy

        public void setCreatedBy(UserContext createdBy)
        Parameters:
        createdBy -
      • getCreatedBy

        public UserContext getCreatedBy()
        Returns:
      • withCreatedBy

        public PipelineExecution withCreatedBy(UserContext createdBy)
        Parameters:
        createdBy -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedBy

        public void setLastModifiedBy(UserContext lastModifiedBy)
        Parameters:
        lastModifiedBy -
      • getLastModifiedBy

        public UserContext getLastModifiedBy()
        Returns:
      • withLastModifiedBy

        public PipelineExecution withLastModifiedBy(UserContext lastModifiedBy)
        Parameters:
        lastModifiedBy -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setParallelismConfiguration

        public void setParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)

        The parallelism configuration applied to the pipeline execution.

        Parameters:
        parallelismConfiguration - The parallelism configuration applied to the pipeline execution.
      • getParallelismConfiguration

        public ParallelismConfiguration getParallelismConfiguration()

        The parallelism configuration applied to the pipeline execution.

        Returns:
        The parallelism configuration applied to the pipeline execution.
      • withParallelismConfiguration

        public PipelineExecution withParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)

        The parallelism configuration applied to the pipeline execution.

        Parameters:
        parallelismConfiguration - The parallelism configuration applied to the pipeline execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSelectiveExecutionConfig

        public void setSelectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig)

        The selective execution configuration applied to the pipeline run.

        Parameters:
        selectiveExecutionConfig - The selective execution configuration applied to the pipeline run.
      • getSelectiveExecutionConfig

        public SelectiveExecutionConfig getSelectiveExecutionConfig()

        The selective execution configuration applied to the pipeline run.

        Returns:
        The selective execution configuration applied to the pipeline run.
      • withSelectiveExecutionConfig

        public PipelineExecution withSelectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig)

        The selective execution configuration applied to the pipeline run.

        Parameters:
        selectiveExecutionConfig - The selective execution configuration applied to the pipeline run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getPipelineParameters

        public List<Parameter> getPipelineParameters()

        Contains a list of pipeline parameters. This list can be empty.

        Returns:
        Contains a list of pipeline parameters. This list can be empty.
      • setPipelineParameters

        public void setPipelineParameters(Collection<Parameter> pipelineParameters)

        Contains a list of pipeline parameters. This list can be empty.

        Parameters:
        pipelineParameters - Contains a list of pipeline parameters. This list can be empty.
      • withPipelineParameters

        public PipelineExecution withPipelineParameters(Parameter... pipelineParameters)

        Contains a list of pipeline parameters. This list can be empty.

        NOTE: This method appends the values to the existing list (if any). Use setPipelineParameters(java.util.Collection) or withPipelineParameters(java.util.Collection) if you want to override the existing values.

        Parameters:
        pipelineParameters - Contains a list of pipeline parameters. This list can be empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withPipelineParameters

        public PipelineExecution withPipelineParameters(Collection<Parameter> pipelineParameters)

        Contains a list of pipeline parameters. This list can be empty.

        Parameters:
        pipelineParameters - Contains a list of pipeline parameters. This list can be empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /