#[non_exhaustive]pub struct ModelPackageStatusDetails { /* private fields */ }
Expand description
Specifies the validation and image scan statuses of the model package.
Implementations§
source§impl ModelPackageStatusDetails
impl ModelPackageStatusDetails
sourcepub fn validation_statuses(&self) -> Option<&[ModelPackageStatusItem]>
pub fn validation_statuses(&self) -> Option<&[ModelPackageStatusItem]>
The validation status of the model package.
sourcepub fn image_scan_statuses(&self) -> Option<&[ModelPackageStatusItem]>
pub fn image_scan_statuses(&self) -> Option<&[ModelPackageStatusItem]>
The status of the scan of the Docker image container for the model package.
source§impl ModelPackageStatusDetails
impl ModelPackageStatusDetails
sourcepub fn builder() -> ModelPackageStatusDetailsBuilder
pub fn builder() -> ModelPackageStatusDetailsBuilder
Creates a new builder-style object to manufacture ModelPackageStatusDetails
.
Trait Implementations§
source§impl Clone for ModelPackageStatusDetails
impl Clone for ModelPackageStatusDetails
source§fn clone(&self) -> ModelPackageStatusDetails
fn clone(&self) -> ModelPackageStatusDetails
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ModelPackageStatusDetails
impl Debug for ModelPackageStatusDetails
source§impl PartialEq<ModelPackageStatusDetails> for ModelPackageStatusDetails
impl PartialEq<ModelPackageStatusDetails> for ModelPackageStatusDetails
source§fn eq(&self, other: &ModelPackageStatusDetails) -> bool
fn eq(&self, other: &ModelPackageStatusDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.