ListSolutionsRequest
public struct ListSolutionsRequest : AWSShape
extension Personalize.ListSolutionsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the dataset group.
Declaration
Swift
public let datasetGroupArn: String?
-
The maximum number of solutions to return.
Declaration
Swift
public let maxResults: Int?
-
A token returned from the previous call to ListSolutions for getting the next set of solutions (if they exist).
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(datasetGroupArn: String? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Personalize.ListSolutionsRequest