SageMaker Labeling Job

This table represents the SageMaker Labeling Job resource from Amazon Web Services.

aws.sagemaker_labelingjob

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
creation_timecoretimestampThe date and time that the labeling job was created.
failure_reasoncorestringIf the job failed, the reason that it failed.
human_task_configcorejsonConfiguration information required for human workers to complete a labeling task.
input_configcorejsonInput configuration information 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.
job_reference_codecorestringA unique identifier for work done as part of a labeling job.
label_attribute_namecorestringThe attribute used as the label in the output manifest file.
label_category_config_s3_uricorestringThe S3 location of the JSON file that defines the categories used to label data objects. Please note the following label-category limits: <ul> <li> Semantic segmentation labeling jobs using automated labeling: 20 labels </li> <li> Box bounding labeling jobs (all): 10 labels </li> </ul> The file is a JSON structure in the following format: <code>{</code> <code> "document-version": "2018-11-28"</code> <code> "labels": [</code> <code> {</code> <code> "label": "<i>label 1</i>"</code> <code> },</code> <code> {</code> <code> "label": "<i>label 2</i>"</code> <code> },</code> <code> ...</code> <code> {</code> <code> "label": "<i>label n</i>"</code> <code> }</code> <code> ]</code> <code>}</code>
label_counterscorejsonProvides a breakdown of the number of data objects labeled by humans, the number of objects labeled by machine, the number of objects than couldn't be labeled, and the total number of objects labeled.
labeling_job_algorithms_configcorejsonConfiguration information for automated data labeling.
labeling_job_arncorestringThe Amazon Resource Name (ARN) of the labeling job.
labeling_job_namecorestringThe name assigned to the labeling job when it was created.
labeling_job_outputcorejsonThe location of the output produced by the labeling job.
labeling_job_statuscorestringThe processing status of the labeling job.
last_modified_timecoretimestampThe date and time that the labeling job was last updated.
output_configcorejsonThe location of the job's output data and the Amazon Web Services Key Management Service key ID for the key used to encrypt the output data, if any.
role_arncorestringThe Amazon Resource Name (ARN) that SageMaker assumes to perform tasks on your behalf during data labeling.
stopping_conditionscorejsonA set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped.
tagscorehstore