Struct aws_sdk_sagemaker::model::pipeline::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Pipeline
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) of the role that created the pipeline.
The Amazon Resource Name (ARN) of the role that created the pipeline.
The status of the pipeline.
The status of the pipeline.
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 time when the pipeline was last run.
The time when the pipeline was last run.
Information about the user who created or modified an experiment, trial, trial component, or project.
Information about the user who created or modified an experiment, trial, trial component, or project.
Information about the user who created or modified an experiment, trial, trial component, or project.
Information about the user who created or modified an experiment, trial, trial component, or project.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A list of tags that apply to the pipeline.
A list of tags that apply to the pipeline.
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