Class: Aws::SageMaker::Types::ModelPackageStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelPackageStatusDetails
- 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
-
#image_scan_statuses ⇒ Array<Types::ModelPackageStatusItem>
The status of the scan of the Docker image container for the model package.
-
#validation_statuses ⇒ Array<Types::ModelPackageStatusItem>
The validation status of the model package.
Instance Attribute Details
#image_scan_statuses ⇒ Array<Types::ModelPackageStatusItem>
The status of the scan of the Docker image container for the model package.
33538 33539 33540 33541 33542 33543 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33538 class ModelPackageStatusDetails < Struct.new( :validation_statuses, :image_scan_statuses) SENSITIVE = [] include Aws::Structure end |
#validation_statuses ⇒ Array<Types::ModelPackageStatusItem>
The validation status of the model package.
33538 33539 33540 33541 33542 33543 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33538 class ModelPackageStatusDetails < Struct.new( :validation_statuses, :image_scan_statuses) SENSITIVE = [] include Aws::Structure end |