Class: Aws::SageMaker::Types::ModelPackageStatusDetails

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

Overview

Specifies the validation and image scan statuses of the model package.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_scan_statusesArray<Types::ModelPackageStatusItem>

The status of the scan of the Docker image container for the model package.

Returns:



31782
31783
31784
31785
31786
31787
# File 'lib/aws-sdk-sagemaker/types.rb', line 31782

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

#validation_statusesArray<Types::ModelPackageStatusItem>

The validation status of the model package.

Returns:



31782
31783
31784
31785
31786
31787
# File 'lib/aws-sdk-sagemaker/types.rb', line 31782

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