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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelingJobOutput.BuilderfinalActiveLearningModelArn(String finalActiveLearningModelArn)The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.LabelingJobOutput.BuilderoutputDatasetS3Uri(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
outputDatasetS3Uri
LabelingJobOutput.Builder outputDatasetS3Uri(String 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
LabelingJobOutput.Builder finalActiveLearningModelArn(String 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.
-
-