Class: Aws::MachineLearning::Types::DescribeMLModelsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb

Overview

Represents the output of a DescribeMLModels operation. The content is essentially a list of MLModel.

Constant Summary collapse

SENSITIVE =
[]

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)


1525
1526
1527
1528
1529
1530
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 1525

class DescribeMLModelsOutput < Struct.new(
  :results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resultsArray<Types::MLModel>

A list of MLModel that meet the search criteria.

Returns:



1525
1526
1527
1528
1529
1530
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 1525

class DescribeMLModelsOutput < Struct.new(
  :results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end