Struct aws_sdk_sagemaker::model::PipelineSummary [−][src]
#[non_exhaustive]pub struct PipelineSummary {
pub pipeline_arn: Option<String>,
pub pipeline_name: Option<String>,
pub pipeline_display_name: Option<String>,
pub pipeline_description: Option<String>,
pub role_arn: Option<String>,
pub creation_time: Option<DateTime>,
pub last_modified_time: Option<DateTime>,
pub last_execution_time: Option<DateTime>,
}
Expand description
A summary of a pipeline.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.pipeline_arn: Option<String>
The Amazon Resource Name (ARN) of the pipeline.
pipeline_name: Option<String>
The name of the pipeline.
pipeline_display_name: Option<String>
The display name of the pipeline.
pipeline_description: Option<String>
The description of the pipeline.
role_arn: Option<String>
The Amazon Resource Name (ARN) that the pipeline used to execute.
creation_time: Option<DateTime>
The creation time of the pipeline.
last_modified_time: Option<DateTime>
The time that the pipeline was last modified.
last_execution_time: Option<DateTime>
The last time that a pipeline execution began.
Implementations
The Amazon Resource Name (ARN) of the pipeline.
The name of the pipeline.
The display name of the pipeline.
The description of the pipeline.
The Amazon Resource Name (ARN) that the pipeline used to execute.
The creation time of the pipeline.
The time that the pipeline was last modified.
The last time that a pipeline execution began.
Creates a new builder-style object to manufacture PipelineSummary
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PipelineSummary
impl Send for PipelineSummary
impl Sync for PipelineSummary
impl Unpin for PipelineSummary
impl UnwindSafe for PipelineSummary
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