Class: Aws::Types::InputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::InputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#supplementary_features ⇒ ::Array[Types::SupplementaryFeature]
Returns the value of attribute supplementary_features.
Instance Attribute Details
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
820 821 822 |
# File 'sig/types.rbs', line 820 def dataset_group_arn @dataset_group_arn end |
#supplementary_features ⇒ ::Array[Types::SupplementaryFeature]
Returns the value of attribute supplementary_features.
821 822 823 |
# File 'sig/types.rbs', line 821 def supplementary_features @supplementary_features end |