Class: Aws::LookoutEquipment::Types::DeleteRetrainingSchedulerRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/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 delete.

Returns:

  • (String)


874
875
876
877
878
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 874

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