Struct aws_sdk_sagemaker::output::describe_pipeline_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DescribePipelineOutput
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 JSON pipeline definition.
The JSON pipeline definition.
The description of the pipeline.
The description of the pipeline.
The Amazon Resource Name (ARN) that the pipeline uses to execute.
The Amazon Resource Name (ARN) that the pipeline uses to execute.
The status of the pipeline execution.
The status of the pipeline execution.
The time when the pipeline was created.
The time when the pipeline was created.
The time when the pipeline was last modified.
The time when 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, lineage group, or project.
Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.
Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.
Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.
Lists the parallelism configuration applied to the pipeline.
Lists the parallelism configuration applied to the pipeline.
Consumes the builder and constructs a DescribePipelineOutput
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