| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LabelingJobOutput |
LabelingJobOutput.clone() |
LabelingJobOutput |
LabelingJobSummary.getLabelingJobOutput()
The location of the output produced by the labeling job.
|
LabelingJobOutput |
DescribeLabelingJobResult.getLabelingJobOutput()
The location of the output produced by the labeling job.
|
LabelingJobOutput |
LabelingJobOutput.withFinalActiveLearningModelArn(String finalActiveLearningModelArn)
The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.
|
LabelingJobOutput |
LabelingJobOutput.withOutputDatasetS3Uri(String outputDatasetS3Uri)
The Amazon S3 bucket location of the manifest file for labeled data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabelingJobSummary.setLabelingJobOutput(LabelingJobOutput labelingJobOutput)
The location of the output produced by the labeling job.
|
void |
DescribeLabelingJobResult.setLabelingJobOutput(LabelingJobOutput labelingJobOutput)
The location of the output produced by the labeling job.
|
LabelingJobSummary |
LabelingJobSummary.withLabelingJobOutput(LabelingJobOutput labelingJobOutput)
The location of the output produced by the labeling job.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withLabelingJobOutput(LabelingJobOutput labelingJobOutput)
The location of the output produced by the labeling job.
|
Copyright © 2023. All rights reserved.