Class: Aws::Rekognition::Types::DistributeDataset
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DistributeDataset
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
A training dataset or a test dataset used in a dataset distribution operation. For more information, see DistributeDatasetEntries.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the dataset that you want to use.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the dataset that you want to use.
2658 2659 2660 2661 2662 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2658 class DistributeDataset < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |