Class: Aws::Types::MembershipMLPaymentConfig
- Inherits:
-
Object
- Object
- Aws::Types::MembershipMLPaymentConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_inference ⇒ Types::MembershipModelInferencePaymentConfig
Returns the value of attribute model_inference.
-
#model_training ⇒ Types::MembershipModelTrainingPaymentConfig
Returns the value of attribute model_training.
-
#synthetic_data_generation ⇒ Types::MembershipSyntheticDataGenerationPaymentConfig
Returns the value of attribute synthetic_data_generation.
Instance Attribute Details
#model_inference ⇒ Types::MembershipModelInferencePaymentConfig
Returns the value of attribute model_inference.
2354 2355 2356 |
# File 'sig/types.rbs', line 2354 def model_inference @model_inference end |
#model_training ⇒ Types::MembershipModelTrainingPaymentConfig
Returns the value of attribute model_training.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def model_training @model_training end |
#synthetic_data_generation ⇒ Types::MembershipSyntheticDataGenerationPaymentConfig
Returns the value of attribute synthetic_data_generation.
2355 2356 2357 |
# File 'sig/types.rbs', line 2355 def synthetic_data_generation @synthetic_data_generation end |