Class: Aws::Types::MLPaymentConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#model_inferenceTypes::ModelInferencePaymentConfig

Returns the value of attribute model_inference.



2281
2282
2283
# File 'sig/types.rbs', line 2281

def model_inference
  @model_inference
end

#model_trainingTypes::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_generationTypes::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