Class: Aws::LookoutEquipment::Types::ListRetrainingSchedulersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListRetrainingSchedulersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Specifies the maximum number of retraining schedulers to list.
-
#model_name_begins_with ⇒ String
Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.
-
#next_token ⇒ String
If the number of results exceeds the maximum, a pagination token is returned.
-
#status ⇒ String
Specify this field to only list retraining schedulers whose status matches the value you specify.
Instance Attribute Details
#max_results ⇒ Integer
Specifies the maximum number of retraining schedulers to list.
3343 3344 3345 3346 3347 3348 3349 3350 |
# File '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_with ⇒ String
Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.
3343 3344 3345 3346 3347 3348 3349 3350 |
# File '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_token ⇒ String
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.
3343 3344 3345 3346 3347 3348 3349 3350 |
# File '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 |
#status ⇒ String
Specify this field to only list retraining schedulers whose status matches the value you specify.
3343 3344 3345 3346 3347 3348 3349 3350 |
# File '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 |