AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListHumanTaskUis operation. Returns information about the human task user interfaces in your account.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.ListHumanTaskUisRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class ListHumanTaskUisRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListHumanTaskUisRequest type exposes the following members

Constructors

NameDescription
Public Method ListHumanTaskUisRequest()

Properties

NameTypeDescription
Public Property CreationTimeAfter System.DateTime

Gets and sets the property CreationTimeAfter.

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

Public Property CreationTimeBefore System.DateTime

Gets and sets the property CreationTimeBefore.

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

Public Property MaxResults System.Int32

Gets and sets the property 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.

Public Property NextToken System.String

Gets and sets the property NextToken.

A token to resume pagination.

Public Property SortOrder Amazon.SageMaker.SortOrder

Gets and sets the property SortOrder.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5