Struct aws_sdk_sagemaker::model::flow_definition_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for FlowDefinitionSummary
Implementations
The name of the flow definition.
The name of the flow definition.
The Amazon Resource Name (ARN) of the flow definition.
The Amazon Resource Name (ARN) of the flow definition.
The status of the flow definition. Valid values:
The status of the flow definition. Valid values:
The timestamp when SageMaker created the flow definition.
The timestamp when SageMaker created the flow definition.
The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is Failed
.
The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is Failed
.
Consumes the builder and constructs a FlowDefinitionSummary
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