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.
2157 2158 2159 2160 2161 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2157 class DistributeDataset < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |