Struct aws_sdk_sagemaker::model::algorithm_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AlgorithmSummary
Implementations
The name of the algorithm that is described by the summary.
The name of the algorithm that is described by the summary.
The Amazon Resource Name (ARN) of the algorithm.
The Amazon Resource Name (ARN) of the algorithm.
A brief description of the algorithm.
A brief description of the algorithm.
A timestamp that shows when the algorithm was created.
A timestamp that shows when the algorithm was created.
The overall status of the algorithm.
The overall status of the algorithm.
Consumes the builder and constructs a AlgorithmSummary
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