Class: Aws::Personalize::Types::SolutionUpdateConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

The configuration details of the solution update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_training_configTypes::AutoTrainingConfig

The automatic training configuration to use when performAutoTraining is true.



5461
5462
5463
5464
5465
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5461

class SolutionUpdateConfig < Struct.new(
  :auto_training_config)
  SENSITIVE = []
  include Aws::Structure
end