You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::AlgorithmStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AlgorithmStatusDetails
- Defined in:
- (unknown)
Overview
Specifies the validation and image scan statuses of the algorithm.
Returned by:
Instance Attribute Summary collapse
-
#image_scan_statuses ⇒ Array<Types::AlgorithmStatusItem>
The status of the scan of the algorithm\'s Docker image container.
-
#validation_statuses ⇒ Array<Types::AlgorithmStatusItem>
The status of algorithm validation.
Instance Attribute Details
#image_scan_statuses ⇒ Array<Types::AlgorithmStatusItem>
The status of the scan of the algorithm\'s Docker image container.
#validation_statuses ⇒ Array<Types::AlgorithmStatusItem>
The status of algorithm validation.