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 DescribePipelineExecutionResult

    • Constructor Detail

      • DescribePipelineExecutionResult

        public DescribePipelineExecutionResult()
    • Method Detail

      • setPipelineArn

        public void setPipelineArn(String pipelineArn)

        The Amazon Resource Name (ARN) of the pipeline.

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

        public String getPipelineArn()

        The Amazon Resource Name (ARN) of the pipeline.

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

        public DescribePipelineExecutionResult withPipelineArn(String pipelineArn)

        The Amazon Resource Name (ARN) of the pipeline.

        Parameters:
        pipelineArn - The Amazon Resource Name (ARN) of the pipeline.
        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 DescribePipelineExecutionResult 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 DescribePipelineExecutionResult 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 execution.

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

        public String getPipelineExecutionStatus()

        The status of the pipeline execution.

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

        public DescribePipelineExecutionResult withPipelineExecutionStatus(String pipelineExecutionStatus)

        The status of the pipeline execution.

        Parameters:
        pipelineExecutionStatus - The status of the pipeline execution.
        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 DescribePipelineExecutionResult 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 DescribePipelineExecutionResult 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 DescribePipelineExecutionResult 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 time when the pipeline execution was created.

        Parameters:
        creationTime - The time when the pipeline execution was created.
      • getCreationTime

        public Date getCreationTime()

        The time when the pipeline execution was created.

        Returns:
        The time when the pipeline execution was created.
      • withCreationTime

        public DescribePipelineExecutionResult withCreationTime(Date creationTime)

        The time when the pipeline execution was created.

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

        public void setLastModifiedTime(Date lastModifiedTime)

        The time when the pipeline execution was modified last.

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

        public Date getLastModifiedTime()

        The time when the pipeline execution was modified last.

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

        public DescribePipelineExecutionResult withLastModifiedTime(Date lastModifiedTime)

        The time when the pipeline execution was modified last.

        Parameters:
        lastModifiedTime - The time when the pipeline execution was modified last.
        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:
      • setLastModifiedBy

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

        public UserContext getLastModifiedBy()
        Returns:
      • withLastModifiedBy

        public DescribePipelineExecutionResult 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.

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

        public ParallelismConfiguration getParallelismConfiguration()

        The parallelism configuration applied to the pipeline.

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

        public DescribePipelineExecutionResult withParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)

        The parallelism configuration applied to the pipeline.

        Parameters:
        parallelismConfiguration - The parallelism configuration applied to the pipeline.
        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 DescribePipelineExecutionResult 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.
      • 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 によって変換されたページ (->オリジナル) /