You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MachineLearning::Types::DescribeMLModelsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::DescribeMLModelsOutput
- Defined in:
- (unknown)
Overview
Represents the output of a DescribeMLModels
operation. The content is essentially a list of MLModel
.
Returned by:
Instance Attribute Summary collapse
-
#next_token ⇒ String
The ID of the next page in the paginated results that indicates at least one more page follows.
-
#results ⇒ Array<Types::MLModel>
A list of
MLModel
that meet the search criteria.
Instance Attribute Details
#next_token ⇒ String
The ID of the next page in the paginated results that indicates at least one more page follows.
#results ⇒ Array<Types::MLModel>
A list of MLModel
that meet the search criteria.