You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::ModelPackageStatusDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelPackageStatusDetails
 
 
- Defined in:
 - (unknown)
 
Overview
Specifies the validation and image scan statuses of the model package.
Returned by:
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.
#validation_statuses ⇒ Array<Types::ModelPackageStatusItem>
The validation status of the model package.