Interface LabelingJobOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LabelingJobOutput.Builder,
,LabelingJobOutput> SdkBuilder<LabelingJobOutput.Builder,
,LabelingJobOutput> SdkPojo
- Enclosing class:
LabelingJobOutput
public static interface LabelingJobOutput.Builder
extends SdkPojo, CopyableBuilder<LabelingJobOutput.Builder,LabelingJobOutput>
-
Method Summary
Modifier and TypeMethodDescriptionfinalActiveLearningModelArn
(String finalActiveLearningModelArn) The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.outputDatasetS3Uri
(String outputDatasetS3Uri) The Amazon S3 bucket location of the manifest file for labeled data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
outputDatasetS3Uri
The Amazon S3 bucket location of the manifest file for labeled data.
- Parameters:
outputDatasetS3Uri
- The Amazon S3 bucket location of the manifest file for labeled data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finalActiveLearningModelArn
The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.
- Parameters:
finalActiveLearningModelArn
- The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-