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.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def model_inference @model_inference end |
#model_training ⇒ Types::MembershipModelTrainingPaymentConfig
Returns the value of attribute model_training.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def model_training @model_training end |
#synthetic_data_generation ⇒ Types::MembershipSyntheticDataGenerationPaymentConfig
Returns the value of attribute synthetic_data_generation.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def synthetic_data_generation @synthetic_data_generation end |