Class: Aws::LookoutEquipment::Types::ListInferenceSchedulersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListInferenceSchedulersRequest
- Defined in:
- gems/aws-sdk-lookoutequipment/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.
2936 2937 2938 2939 2940 2941 2942 2943 2944 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2936 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.
2936 2937 2938 2939 2940 2941 2942 2943 2944 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2936 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.
2936 2937 2938 2939 2940 2941 2942 2943 2944 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2936 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.
2936 2937 2938 2939 2940 2941 2942 2943 2944 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2936 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.
2936 2937 2938 2939 2940 2941 2942 2943 2944 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2936 class ListInferenceSchedulersRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name_begins_with, :model_name, :status) SENSITIVE = [] include Aws::Structure end |