Class: Aws::LookoutEquipment::Types::ListInferenceExecutionsRequest

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

#data_end_time_beforeTime

The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.

Returns:

  • (Time)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2977

class ListInferenceExecutionsRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name,
  :data_start_time_after,
  :data_end_time_before,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#data_start_time_afterTime

The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.

Returns:

  • (Time)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2977

class ListInferenceExecutionsRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name,
  :data_start_time_after,
  :data_end_time_before,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#inference_scheduler_nameString

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

Returns:

  • (String)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2977

class ListInferenceExecutionsRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name,
  :data_start_time_after,
  :data_end_time_before,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Specifies the maximum number of inference executions to list.

Returns:

  • (Integer)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2977

class ListInferenceExecutionsRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name,
  :data_start_time_after,
  :data_end_time_before,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2977

class ListInferenceExecutionsRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name,
  :data_start_time_after,
  :data_end_time_before,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the inference execution.

Returns:

  • (String)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2977

class ListInferenceExecutionsRequest < Struct.new(
  :next_token,
  :max_results,
  :inference_scheduler_name,
  :data_start_time_after,
  :data_end_time_before,
  :status)
  SENSITIVE = []
  include Aws::Structure
end