Class: Aws::LookoutEquipment::Types::CreateRetrainingSchedulerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::CreateRetrainingSchedulerResponse
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_arn ⇒ String
The ARN of the model that you added the retraining scheduler to.
-
#model_name ⇒ String
The name of the model that you added the retraining scheduler to.
-
#status ⇒ String
The status of the retraining scheduler.
Instance Attribute Details
#model_arn ⇒ String
The ARN of the model that you added the retraining scheduler to.
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_name ⇒ String
The name of the model that you added the retraining scheduler to.
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 |
#status ⇒ String
The status of the retraining scheduler.
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 |