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