Struct aws_sdk_sagemaker::model::pipeline_execution_step::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PipelineExecutionStep
Implementations
The name of the step that is executed.
The name of the step that is executed.
The display name of the step.
The display name of the step.
The description of the step.
The description of the step.
The time that the step started executing.
The time that the step started executing.
The time that the step stopped executing.
The status of the step execution.
The status of the step execution.
If this pipeline execution step was cached, details on the cache hit.
If this pipeline execution step was cached, details on the cache hit.
The current attempt of the execution step. For more information, see Retry Policy for Amazon SageMaker Pipelines steps.
The current attempt of the execution step. For more information, see Retry Policy for Amazon SageMaker Pipelines steps.
The reason why the step failed execution. This is only returned if the step failed its execution.
The reason why the step failed execution. This is only returned if the step failed its execution.
Metadata for the step execution.
Metadata for the step execution.
Consumes the builder and constructs a PipelineExecutionStep
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more