Struct aws_sdk_sagemaker::model::model_package_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ModelPackageSummary
Implementations
The name of the model package.
The name of the model package.
If the model package is a versioned model, the model group that the versioned model belongs to.
If the model package is a versioned model, the model group that the versioned model belongs to.
If the model package is a versioned model, the version of the model.
If the model package is a versioned model, the version of the model.
The Amazon Resource Name (ARN) of the model package.
The Amazon Resource Name (ARN) of the model package.
A brief description of the model package.
A brief description of the model package.
A timestamp that shows when the model package was created.
A timestamp that shows when the model package was created.
The overall status of the model package.
The overall status of the model package.
The approval status of the model. This can be one of the following values.
-
APPROVED
- The model is approved -
REJECTED
- The model is rejected. -
PENDING_MANUAL_APPROVAL
- The model is waiting for manual approval.
The approval status of the model. This can be one of the following values.
-
APPROVED
- The model is approved -
REJECTED
- The model is rejected. -
PENDING_MANUAL_APPROVAL
- The model is waiting for manual approval.
Consumes the builder and constructs a ModelPackageSummary
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