Class: Aws::LookoutEquipment::Types::ListInferenceEventsRequest

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_scheduler_nameString

The name of the inference scheduler for the inference events listed.

Returns:

  • (String)


2916
2917
2918
2919
2920
2921
2922
2923
2924
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2916

class ListInferenceEventsRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name,
  :interval_start_time,
  :interval_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#interval_end_timeTime

Returns all the inference events with an end start time equal to or greater than less than the end time given.

Returns:

  • (Time)


2916
2917
2918
2919
2920
2921
2922
2923
2924
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2916

class ListInferenceEventsRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name,
  :interval_start_time,
  :interval_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#interval_start_timeTime

Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.

Returns:

  • (Time)


2916
2917
2918
2919
2920
2921
2922
2923
2924
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2916

class ListInferenceEventsRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name,
  :interval_start_time,
  :interval_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Specifies the maximum number of inference events to list.

Returns:

  • (Integer)


2916
2917
2918
2919
2920
2921
2922
2923
2924
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2916

class ListInferenceEventsRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name,
  :interval_start_time,
  :interval_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2916
2917
2918
2919
2920
2921
2922
2923
2924
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2916

class ListInferenceEventsRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name,
  :interval_start_time,
  :interval_end_time)
  SENSITIVE = []
  include Aws::Structure
end