Class: Aws::LookoutEquipment::Types::ListRetrainingSchedulersRequest

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

#max_resultsInteger

Specifies the maximum number of retraining schedulers to list.

Returns:

  • (Integer)


3343
3344
3345
3346
3347
3348
3349
3350
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3343

class ListRetrainingSchedulersRequest < Struct.new(
  :model_name_begins_with,
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#model_name_begins_withString

Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.

Returns:

  • (String)


3343
3344
3345
3346
3347
3348
3349
3350
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3343

class ListRetrainingSchedulersRequest < Struct.new(
  :model_name_begins_with,
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the number of results exceeds the maximum, a pagination token is returned. Use the token in the request to show the next page of retraining schedulers.

Returns:

  • (String)


3343
3344
3345
3346
3347
3348
3349
3350
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3343

class ListRetrainingSchedulersRequest < Struct.new(
  :model_name_begins_with,
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Specify this field to only list retraining schedulers whose status matches the value you specify.

Returns:

  • (String)


3343
3344
3345
3346
3347
3348
3349
3350
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3343

class ListRetrainingSchedulersRequest < Struct.new(
  :model_name_begins_with,
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end