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.

Describes the work to be performed by human workers.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.HumanLoopConfig

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

Syntax

C#
public class HumanLoopConfig

The HumanLoopConfig type exposes the following members

Constructors

NameDescription
Public Method HumanLoopConfig()

Properties

NameTypeDescription
Public Property HumanTaskUiArn System.String

Gets and sets the property HumanTaskUiArn.

The Amazon Resource Name (ARN) of the human task user interface.

You can use standard HTML and Crowd HTML Elements to create a custom worker task template. You use this template to create a human task UI.

To learn how to create a custom HTML template, see Create Custom Worker Task Template.

To learn how to create a human task UI, which is a worker task template that can be used in a flow definition, see Create and Delete a Worker Task Templates.

Public Property PublicWorkforceTaskPrice Amazon.SageMaker.Model.PublicWorkforceTaskPrice

Gets and sets the property PublicWorkforceTaskPrice.

Public Property TaskAvailabilityLifetimeInSeconds System.Int32

Gets and sets the property TaskAvailabilityLifetimeInSeconds.

The length of time that a task remains available for review by human workers.

Public Property TaskCount System.Int32

Gets and sets the property TaskCount.

The number of distinct workers who will perform the same task on each object. For example, if TaskCount is set to 3 for an image classification labeling job, three workers will classify each input image. Increasing TaskCount can improve label accuracy.

Public Property TaskDescription System.String

Gets and sets the property TaskDescription.

A description for the human worker task.

Public Property TaskKeywords System.Collections.Generic.List<System.String>

Gets and sets the property TaskKeywords.

Keywords used to describe the task so that workers can discover the task.

Public Property TaskTimeLimitInSeconds System.Int32

Gets and sets the property TaskTimeLimitInSeconds.

The amount of time that a worker has to complete a task. The default value is 3,600 seconds (1 hour).

Public Property TaskTitle System.String

Gets and sets the property TaskTitle.

A title for the human worker task.

Public Property WorkteamArn System.String

Gets and sets the property WorkteamArn.

Amazon Resource Name (ARN) of a team of workers. To learn more about the types of workforces and work teams you can create and use with Amazon A2I, see Create and Manage Workforces.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5