Class: Aws::Rekognition::Types::Asset
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Rekognition::Types::Asset
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rekognition/types.rb
 
Overview
Assets are the images that you use to train and evaluate a model version. Assets can also contain validation information that you use to debug a failed model training.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ground_truth_manifest  ⇒ Types::GroundTruthManifest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest file.
 
Instance Attribute Details
#ground_truth_manifest ⇒ Types::GroundTruthManifest
The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest file.
      48 49 50 51 52  | 
    
      # File 'lib/aws-sdk-rekognition/types.rb', line 48 class Asset < Struct.new( :ground_truth_manifest) SENSITIVE = [] include Aws::Structure end  |