You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Rekognition::Types::TrainingData
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Rekognition::Types::TrainingData
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing TrainingData as input to an Aws::Client method, you can use a vanilla Hash:
{
  assets: [
    {
      ground_truth_manifest: {
        s3_object: {
          bucket: "S3Bucket",
          name: "S3ObjectName",
          version: "S3ObjectVersion",
        },
      },
    },
  ],
}
The dataset used for training.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #assets  ⇒ Array<Types::Asset> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A Sagemaker GroundTruth manifest file that contains the training images (assets). 
Instance Attribute Details
#assets ⇒ Array<Types::Asset>
A Sagemaker GroundTruth manifest file that contains the training images (assets).