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
show all
Defined in:
(unknown)

Overview

Specifies the validation and image scan statuses of the algorithm.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#image_scan_statusesArray<Types::AlgorithmStatusItem>

The status of the scan of the algorithm\'s Docker image container.

Returns:

#validation_statusesArray<Types::AlgorithmStatusItem>

The status of algorithm validation.

Returns: