Uses of Interface
software.amazon.awssdk.services.sagemaker.model.LabelingJobDataSource.Builder
-
Packages that use LabelingJobDataSource.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of LabelingJobDataSource.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return LabelingJobDataSource.Builder Modifier and Type Method Description static LabelingJobDataSource.BuilderLabelingJobDataSource. builder()default LabelingJobDataSource.BuilderLabelingJobDataSource.Builder. s3DataSource(Consumer<LabelingJobS3DataSource.Builder> s3DataSource)The Amazon S3 location of the input data objects.LabelingJobDataSource.BuilderLabelingJobDataSource.Builder. s3DataSource(LabelingJobS3DataSource s3DataSource)The Amazon S3 location of the input data objects.default LabelingJobDataSource.BuilderLabelingJobDataSource.Builder. snsDataSource(Consumer<LabelingJobSnsDataSource.Builder> snsDataSource)An Amazon SNS data source used for streaming labeling jobs.LabelingJobDataSource.BuilderLabelingJobDataSource.Builder. snsDataSource(LabelingJobSnsDataSource snsDataSource)An Amazon SNS data source used for streaming labeling jobs.LabelingJobDataSource.BuilderLabelingJobDataSource. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type LabelingJobDataSource.Builder Modifier and Type Method Description static Class<? extends LabelingJobDataSource.Builder>LabelingJobDataSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type LabelingJobDataSource.Builder Modifier and Type Method Description default LabelingJobInputConfig.BuilderLabelingJobInputConfig.Builder. dataSource(Consumer<LabelingJobDataSource.Builder> dataSource)The location of the input data.
-