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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/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:



2940
2941
2942
2943
2944
2945
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2940

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)


2940
2941
2942
2943
2944
2945
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2940

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