Uses of Interface
software.amazon.awssdk.services.sagemaker.model.LabelingJobS3DataSource.Builder
-
Packages that use LabelingJobS3DataSource.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of LabelingJobS3DataSource.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return LabelingJobS3DataSource.Builder Modifier and Type Method Description static LabelingJobS3DataSource.BuilderLabelingJobS3DataSource. builder()LabelingJobS3DataSource.BuilderLabelingJobS3DataSource.Builder. manifestS3Uri(String manifestS3Uri)The Amazon S3 location of the manifest file that describes the input data objects.LabelingJobS3DataSource.BuilderLabelingJobS3DataSource. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type LabelingJobS3DataSource.Builder Modifier and Type Method Description static Class<? extends LabelingJobS3DataSource.Builder>LabelingJobS3DataSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type LabelingJobS3DataSource.Builder Modifier and Type Method Description default LabelingJobDataSource.BuilderLabelingJobDataSource.Builder. s3DataSource(Consumer<LabelingJobS3DataSource.Builder> s3DataSource)The Amazon S3 location of the input data objects.
-