Class: Aws::Types::SyntheticDataConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SyntheticDataConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#synthetic_data_evaluation_scores ⇒ Types::SyntheticDataEvaluationScores
Returns the value of attribute synthetic_data_evaluation_scores.
-
#synthetic_data_parameters ⇒ Types::MLSyntheticDataParameters
Returns the value of attribute synthetic_data_parameters.
Instance Attribute Details
#synthetic_data_evaluation_scores ⇒ Types::SyntheticDataEvaluationScores
Returns the value of attribute synthetic_data_evaluation_scores.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def synthetic_data_evaluation_scores @synthetic_data_evaluation_scores end |
#synthetic_data_parameters ⇒ Types::MLSyntheticDataParameters
Returns the value of attribute synthetic_data_parameters.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def synthetic_data_parameters @synthetic_data_parameters end |