Class: Aws::Rekognition::Types::TestingDataResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#inputTypes::TestingData

The testing dataset that was supplied for training.

Returns:



7838
7839
7840
7841
7842
7843
7844
# File 'lib/aws-sdk-rekognition/types.rb', line 7838

class TestingDataResult < Struct.new(
  :input,
  :output,
  :validation)
  SENSITIVE = []
  include Aws::Structure
end

#outputTypes::TestingData

The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.

Returns:



7838
7839
7840
7841
7842
7843
7844
# File 'lib/aws-sdk-rekognition/types.rb', line 7838

class TestingDataResult < Struct.new(
  :input,
  :output,
  :validation)
  SENSITIVE = []
  include Aws::Structure
end

#validationTypes::ValidationData

The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.



7838
7839
7840
7841
7842
7843
7844
# File 'lib/aws-sdk-rekognition/types.rb', line 7838

class TestingDataResult < Struct.new(
  :input,
  :output,
  :validation)
  SENSITIVE = []
  include Aws::Structure
end