Class: Aws::LookoutEquipment::Types::ListRetrainingSchedulersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListRetrainingSchedulersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the number of results exceeds the maximum, this pagination token is returned.
-
#retraining_scheduler_summaries ⇒ Array<Types::RetrainingSchedulerSummary>
Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.
Instance Attribute Details
#next_token ⇒ String
If the number of results exceeds the maximum, this pagination token is returned. Use this token in the request to show the next page of retraining schedulers.
3365 3366 3367 3368 3369 3370 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3365 class ListRetrainingSchedulersResponse < Struct.new( :retraining_scheduler_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#retraining_scheduler_summaries ⇒ Array<Types::RetrainingSchedulerSummary>
Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.
3365 3366 3367 3368 3369 3370 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3365 class ListRetrainingSchedulersResponse < Struct.new( :retraining_scheduler_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |