Class: Aws::LookoutEquipment::Types::StopRetrainingSchedulerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_nameString

The name of the model whose retraining scheduler you want to stop.

Returns:

  • (String)


3972
3973
3974
3975
3976
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3972

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