Class: Aws::LookoutEquipment::Types::ListInferenceSchedulersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListInferenceSchedulersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_scheduler_name_begins_with ⇒ String
The beginning of the name of the inference schedulers to be listed.
-
#max_results ⇒ Integer
Specifies the maximum number of inference schedulers to list.
-
#model_name ⇒ String
The name of the machine learning model used by the inference scheduler to be listed.
-
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of inference schedulers.
-
#status ⇒ String
Specifies the current status of the inference schedulers.
Instance Attribute Details
#inference_scheduler_name_begins_with ⇒ String
The beginning of the name of the inference schedulers to be listed.
3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3040 class ListInferenceSchedulersRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name_begins_with, :model_name, :status) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specifies the maximum number of inference schedulers to list.
3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3040 class ListInferenceSchedulersRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name_begins_with, :model_name, :status) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The name of the machine learning model used by the inference scheduler to be listed.
3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3040 class ListInferenceSchedulersRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name_begins_with, :model_name, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of inference schedulers.
3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3040 class ListInferenceSchedulersRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name_begins_with, :model_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Specifies the current status of the inference schedulers.
3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3040 class ListInferenceSchedulersRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name_begins_with, :model_name, :status) SENSITIVE = [] include Aws::Structure end |