Class: Aws::Rekognition::Types::TestingData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Overview

The dataset used for testing. Optionally, if AutoCreate is set, Amazon Rekognition uses the training dataset to create a test dataset with a temporary split of the training dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assetsArray<Types::Asset>

The assets used for testing.

Returns:



7813
7814
7815
7816
7817
7818
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7813

class TestingData < Struct.new(
  :assets,
  :auto_create)
  SENSITIVE = []
  include Aws::Structure
end

#auto_createBoolean

If specified, Rekognition splits training dataset to create a test dataset for the training job.

Returns:

  • (Boolean)


7813
7814
7815
7816
7817
7818
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7813

class TestingData < Struct.new(
  :assets,
  :auto_create)
  SENSITIVE = []
  include Aws::Structure
end