Class: Aws::LookoutEquipment::Types::StopRetrainingSchedulerResponse

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_arnString

The ARN of the model whose retraining scheduler is being stopped.

Returns:

  • (String)


4212
4213
4214
4215
4216
4217
4218
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4212

class StopRetrainingSchedulerResponse < Struct.new(
  :model_name,
  :model_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the model whose retraining scheduler is being stopped.

Returns:

  • (String)


4212
4213
4214
4215
4216
4217
4218
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4212

class StopRetrainingSchedulerResponse < Struct.new(
  :model_name,
  :model_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the retraining scheduler.

Returns:

  • (String)


4212
4213
4214
4215
4216
4217
4218
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4212

class StopRetrainingSchedulerResponse < Struct.new(
  :model_name,
  :model_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end