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
show all
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

Instance Attribute Details

#next_tokenString

The ID of the next page in the paginated results that indicates at least one more page follows.

Returns:

  • (String)

    The ID of the next page in the paginated results that indicates at least one more page follows.

#resultsArray<Types::MLModel>

A list of MLModel that meet the search criteria.

Returns:

  • (Array<Types::MLModel>)

    A list of MLModel that meet the search criteria.