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