Class: Aws::LookoutEquipment::Types::ListInferenceExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListInferenceExecutionsResponse
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_execution_summaries ⇒ Array<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. -
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of inference executions.
Instance Attribute Details
#inference_execution_summaries ⇒ Array<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.
1992 1993 1994 1995 1996 1997 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1992 class ListInferenceExecutionsResponse < Struct.new( :next_token, :inference_execution_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of inference executions.
1992 1993 1994 1995 1996 1997 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 1992 class ListInferenceExecutionsResponse < Struct.new( :next_token, :inference_execution_summaries) SENSITIVE = [] include Aws::Structure end |