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 PipelineExecutionStep

    • Constructor Detail

      • PipelineExecutionStep

        public PipelineExecutionStep()
    • Method Detail

      • setStepName

        public void setStepName(String stepName)

        The name of the step that is executed.

        Parameters:
        stepName - The name of the step that is executed.
      • getStepName

        public String getStepName()

        The name of the step that is executed.

        Returns:
        The name of the step that is executed.
      • withStepName

        public PipelineExecutionStep withStepName(String stepName)

        The name of the step that is executed.

        Parameters:
        stepName - The name of the step that is executed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStepDisplayName

        public void setStepDisplayName(String stepDisplayName)

        The display name of the step.

        Parameters:
        stepDisplayName - The display name of the step.
      • getStepDisplayName

        public String getStepDisplayName()

        The display name of the step.

        Returns:
        The display name of the step.
      • withStepDisplayName

        public PipelineExecutionStep withStepDisplayName(String stepDisplayName)

        The display name of the step.

        Parameters:
        stepDisplayName - The display name of the step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStepDescription

        public void setStepDescription(String stepDescription)

        The description of the step.

        Parameters:
        stepDescription - The description of the step.
      • getStepDescription

        public String getStepDescription()

        The description of the step.

        Returns:
        The description of the step.
      • withStepDescription

        public PipelineExecutionStep withStepDescription(String stepDescription)

        The description of the step.

        Parameters:
        stepDescription - The description of the step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStartTime

        public void setStartTime(Date startTime)

        The time that the step started executing.

        Parameters:
        startTime - The time that the step started executing.
      • getStartTime

        public Date getStartTime()

        The time that the step started executing.

        Returns:
        The time that the step started executing.
      • withStartTime

        public PipelineExecutionStep withStartTime(Date startTime)

        The time that the step started executing.

        Parameters:
        startTime - The time that the step started executing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndTime

        public void setEndTime(Date endTime)

        The time that the step stopped executing.

        Parameters:
        endTime - The time that the step stopped executing.
      • getEndTime

        public Date getEndTime()

        The time that the step stopped executing.

        Returns:
        The time that the step stopped executing.
      • withEndTime

        public PipelineExecutionStep withEndTime(Date endTime)

        The time that the step stopped executing.

        Parameters:
        endTime - The time that the step stopped executing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStepStatus

        public void setStepStatus(String stepStatus)

        The status of the step execution.

        Parameters:
        stepStatus - The status of the step execution.
        See Also:
        StepStatus
      • getStepStatus

        public String getStepStatus()

        The status of the step execution.

        Returns:
        The status of the step execution.
        See Also:
        StepStatus
      • withStepStatus

        public PipelineExecutionStep withStepStatus(String stepStatus)

        The status of the step execution.

        Parameters:
        stepStatus - The status of the step execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StepStatus
      • withStepStatus

        public PipelineExecutionStep withStepStatus(StepStatus stepStatus)

        The status of the step execution.

        Parameters:
        stepStatus - The status of the step execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StepStatus
      • setCacheHitResult

        public void setCacheHitResult(CacheHitResult cacheHitResult)

        If this pipeline execution step was cached, details on the cache hit.

        Parameters:
        cacheHitResult - If this pipeline execution step was cached, details on the cache hit.
      • getCacheHitResult

        public CacheHitResult getCacheHitResult()

        If this pipeline execution step was cached, details on the cache hit.

        Returns:
        If this pipeline execution step was cached, details on the cache hit.
      • withCacheHitResult

        public PipelineExecutionStep withCacheHitResult(CacheHitResult cacheHitResult)

        If this pipeline execution step was cached, details on the cache hit.

        Parameters:
        cacheHitResult - If this pipeline execution step was cached, details on the cache hit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFailureReason

        public void setFailureReason(String failureReason)

        The reason why the step failed execution. This is only returned if the step failed its execution.

        Parameters:
        failureReason - The reason why the step failed execution. This is only returned if the step failed its execution.
      • getFailureReason

        public String getFailureReason()

        The reason why the step failed execution. This is only returned if the step failed its execution.

        Returns:
        The reason why the step failed execution. This is only returned if the step failed its execution.
      • withFailureReason

        public PipelineExecutionStep withFailureReason(String failureReason)

        The reason why the step failed execution. This is only returned if the step failed its execution.

        Parameters:
        failureReason - The reason why the step failed execution. This is only returned if the step failed its execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMetadata

        public void setMetadata(PipelineExecutionStepMetadata metadata)

        Metadata to run the pipeline step.

        Parameters:
        metadata - Metadata to run the pipeline step.
      • withMetadata

        public PipelineExecutionStep withMetadata(PipelineExecutionStepMetadata metadata)

        Metadata to run the pipeline step.

        Parameters:
        metadata - Metadata to run the pipeline step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSelectiveExecutionResult

        public void setSelectiveExecutionResult(SelectiveExecutionResult selectiveExecutionResult)

        The ARN from an execution of the current pipeline from which results are reused for this step.

        Parameters:
        selectiveExecutionResult - The ARN from an execution of the current pipeline from which results are reused for this step.
      • getSelectiveExecutionResult

        public SelectiveExecutionResult getSelectiveExecutionResult()

        The ARN from an execution of the current pipeline from which results are reused for this step.

        Returns:
        The ARN from an execution of the current pipeline from which results are reused for this step.
      • withSelectiveExecutionResult

        public PipelineExecutionStep withSelectiveExecutionResult(SelectiveExecutionResult selectiveExecutionResult)

        The ARN from an execution of the current pipeline from which results are reused for this step.

        Parameters:
        selectiveExecutionResult - The ARN from an execution of the current pipeline from which results are reused for this step.
        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 によって変換されたページ (->オリジナル) /