Struct aws_sdk_sagemaker::model::pipeline_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PipelineSummary
Implementations
The Amazon Resource Name (ARN) of the pipeline.
The Amazon Resource Name (ARN) of the pipeline.
The name of the pipeline.
The name of the pipeline.
The display name of the pipeline.
The display name of the pipeline.
The description of the pipeline.
The description of the pipeline.
The Amazon Resource Name (ARN) that the pipeline used to execute.
The Amazon Resource Name (ARN) that the pipeline used to execute.
The creation time of the pipeline.
The creation time of the pipeline.
The time that the pipeline was last modified.
The time that the pipeline was last modified.
The last time that a pipeline execution began.
The last time that a pipeline execution began.
Consumes the builder and constructs a PipelineSummary
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