Uses of Interface
software.amazon.awssdk.services.sagemaker.model.LabelingJobOutput.Builder
-
Packages that use LabelingJobOutput.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of LabelingJobOutput.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return LabelingJobOutput.Builder Modifier and Type Method Description static LabelingJobOutput.BuilderLabelingJobOutput. builder()LabelingJobOutput.BuilderLabelingJobOutput.Builder. finalActiveLearningModelArn(String finalActiveLearningModelArn)The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.LabelingJobOutput.BuilderLabelingJobOutput.Builder. outputDatasetS3Uri(String outputDatasetS3Uri)The Amazon S3 bucket location of the manifest file for labeled data.LabelingJobOutput.BuilderLabelingJobOutput. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type LabelingJobOutput.Builder Modifier and Type Method Description static Class<? extends LabelingJobOutput.Builder>LabelingJobOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type LabelingJobOutput.Builder Modifier and Type Method Description default DescribeLabelingJobResponse.BuilderDescribeLabelingJobResponse.Builder. labelingJobOutput(Consumer<LabelingJobOutput.Builder> labelingJobOutput)The location of the output produced by the labeling job.default LabelingJobSummary.BuilderLabelingJobSummary.Builder. labelingJobOutput(Consumer<LabelingJobOutput.Builder> labelingJobOutput)The location of the output produced by the labeling job.
-