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

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

#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)


3365
3366
3367
3368
3369
3370
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3365

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.



3365
3366
3367
3368
3369
3370
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3365

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