Uses of Class
software.amazon.awssdk.services.sagemaker.model.LabelingJobOutput
-
Packages that use LabelingJobOutput Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of LabelingJobOutput in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return LabelingJobOutput Modifier and Type Method Description LabelingJobOutputDescribeLabelingJobResponse. labelingJobOutput()The location of the output produced by the labeling job.LabelingJobOutputLabelingJobSummary. labelingJobOutput()The location of the output produced by the labeling job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type LabelingJobOutput Modifier and Type Method Description DescribeLabelingJobResponse.BuilderDescribeLabelingJobResponse.Builder. labelingJobOutput(LabelingJobOutput labelingJobOutput)The location of the output produced by the labeling job.LabelingJobSummary.BuilderLabelingJobSummary.Builder. labelingJobOutput(LabelingJobOutput labelingJobOutput)The location of the output produced by the labeling job.
-