Class: Aws::LookoutEquipment::Types::StartRetrainingSchedulerResponse

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 started.

Returns:

  • (String)


4131
4132
4133
4134
4135
4136
4137
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4131

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

#model_nameString

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

Returns:

  • (String)


4131
4132
4133
4134
4135
4136
4137
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4131

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

#statusString

The status of the retraining scheduler.

Returns:

  • (String)


4131
4132
4133
4134
4135
4136
4137
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4131

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