Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_list_human_task_uis

Returns information about the human task user interfaces in your account


Description

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

Usage

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

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.

Value

A list with the following syntax:

list(
  HumanTaskUiSummaries = list(
    list(
      HumanTaskUiName = "string",
      HumanTaskUiArn = "string",
      CreationTime = as.POSIXct(
        "2015-01-01"
      )
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_human_task_uis(
  CreationTimeAfter = as.POSIXct(
    "2015-01-01"
  ),
  CreationTimeBefore = as.POSIXct(
    "2015-01-01"
  ),
  SortOrder = "Ascending"|"Descending",
  NextToken = "string",
  MaxResults = 123
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.