sagemaker_list_labeling_jobs: Gets a list of labeling jobs

View source: R/sagemaker_operations.R

sagemaker_list_labeling_jobsR Documentation

Gets a list of labeling jobs

Description

Gets a list of labeling jobs.

See https://www.paws-r-sdk.com/docs/sagemaker_list_labeling_jobs/ for full documentation.

Usage

sagemaker_list_labeling_jobs(
  CreationTimeAfter = NULL,
  CreationTimeBefore = NULL,
  LastModifiedTimeAfter = NULL,
  LastModifiedTimeBefore = NULL,
  MaxResults = NULL,
  NextToken = NULL,
  NameContains = NULL,
  SortBy = NULL,
  SortOrder = NULL,
  StatusEquals = NULL
)

Arguments

CreationTimeAfter

A filter that returns only labeling jobs created after the specified time (timestamp).

CreationTimeBefore

A filter that returns only labeling jobs created before the specified time (timestamp).

LastModifiedTimeAfter

A filter that returns only labeling jobs modified after the specified time (timestamp).

LastModifiedTimeBefore

A filter that returns only labeling jobs modified before the specified time (timestamp).

MaxResults

The maximum number of labeling jobs to return in each page of the response.

NextToken

If the result of the previous list_labeling_jobs request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

NameContains

A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.

SortBy

The field to sort results by. The default is CreationTime.

SortOrder

The sort order for results. The default is Ascending.

StatusEquals

A filter that retrieves only labeling jobs with a specific status.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.