Class: Aws::LookoutEquipment::Types::ListInferenceExecutionsResponse

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_execution_summariesArray<Types::InferenceExecutionSummary>

Provides an array of information about the individual inference executions returned from the ‘ListInferenceExecutions` operation, including model used, inference scheduler, data configuration, and so on.



2905
2906
2907
2908
2909
2910
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2905

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

#next_tokenString

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

Returns:

  • (String)


2905
2906
2907
2908
2909
2910
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2905

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