Class: Aws::LookoutEquipment::Types::ListModelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListModelsResponse
- Defined in:
- gems/aws-sdk-lookoutequipment/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.
3198 3199 3200 3201 3202 3203 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3198 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.
3198 3199 3200 3201 3202 3203 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3198 class ListModelsResponse < Struct.new( :next_token, :model_summaries) SENSITIVE = [] include Aws::Structure end |