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.
      34979 34980 34981 34982 34983 34984  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34979 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.
      34979 34980 34981 34982 34983 34984  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34979 class ModelPackageStatusDetails < Struct.new( :validation_statuses, :image_scan_statuses) SENSITIVE = [] include Aws::Structure end  |