| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static LabelingJobOutput.Builder |
LabelingJobOutput.builder() |
LabelingJobOutput.Builder |
LabelingJobOutput.Builder.finalActiveLearningModelArn(String finalActiveLearningModelArn)
The Amazon Resource Name (ARN) for the most recent Amazon SageMaker model trained as part of automated data
labeling.
|
LabelingJobOutput.Builder |
LabelingJobOutput.Builder.outputDatasetS3Uri(String outputDatasetS3Uri)
The Amazon S3 bucket location of the manifest file for labeled data.
|
LabelingJobOutput.Builder |
LabelingJobOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LabelingJobOutput.Builder> |
LabelingJobOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LabelingJobSummary.Builder |
LabelingJobSummary.Builder.labelingJobOutput(Consumer<LabelingJobOutput.Builder> labelingJobOutput)
The location of the output produced by the labeling job.
|
default DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.labelingJobOutput(Consumer<LabelingJobOutput.Builder> labelingJobOutput)
The location of the output produced by the labeling job.
|
Copyright © 2021. All rights reserved.