Class: Aws::Rekognition::Types::TestingDataResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::TestingDataResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Sagemaker Groundtruth format manifest files for the input, output and validation datasets that are used and created during testing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input ⇒ Types::TestingData
The testing dataset that was supplied for training.
-
#output ⇒ Types::TestingData
The subset of the dataset that was actually tested.
-
#validation ⇒ Types::ValidationData
The location of the data validation manifest.
Instance Attribute Details
#input ⇒ Types::TestingData
The testing dataset that was supplied for training.
7851 7852 7853 7854 7855 7856 7857 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7851 class TestingDataResult < Struct.new( :input, :output, :validation) SENSITIVE = [] include Aws::Structure end |
#output ⇒ Types::TestingData
The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.
7851 7852 7853 7854 7855 7856 7857 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7851 class TestingDataResult < Struct.new( :input, :output, :validation) SENSITIVE = [] include Aws::Structure end |
#validation ⇒ Types::ValidationData
The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.
7851 7852 7853 7854 7855 7856 7857 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7851 class TestingDataResult < Struct.new( :input, :output, :validation) SENSITIVE = [] include Aws::Structure end |