Class: Aws::Types::DatasetSource
- Inherits:
-
Object
- Object
- Aws::Types::DatasetSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#ground_truth_manifest ⇒ Types::GroundTruthManifest
Returns the value of attribute ground_truth_manifest.
Instance Attribute Details
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
374 375 376 |
# File 'sig/types.rbs', line 374 def dataset_arn @dataset_arn end |
#ground_truth_manifest ⇒ Types::GroundTruthManifest
Returns the value of attribute ground_truth_manifest.
373 374 375 |
# File 'sig/types.rbs', line 373 def ground_truth_manifest @ground_truth_manifest end |