Class: Aws::LookoutEquipment::Types::InferenceEventSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::InferenceEventSummary
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Contains information about the specific inference event, including start and end time, diagnostics information, event duration and so on.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#diagnostics ⇒ String
An array which specifies the names and values of all sensors contributing to an inference event.
-
#event_duration_in_seconds ⇒ Integer
Indicates the size of an inference event in seconds.
-
#event_end_time ⇒ Time
Indicates the ending time of an inference event.
-
#event_start_time ⇒ Time
Indicates the starting time of an inference event.
-
#inference_scheduler_arn ⇒ String
The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event.
-
#inference_scheduler_name ⇒ String
The name of the inference scheduler being used for the inference events.
Instance Attribute Details
#diagnostics ⇒ String
An array which specifies the names and values of all sensors contributing to an inference event.
2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2226 class InferenceEventSummary < Struct.new( :inference_scheduler_arn, :inference_scheduler_name, :event_start_time, :event_end_time, :diagnostics, :event_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |
#event_duration_in_seconds ⇒ Integer
Indicates the size of an inference event in seconds.
2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2226 class InferenceEventSummary < Struct.new( :inference_scheduler_arn, :inference_scheduler_name, :event_start_time, :event_end_time, :diagnostics, :event_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |
#event_end_time ⇒ Time
Indicates the ending time of an inference event.
2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2226 class InferenceEventSummary < Struct.new( :inference_scheduler_arn, :inference_scheduler_name, :event_start_time, :event_end_time, :diagnostics, :event_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |
#event_start_time ⇒ Time
Indicates the starting time of an inference event.
2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2226 class InferenceEventSummary < Struct.new( :inference_scheduler_arn, :inference_scheduler_name, :event_start_time, :event_end_time, :diagnostics, :event_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |
#inference_scheduler_arn ⇒ String
The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event.
2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2226 class InferenceEventSummary < Struct.new( :inference_scheduler_arn, :inference_scheduler_name, :event_start_time, :event_end_time, :diagnostics, :event_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |
#inference_scheduler_name ⇒ String
The name of the inference scheduler being used for the inference events.
2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2226 class InferenceEventSummary < Struct.new( :inference_scheduler_arn, :inference_scheduler_name, :event_start_time, :event_end_time, :diagnostics, :event_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |