sagemaker_list_human_task_uis: Returns information about the human task user interfaces in...

View source: R/sagemaker_operations.R

sagemaker_list_human_task_uisR Documentation

Returns information about the human task user interfaces in your account

Description

Returns information about the human task user interfaces in your account.

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

Usage

sagemaker_list_human_task_uis(
  CreationTimeAfter = NULL,
  CreationTimeBefore = NULL,
  SortOrder = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

CreationTimeAfter

A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.

CreationTimeBefore

A filter that returns only human task user interfaces that were created before the specified timestamp.

SortOrder

An optional value that specifies whether you want the results sorted in Ascending or Descending order.

NextToken

A token to resume pagination.

MaxResults

The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.