Class: Aws::LookoutEquipment::Types::ListInferenceSchedulersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListInferenceSchedulersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_scheduler_summaries ⇒ Array<Types::InferenceSchedulerSummary>
Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status.
-
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of inference schedulers.
Instance Attribute Details
#inference_scheduler_summaries ⇒ Array<Types::InferenceSchedulerSummary>
Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status.
3062 3063 3064 3065 3066 3067 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3062 class ListInferenceSchedulersResponse < Struct.new( :next_token, :inference_scheduler_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of inference schedulers.
3062 3063 3064 3065 3066 3067 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3062 class ListInferenceSchedulersResponse < Struct.new( :next_token, :inference_scheduler_summaries) SENSITIVE = [] include Aws::Structure end |