Builder

class Builder

Properties

Link copied to clipboard

Configures the labeling task and how it is presented to workers; including, but not limited to price, keywords, and batch size (task count).

Link copied to clipboard

Input data for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.

Link copied to clipboard

The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The LabelAttributeName must meet the following requirements.

Link copied to clipboard

The S3 URI of the file, referred to as a label category configuration file, that defines the categories used to label the data objects.

Link copied to clipboard

Configures the information required to perform automated data labeling.

Link copied to clipboard

The name of the labeling job. This name is used to identify the job in a list of labeling jobs. Labeling job names must be unique within an Amazon Web Services account and region. LabelingJobName is not case sensitive. For example, Example-job and example-job are considered the same labeling job name by Ground Truth.

Link copied to clipboard

The location of the output data and the Amazon Web Services Key Management Service key ID for the key used to encrypt the output data, if any.

Link copied to clipboard

The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during data labeling. You must grant this role the necessary permissions so that Amazon SageMaker can successfully complete data labeling.

Link copied to clipboard

A set of conditions for stopping the labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.

Link copied to clipboard
var tags: List<Tag>?

An array of key/value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

Functions