Class: Aws::LookoutEquipment::Types::ListRetrainingSchedulersResponse

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

#next_tokenString

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.

Returns:

  • (String)


3249
3250
3251
3252
3253
3254
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3249

class ListRetrainingSchedulersResponse < Struct.new(
  :retraining_scheduler_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#retraining_scheduler_summariesArray<Types::RetrainingSchedulerSummary>

Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.



3249
3250
3251
3252
3253
3254
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3249

class ListRetrainingSchedulersResponse < Struct.new(
  :retraining_scheduler_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end