Class: Aws::LookoutEquipment::Types::ListModelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListModelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_summaries ⇒ Array<Types::ModelSummary>
Provides information on the specified model, including created time, model and dataset ARNs, and status.
-
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of machine learning models.
Instance Attribute Details
#model_summaries ⇒ Array<Types::ModelSummary>
Provides information on the specified model, including created time, model and dataset ARNs, and status.
3314 3315 3316 3317 3318 3319 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3314 class ListModelsResponse < Struct.new( :next_token, :model_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of machine learning models.
3314 3315 3316 3317 3318 3319 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3314 class ListModelsResponse < Struct.new( :next_token, :model_summaries) SENSITIVE = [] include Aws::Structure end |