You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Rekognition::Types::TestingData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::TestingData
- Defined in:
- (unknown)
Overview
Note:
When passing TestingData 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",
},
},
},
],
auto_create: false,
}
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.
Returned by:
Instance Attribute Summary collapse
-
#assets ⇒ Array<Types::Asset>
The assets used for testing.
-
#auto_create ⇒ Boolean
If specified, Amazon Rekognition Custom Labels creates a testing dataset with an 80/20 split of the training dataset.
Instance Attribute Details
#assets ⇒ Array<Types::Asset>
The assets used for testing.
#auto_create ⇒ Boolean
If specified, Amazon Rekognition Custom Labels creates a testing dataset with an 80/20 split of the training dataset.