Class: Aws::Rekognition::Types::TestingData
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Rekognition::Types::TestingData
 
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Overview
The dataset used for testing. Optionally, if AutoCreate is set,
Amazon Rekognition uses the training dataset to create a test dataset
with a temporary split of the training dataset.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #assets  ⇒ Array<Types::Asset> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The assets used for testing. 
- 
  
    
      #auto_create  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    If specified, Rekognition splits training dataset to create a test dataset for the training job. 
Instance Attribute Details
#assets ⇒ Array<Types::Asset>
The assets used for testing.
| 7878 7879 7880 7881 7882 7883 | # File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7878 class TestingData < Struct.new( :assets, :auto_create) SENSITIVE = [] include Aws::Structure end | 
#auto_create ⇒ Boolean
If specified, Rekognition splits training dataset to create a test dataset for the training job.
| 7878 7879 7880 7881 7882 7883 | # File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7878 class TestingData < Struct.new( :assets, :auto_create) SENSITIVE = [] include Aws::Structure end |