Class: Aws::LookoutEquipment::Types::ListInferenceExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListInferenceExecutionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_end_time_before ⇒ Time
The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.
-
#data_start_time_after ⇒ Time
The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.
-
#inference_scheduler_name ⇒ String
The name of the inference scheduler for the inference execution listed.
-
#max_results ⇒ Integer
Specifies the maximum number of inference executions to list.
-
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of inference executions.
-
#status ⇒ String
The status of the inference execution.
Instance Attribute Details
#data_end_time_before ⇒ Time
The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.
2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2977 class ListInferenceExecutionsRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name, :data_start_time_after, :data_end_time_before, :status) SENSITIVE = [] include Aws::Structure end |
#data_start_time_after ⇒ Time
The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.
2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2977 class ListInferenceExecutionsRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name, :data_start_time_after, :data_end_time_before, :status) SENSITIVE = [] include Aws::Structure end |
#inference_scheduler_name ⇒ String
The name of the inference scheduler for the inference execution listed.
2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2977 class ListInferenceExecutionsRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name, :data_start_time_after, :data_end_time_before, :status) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specifies the maximum number of inference executions to list.
2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2977 class ListInferenceExecutionsRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name, :data_start_time_after, :data_end_time_before, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of inference executions.
2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2977 class ListInferenceExecutionsRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name, :data_start_time_after, :data_end_time_before, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the inference execution.
2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2977 class ListInferenceExecutionsRequest < Struct.new( :next_token, :max_results, :inference_scheduler_name, :data_start_time_after, :data_end_time_before, :status) SENSITIVE = [] include Aws::Structure end |