Struct aws_sdk_sagemaker::model::ModelPackageStatusDetails [−][src]
#[non_exhaustive]pub struct ModelPackageStatusDetails {
pub validation_statuses: Option<Vec<ModelPackageStatusItem>>,
pub image_scan_statuses: Option<Vec<ModelPackageStatusItem>>,
}
Expand description
Specifies the validation and image scan statuses of the model package.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.validation_statuses: Option<Vec<ModelPackageStatusItem>>
The validation status of the model package.
image_scan_statuses: Option<Vec<ModelPackageStatusItem>>
The status of the scan of the Docker image container for the model package.
Implementations
The validation status of the model package.
The status of the scan of the Docker image container for the model package.
Creates a new builder-style object to manufacture ModelPackageStatusDetails
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 ModelPackageStatusDetails
impl Send for ModelPackageStatusDetails
impl Sync for ModelPackageStatusDetails
impl Unpin for ModelPackageStatusDetails
impl UnwindSafe for ModelPackageStatusDetails
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