Class: Aws::LookoutEquipment::Types::ListInferenceEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListInferenceEventsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_scheduler_name ⇒ String
The name of the inference scheduler for the inference events listed.
-
#interval_end_time ⇒ Time
Returns all the inference events with an end start time equal to or greater than less than the end time given.
-
#interval_start_time ⇒ Time
Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.
-
#max_results ⇒ Integer
Specifies the maximum number of inference events to list.
-
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of inference events.
Instance Attribute Details
#inference_scheduler_name ⇒ String
The name of the inference scheduler for the inference events listed.
2916 2917 2918 2919 2920 2921 2922 2923 2924 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2916 class ListInferenceEventsRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name, :interval_start_time, :interval_end_time) SENSITIVE = [] include Aws::Structure end |
#interval_end_time ⇒ Time
Returns all the inference events with an end start time equal to or greater than less than the end time given.
2916 2917 2918 2919 2920 2921 2922 2923 2924 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2916 class ListInferenceEventsRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name, :interval_start_time, :interval_end_time) SENSITIVE = [] include Aws::Structure end |
#interval_start_time ⇒ Time
Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.
2916 2917 2918 2919 2920 2921 2922 2923 2924 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2916 class ListInferenceEventsRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name, :interval_start_time, :interval_end_time) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specifies the maximum number of inference events to list.
2916 2917 2918 2919 2920 2921 2922 2923 2924 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2916 class ListInferenceEventsRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name, :interval_start_time, :interval_end_time) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of inference events.
2916 2917 2918 2919 2920 2921 2922 2923 2924 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2916 class ListInferenceEventsRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name, :interval_start_time, :interval_end_time) SENSITIVE = [] include Aws::Structure end |