ListAlgorithmsInput
public struct ListAlgorithmsInput : AWSShape
extension SageMaker.ListAlgorithmsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A filter that returns only algorithms created after the specified time (timestamp).
Declaration
Swift
public let creationTimeAfter: TimeStamp? -
A filter that returns only algorithms created before the specified time (timestamp).
Declaration
Swift
public let creationTimeBefore: TimeStamp? -
The maximum number of algorithms to return in the response.
Declaration
Swift
public let maxResults: Int? -
A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.
Declaration
Swift
public let nameContains: String? -
If the response to a previous ListAlgorithms request was truncated, the response includes a NextToken. To retrieve the next set of algorithms, use the token in the next request.
Declaration
Swift
public let nextToken: String? -
The parameter by which to sort the results. The default is CreationTime.
Declaration
Swift
public let sortBy: AlgorithmSortBy? -
The sort order for the results. The default is Ascending.
Declaration
Swift
public let sortOrder: SortOrder? -
Undocumented
Declaration
Swift
public init(creationTimeAfter: TimeStamp? = nil, creationTimeBefore: TimeStamp? = nil, maxResults: Int? = nil, nameContains: String? = nil, nextToken: String? = nil, sortBy: AlgorithmSortBy? = nil, sortOrder: SortOrder? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SageMaker.ListAlgorithmsInput
View on GitHub
ListAlgorithmsInput Structure Reference