ListWorkforcesRequest
public struct ListWorkforcesRequest : AWSShape
extension SageMaker.ListWorkforcesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of workforces returned in the response.
Declaration
Swift
public let maxResults: Int? -
A filter you can use to search for workforces using part of the workforce name.
Declaration
Swift
public let nameContains: String? -
A token to resume pagination.
Declaration
Swift
public let nextToken: String? -
Sort workforces using the workforce name or creation date.
Declaration
Swift
public let sortBy: ListWorkforcesSortByOptions? -
Sort workforces in ascending or descending order.
Declaration
Swift
public let sortOrder: SortOrder? -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nameContains: String? = nil, nextToken: String? = nil, sortBy: ListWorkforcesSortByOptions? = nil, sortOrder: SortOrder? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SageMaker.ListWorkforcesRequest
View on GitHub
ListWorkforcesRequest Structure Reference