| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static LabelingJobDataSource.Builder |
LabelingJobDataSource.builder() |
default LabelingJobDataSource.Builder |
LabelingJobDataSource.Builder.s3DataSource(Consumer<LabelingJobS3DataSource.Builder> s3DataSource)
The Amazon S3 location of the input data objects.
|
LabelingJobDataSource.Builder |
LabelingJobDataSource.Builder.s3DataSource(LabelingJobS3DataSource s3DataSource)
The Amazon S3 location of the input data objects.
|
default LabelingJobDataSource.Builder |
LabelingJobDataSource.Builder.snsDataSource(Consumer<LabelingJobSnsDataSource.Builder> snsDataSource)
An Amazon SNS data source used for streaming labeling jobs.
|
LabelingJobDataSource.Builder |
LabelingJobDataSource.Builder.snsDataSource(LabelingJobSnsDataSource snsDataSource)
An Amazon SNS data source used for streaming labeling jobs.
|
LabelingJobDataSource.Builder |
LabelingJobDataSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LabelingJobDataSource.Builder> |
LabelingJobDataSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LabelingJobInputConfig.Builder |
LabelingJobInputConfig.Builder.dataSource(Consumer<LabelingJobDataSource.Builder> dataSource)
The location of the input data.
|
Copyright © 2023. All rights reserved.