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.

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:



8223
8224
8225
8226
8227
# File 'lib/aws-sdk-sagemaker/types.rb', line 8223

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

#validation_statusesArray<Types::ModelPackageStatusItem>

The validation status of the model package.

Returns:



8223
8224
8225
8226
8227
# File 'lib/aws-sdk-sagemaker/types.rb', line 8223

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