| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LabelingJobInputConfig |
LabelingJobSummary.inputConfig()
Input configuration for the labeling job.
|
LabelingJobInputConfig |
CreateLabelingJobRequest.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.
|
LabelingJobInputConfig |
DescribeLabelingJobResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
LabelingJobSummary.Builder |
LabelingJobSummary.Builder.inputConfig(LabelingJobInputConfig inputConfig)
Input configuration for the labeling job.
|
CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.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.Builder |
DescribeLabelingJobResponse.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.
|
Copyright © 2019. All rights reserved.