class Aws::SageMaker::Types::ListLabelingJobsForWorkteamRequest
@note When making an API call, you may pass ListLabelingJobsForWorkteamRequest
data as a hash: { workteam_arn: "WorkteamArn", # required max_results: 1, next_token: "NextToken", creation_time_after: Time.now, creation_time_before: Time.now, job_reference_code_contains: "JobReferenceCodeContains", sort_by: "CreationTime", # accepts CreationTime sort_order: "Ascending", # accepts Ascending, Descending }
@!attribute [rw] workteam_arn
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for. @return [String]
@!attribute [rw] max_results
The maximum number of labeling jobs to return in each page of the response. @return [Integer]
@!attribute [rw] next_token
If the result of the previous `ListLabelingJobsForWorkteam` 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] creation_time_after
A filter that returns only labeling jobs created after the specified time (timestamp). @return [Time]
@!attribute [rw] creation_time_before
A filter that returns only labeling jobs created before the specified time (timestamp). @return [Time]
@!attribute [rw] job_reference_code_contains
A filter the limits jobs to only the ones whose job reference code contains the specified string. @return [String]
@!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]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListLabelingJobsForWorkteamRequest AWS API Documentation
Constants
- SENSITIVE