| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LabelingJobDataSource |
LabelingJobDataSource.clone() |
LabelingJobDataSource |
LabelingJobInputConfig.getDataSource()
The location of the input data.
|
LabelingJobDataSource |
LabelingJobDataSource.withS3DataSource(LabelingJobS3DataSource s3DataSource)
The Amazon S3 location of the input data objects.
|
LabelingJobDataSource |
LabelingJobDataSource.withSnsDataSource(LabelingJobSnsDataSource snsDataSource)
An Amazon SNS data source used for streaming labeling jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabelingJobInputConfig.setDataSource(LabelingJobDataSource dataSource)
The location of the input data.
|
LabelingJobInputConfig |
LabelingJobInputConfig.withDataSource(LabelingJobDataSource dataSource)
The location of the input data.
|
Copyright © 2024. All rights reserved.