Struct aws_sdk_sagemaker::model::PipelineSummary
source · #[non_exhaustive]pub struct PipelineSummary { /* private fields */ }
Expand description
A summary of a pipeline.
Implementations§
source§impl PipelineSummary
impl PipelineSummary
sourcepub fn pipeline_arn(&self) -> Option<&str>
pub fn pipeline_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the pipeline.
sourcepub fn pipeline_name(&self) -> Option<&str>
pub fn pipeline_name(&self) -> Option<&str>
The name of the pipeline.
sourcepub fn pipeline_display_name(&self) -> Option<&str>
pub fn pipeline_display_name(&self) -> Option<&str>
The display name of the pipeline.
sourcepub fn pipeline_description(&self) -> Option<&str>
pub fn pipeline_description(&self) -> Option<&str>
The description of the pipeline.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) that the pipeline used to execute.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The creation time of the pipeline.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
The time that the pipeline was last modified.
sourcepub fn last_execution_time(&self) -> Option<&DateTime>
pub fn last_execution_time(&self) -> Option<&DateTime>
The last time that a pipeline execution began.
source§impl PipelineSummary
impl PipelineSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PipelineSummary
.
Trait Implementations§
source§impl Clone for PipelineSummary
impl Clone for PipelineSummary
source§fn clone(&self) -> PipelineSummary
fn clone(&self) -> PipelineSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PipelineSummary
impl Debug for PipelineSummary
source§impl PartialEq<PipelineSummary> for PipelineSummary
impl PartialEq<PipelineSummary> for PipelineSummary
source§fn eq(&self, other: &PipelineSummary) -> bool
fn eq(&self, other: &PipelineSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.