Class: Aws::Types::AIDatasetConfig
- Inherits:
-
Object
- Object
- Aws::Types::AIDatasetConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: InputDataConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_data_config ⇒ ::Array[Types::AIWorkloadInputDataConfig]
Returns the value of attribute input_data_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#input_data_config ⇒ ::Array[Types::AIWorkloadInputDataConfig]
Returns the value of attribute input_data_config.
101 102 103 |
# File 'sig/types.rbs', line 101 def input_data_config @input_data_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
102 103 104 |
# File 'sig/types.rbs', line 102 def unknown @unknown end |