Class: Aws::LookoutEquipment::Types::CreateRetrainingSchedulerResponse

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 that you added the retraining scheduler to.

Returns:

  • (String)


619
620
621
622
623
624
625
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 619

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

#model_nameString

The name of the model that you added the retraining scheduler to.

Returns:

  • (String)


619
620
621
622
623
624
625
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 619

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

#statusString

The status of the retraining scheduler.

Returns:

  • (String)


619
620
621
622
623
624
625
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 619

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