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

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_arnString

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

Returns:

  • (String)


588
589
590
591
592
593
594
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 588

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)


588
589
590
591
592
593
594
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 588

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

#statusString

The status of the retraining scheduler.

Returns:

  • (String)


588
589
590
591
592
593
594
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 588

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