Class: Aws::LookoutEquipment::Types::ListInferenceEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListInferenceEventsResponse
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_event_summaries ⇒ Array<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. -
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of inference executions.
Instance Attribute Details
#inference_event_summaries ⇒ Array<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.
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_token ⇒ String
An opaque pagination token indicating where to continue the listing of inference executions.
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 |