Interface PipelineExecutionSummary.Builder

    • Method Detail

      • pipelineExecutionArn

        PipelineExecutionSummary.Builder pipelineExecutionArn​(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.
      • startTime

        PipelineExecutionSummary.Builder startTime​(Instant startTime)

        The start time of the pipeline execution.

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

        PipelineExecutionSummary.Builder pipelineExecutionDescription​(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.
      • pipelineExecutionDisplayName

        PipelineExecutionSummary.Builder pipelineExecutionDisplayName​(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.
      • pipelineExecutionFailureReason

        PipelineExecutionSummary.Builder pipelineExecutionFailureReason​(String pipelineExecutionFailureReason)

        A message generated by SageMaker Pipelines describing why the pipeline execution failed.

        Parameters:
        pipelineExecutionFailureReason - A message generated by SageMaker Pipelines describing why the pipeline execution failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.