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.



2302
2303
2304
# File 'sig/types.rbs', line 2302

def model_inference
  @model_inference
end

#model_trainingTypes::ModelTrainingPaymentConfig

Returns the value of attribute model_training.



2301
2302
2303
# File 'sig/types.rbs', line 2301

def model_training
  @model_training
end

#synthetic_data_generationTypes::SyntheticDataGenerationPaymentConfig

Returns the value of attribute synthetic_data_generation.



2303
2304
2305
# File 'sig/types.rbs', line 2303

def synthetic_data_generation
  @synthetic_data_generation
end