Class: Aws::Types::SyntheticDataParameters
- Inherits:
-
Object
- Object
- Aws::Types::SyntheticDataParameters
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: MlSyntheticDataParameters, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ml_synthetic_data_parameters ⇒ Types::MLSyntheticDataParameters
Returns the value of attribute ml_synthetic_data_parameters.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#ml_synthetic_data_parameters ⇒ Types::MLSyntheticDataParameters
Returns the value of attribute ml_synthetic_data_parameters.
3148 3149 3150 |
# File 'sig/types.rbs', line 3148 def ml_synthetic_data_parameters @ml_synthetic_data_parameters end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3149 3150 3151 |
# File 'sig/types.rbs', line 3149 def unknown @unknown end |