Struct aws_sdk_personalize::model::solution_version_summary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for SolutionVersionSummary
Implementations
The Amazon Resource Name (ARN) of the solution version.
The Amazon Resource Name (ARN) of the solution version.
The status of the solution version.
A solution version can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
The status of the solution version.
A solution version can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
The date and time (in Unix time) that this version of a solution was created.
The date and time (in Unix time) that this version of a solution was created.
The date and time (in Unix time) that the solution version was last updated.
The date and time (in Unix time) that the solution version was last updated.
If a solution version fails, the reason behind the failure.
If a solution version fails, the reason behind the failure.
Consumes the builder and constructs a SolutionVersionSummary
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