Class: Aws::Types::MLPaymentConfig
- Inherits:
-
Object
- Object
- Aws::Types::MLPaymentConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_inference ⇒ Types::ModelInferencePaymentConfig
Returns the value of attribute model_inference.
-
#model_training ⇒ Types::ModelTrainingPaymentConfig
Returns the value of attribute model_training.
-
#synthetic_data_generation ⇒ Types::SyntheticDataGenerationPaymentConfig
Returns the value of attribute synthetic_data_generation.
Instance Attribute Details
#model_inference ⇒ Types::ModelInferencePaymentConfig
Returns the value of attribute model_inference.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def model_inference @model_inference end |
#model_training ⇒ Types::ModelTrainingPaymentConfig
Returns the value of attribute model_training.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def model_training @model_training end |
#synthetic_data_generation ⇒ Types::SyntheticDataGenerationPaymentConfig
Returns the value of attribute synthetic_data_generation.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def synthetic_data_generation @synthetic_data_generation end |