| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LabelingJobSummary |
LabelingJobSummary.clone() |
LabelingJobSummary |
LabelingJobSummary.withAnnotationConsolidationLambdaArn(String annotationConsolidationLambdaArn)
The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers
into a label for a data object.
|
LabelingJobSummary |
LabelingJobSummary.withCreationTime(Date creationTime)
The date and time that the job was created (timestamp).
|
LabelingJobSummary |
LabelingJobSummary.withFailureReason(String failureReason)
If the
LabelingJobStatus field is Failed, this field contains a description of the
error. |
LabelingJobSummary |
LabelingJobSummary.withInputConfig(LabelingJobInputConfig inputConfig)
Input configuration for the labeling job.
|
LabelingJobSummary |
LabelingJobSummary.withLabelCounters(LabelCounters labelCounters)
Counts showing the progress of the labeling job.
|
LabelingJobSummary |
LabelingJobSummary.withLabelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
|
LabelingJobSummary |
LabelingJobSummary.withLabelingJobName(String labelingJobName)
The name of the labeling job.
|
LabelingJobSummary |
LabelingJobSummary.withLabelingJobOutput(LabelingJobOutput labelingJobOutput)
The location of the output produced by the labeling job.
|
LabelingJobSummary |
LabelingJobSummary.withLabelingJobStatus(LabelingJobStatus labelingJobStatus)
The current status of the labeling job.
|
LabelingJobSummary |
LabelingJobSummary.withLabelingJobStatus(String labelingJobStatus)
The current status of the labeling job.
|
LabelingJobSummary |
LabelingJobSummary.withLastModifiedTime(Date lastModifiedTime)
The date and time that the job was last modified (timestamp).
|
LabelingJobSummary |
LabelingJobSummary.withPreHumanTaskLambdaArn(String preHumanTaskLambdaArn)
The Amazon Resource Name (ARN) of a Lambda function.
|
LabelingJobSummary |
LabelingJobSummary.withWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team assigned to the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<LabelingJobSummary> |
ListLabelingJobsResult.getLabelingJobSummaryList()
An array of
LabelingJobSummary objects, each describing a labeling job. |
| Modifier and Type | Method and Description |
|---|---|
ListLabelingJobsResult |
ListLabelingJobsResult.withLabelingJobSummaryList(LabelingJobSummary... labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLabelingJobsResult.setLabelingJobSummaryList(Collection<LabelingJobSummary> labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
ListLabelingJobsResult |
ListLabelingJobsResult.withLabelingJobSummaryList(Collection<LabelingJobSummary> labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
Copyright © 2022. All rights reserved.