ListModelsOutput
public struct ListModelsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of ModelSummary objects, each of which lists a model.
Declaration
Swift
public let models: [ModelSummary] -
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of models, use it in the subsequent request.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(models: [ModelSummary], nextToken: String? = nil)
View on GitHub
ListModelsOutput Structure Reference