Class: Aws::Rekognition::Types::DistributeDatasetEntriesRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datasetsArray<Types::DistributeDataset>

The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the same project. The test dataset must be empty.

Returns:



2645
2646
2647
2648
2649
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2645

class DistributeDatasetEntriesRequest < Struct.new(
  :datasets)
  SENSITIVE = []
  include Aws::Structure
end