Struct aws_sdk_sagemaker::model::algorithm_status_details::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AlgorithmStatusDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn validation_statuses(self, input: AlgorithmStatusItem) -> Self
pub fn validation_statuses(self, input: AlgorithmStatusItem) -> Self
Appends an item to validation_statuses
.
To override the contents of this collection use set_validation_statuses
.
The status of algorithm validation.
sourcepub fn set_validation_statuses(
self,
input: Option<Vec<AlgorithmStatusItem>>
) -> Self
pub fn set_validation_statuses(
self,
input: Option<Vec<AlgorithmStatusItem>>
) -> Self
The status of algorithm validation.
sourcepub fn image_scan_statuses(self, input: AlgorithmStatusItem) -> Self
pub fn image_scan_statuses(self, input: AlgorithmStatusItem) -> Self
Appends an item to image_scan_statuses
.
To override the contents of this collection use set_image_scan_statuses
.
The status of the scan of the algorithm's Docker image container.
sourcepub fn set_image_scan_statuses(
self,
input: Option<Vec<AlgorithmStatusItem>>
) -> Self
pub fn set_image_scan_statuses(
self,
input: Option<Vec<AlgorithmStatusItem>>
) -> Self
The status of the scan of the algorithm's Docker image container.
sourcepub fn build(self) -> AlgorithmStatusDetails
pub fn build(self) -> AlgorithmStatusDetails
Consumes the builder and constructs a AlgorithmStatusDetails
.