Class: Aws::SageMaker::Types::AlgorithmStatusDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Specifies the validation and image scan statuses of the algorithm.

Constant Summary collapse

SENSITIVE =
[]

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:



477
478
479
480
481
482
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 477

class AlgorithmStatusDetails < Struct.new(
  :validation_statuses,
  :image_scan_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#validation_statusesArray<Types::AlgorithmStatusItem>

The status of algorithm validation.

Returns:



477
478
479
480
481
482
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 477

class AlgorithmStatusDetails < Struct.new(
  :validation_statuses,
  :image_scan_statuses)
  SENSITIVE = []
  include Aws::Structure
end