DescribeMLModelsOutput
public struct DescribeMLModelsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the next page in the paginated results that indicates at least one more page follows.
Declaration
Swift
public let nextToken: String? -
A list of MLModel that meet the search criteria.
Declaration
Swift
public let results: [MLModel]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, results: [MLModel]? = nil)
View on GitHub
DescribeMLModelsOutput Structure Reference