public static interface LabelingJobOutput.Builder extends SdkPojo, CopyableBuilder<LabelingJobOutput.Builder,LabelingJobOutput>
Modifier and Type | Method and Description |
---|---|
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 |
outputDatasetS3Uri(String outputDatasetS3Uri)
The Amazon S3 bucket location of the manifest file for labeled data.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LabelingJobOutput.Builder outputDatasetS3Uri(String outputDatasetS3Uri)
The Amazon S3 bucket location of the manifest file for labeled data.
outputDatasetS3Uri
- The Amazon S3 bucket location of the manifest file for labeled data.LabelingJobOutput.Builder finalActiveLearningModelArn(String finalActiveLearningModelArn)
The Amazon Resource Name (ARN) for the most recent Amazon SageMaker model trained as part of automated data labeling.
finalActiveLearningModelArn
- The Amazon Resource Name (ARN) for the most recent Amazon SageMaker model trained as part of automated
data labeling.Copyright © 2020. All rights reserved.