Class: Aws::Rekognition::Types::DistributeDatasetEntriesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DistributeDatasetEntriesRequest
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datasets ⇒ Array<Types::DistributeDataset>
The ARNS for the training dataset and test dataset that you want to use.
Instance Attribute Details
#datasets ⇒ Array<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.
2169 2170 2171 2172 2173 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2169 class DistributeDatasetEntriesRequest < Struct.new( :datasets) SENSITIVE = [] include Aws::Structure end |