class Aws::Rekognition::Types::TestingData
The dataset used for testing. Optionally, if `AutoCreate` is set, Amazon Rekognition
Custom Labels creates a testing dataset using an 80/20 split of the training dataset.
@note When making an API call, you may pass TestingData
data as a hash: { assets: [ { ground_truth_manifest: { s3_object: { bucket: "S3Bucket", name: "S3ObjectName", version: "S3ObjectVersion", }, }, }, ], auto_create: false, }
@!attribute [rw] assets
The assets used for testing. @return [Array<Types::Asset>]
@!attribute [rw] auto_create
If specified, Amazon Rekognition Custom Labels creates a testing dataset with an 80/20 split of the training dataset. @return [Boolean]
Constants
- SENSITIVE