Class: Aws::LookoutEquipment::Types::InferenceEventSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#diagnosticsString

An array which specifies the names and values of all sensors contributing to an inference event.

Returns:

  • (String)


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_secondsInteger

Indicates the size of an inference event in seconds.

Returns:

  • (Integer)


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_timeTime

Indicates the ending time of an inference event.

Returns:

  • (Time)


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_timeTime

Indicates the starting time of an inference event.

Returns:

  • (Time)


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_arnString

The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event.

Returns:

  • (String)


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_nameString

The name of the inference scheduler being used for the inference events.

Returns:

  • (String)


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