Struct aws_sdk_sagemaker::model::AlgorithmStatusDetails
source · #[non_exhaustive]pub struct AlgorithmStatusDetails { /* private fields */ }
Expand description
Specifies the validation and image scan statuses of the algorithm.
Implementations§
source§impl AlgorithmStatusDetails
impl AlgorithmStatusDetails
sourcepub fn validation_statuses(&self) -> Option<&[AlgorithmStatusItem]>
pub fn validation_statuses(&self) -> Option<&[AlgorithmStatusItem]>
The status of algorithm validation.
sourcepub fn image_scan_statuses(&self) -> Option<&[AlgorithmStatusItem]>
pub fn image_scan_statuses(&self) -> Option<&[AlgorithmStatusItem]>
The status of the scan of the algorithm's Docker image container.
source§impl AlgorithmStatusDetails
impl AlgorithmStatusDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AlgorithmStatusDetails
.
Trait Implementations§
source§impl Clone for AlgorithmStatusDetails
impl Clone for AlgorithmStatusDetails
source§fn clone(&self) -> AlgorithmStatusDetails
fn clone(&self) -> AlgorithmStatusDetails
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 AlgorithmStatusDetails
impl Debug for AlgorithmStatusDetails
source§impl PartialEq<AlgorithmStatusDetails> for AlgorithmStatusDetails
impl PartialEq<AlgorithmStatusDetails> for AlgorithmStatusDetails
source§fn eq(&self, other: &AlgorithmStatusDetails) -> bool
fn eq(&self, other: &AlgorithmStatusDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.