ListWorkteamsRequest

public struct ListWorkteamsRequest : AWSShape
extension SageMaker.ListWorkteamsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of work teams to return in each page of the response.

    Declaration

    Swift

    public let maxResults: Int?
  • A string in the work team’s name. This filter returns only work teams whose name contains the specified string.

    Declaration

    Swift

    public let nameContains: String?
  • If the result of the previous ListWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

    Declaration

    Swift

    public let nextToken: String?
  • The field to sort results by. The default is CreationTime.

    Declaration

    Swift

    public let sortBy: ListWorkteamsSortByOptions?
  • The sort order for results. The default is Ascending.

    Declaration

    Swift

    public let sortOrder: SortOrder?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nameContains: String? = nil, nextToken: String? = nil, sortBy: ListWorkteamsSortByOptions? = nil, sortOrder: SortOrder? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws