Struct aws_sdk_sagemaker::model::PipelineExecutionSummary [−][src]
#[non_exhaustive]pub struct PipelineExecutionSummary {
pub pipeline_execution_arn: Option<String>,
pub start_time: Option<DateTime>,
pub pipeline_execution_status: Option<PipelineExecutionStatus>,
pub pipeline_execution_description: Option<String>,
pub pipeline_execution_display_name: Option<String>,
}
Expand description
A pipeline execution summary.
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_execution_arn: Option<String>
The Amazon Resource Name (ARN) of the pipeline execution.
start_time: Option<DateTime>
The start time of the pipeline execution.
pipeline_execution_status: Option<PipelineExecutionStatus>
The status of the pipeline execution.
pipeline_execution_description: Option<String>
The description of the pipeline execution.
pipeline_execution_display_name: Option<String>
The display name of the pipeline execution.
Implementations
The Amazon Resource Name (ARN) of the pipeline execution.
The start time of the pipeline execution.
The status of the pipeline execution.
The description of the pipeline execution.
The display name of the pipeline execution.
Creates a new builder-style object to manufacture PipelineExecutionSummary
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 PipelineExecutionSummary
impl Send for PipelineExecutionSummary
impl Sync for PipelineExecutionSummary
impl Unpin for PipelineExecutionSummary
impl UnwindSafe for PipelineExecutionSummary
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