Class: Aws::LookoutEquipment::Types::ListInferenceEventsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inference_event_summariesArray<Types::InferenceEventSummary>

Provides an array of information about the individual inference events returned from the ‘ListInferenceEvents` operation, including scheduler used, event start time, event end time, diagnostics, and so on.

Returns:



2843
2844
2845
2846
2847
2848
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2843

class ListInferenceEventsResponse < Struct.new(
  :next_token,
  :inference_event_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An opaque pagination token indicating where to continue the listing of inference executions.

Returns:

  • (String)


2843
2844
2845
2846
2847
2848
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2843

class ListInferenceEventsResponse < Struct.new(
  :next_token,
  :inference_event_summaries)
  SENSITIVE = []
  include Aws::Structure
end