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

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 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:



31725
31726
31727
31728
31729
31730
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31725

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:



31725
31726
31727
31728
31729
31730
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31725

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