Uses of Class
software.amazon.awssdk.services.sagemaker.model.LabelingJobInputConfig
-
Packages that use LabelingJobInputConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of LabelingJobInputConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return LabelingJobInputConfig Modifier and Type Method Description LabelingJobInputConfigCreateLabelingJobRequest. inputConfig()Input data for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.LabelingJobInputConfigDescribeLabelingJobResponse. inputConfig()Input configuration information for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.LabelingJobInputConfigLabelingJobSummary. inputConfig()Input configuration for the labeling job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type LabelingJobInputConfig Modifier and Type Method Description CreateLabelingJobRequest.BuilderCreateLabelingJobRequest.Builder. inputConfig(LabelingJobInputConfig inputConfig)Input data for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.DescribeLabelingJobResponse.BuilderDescribeLabelingJobResponse.Builder. inputConfig(LabelingJobInputConfig inputConfig)Input configuration information for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.LabelingJobSummary.BuilderLabelingJobSummary.Builder. inputConfig(LabelingJobInputConfig inputConfig)Input configuration for the labeling job.
-