class Aws::SageMaker::Types::ListWorkteamsRequest
@note When making an API call, you may pass ListWorkteamsRequest
data as a hash: { sort_by: "Name", # accepts Name, CreateDate sort_order: "Ascending", # accepts Ascending, Descending name_contains: "WorkteamName", next_token: "NextToken", max_results: 1, }
@!attribute [rw] sort_by
The field to sort results by. The default is `CreationTime`. @return [String]
@!attribute [rw] sort_order
The sort order for results. The default is `Ascending`. @return [String]
@!attribute [rw] name_contains
A string in the work team's name. This filter returns only work teams whose name contains the specified string. @return [String]
@!attribute [rw] next_token
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. @return [String]
@!attribute [rw] max_results
The maximum number of work teams to return in each page of the response. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListWorkteamsRequest AWS API Documentation
Constants
- SENSITIVE