Class: Aws::Rekognition::Types::DistributeDataset
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DistributeDataset
- Defined in:
- gems/aws-sdk-rekognition/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.
2608 2609 2610 2611 2612 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2608 class DistributeDataset < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |