| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LabelingJobInputConfig |
LabelingJobInputConfig.clone() |
LabelingJobInputConfig |
LabelingJobSummary.getInputConfig()
Input configuration for the labeling job.
|
LabelingJobInputConfig |
DescribeLabelingJobResult.getInputConfig()
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 |
CreateLabelingJobRequest.getInputConfig()
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 |
LabelingJobInputConfig.withDataAttributes(LabelingJobDataAttributes dataAttributes)
Attributes of the data specified by the customer.
|
LabelingJobInputConfig |
LabelingJobInputConfig.withDataSource(LabelingJobDataSource dataSource)
The location of the input data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabelingJobSummary.setInputConfig(LabelingJobInputConfig inputConfig)
Input configuration for the labeling job.
|
void |
DescribeLabelingJobResult.setInputConfig(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.
|
void |
CreateLabelingJobRequest.setInputConfig(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.
|
LabelingJobSummary |
LabelingJobSummary.withInputConfig(LabelingJobInputConfig inputConfig)
Input configuration for the labeling job.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withInputConfig(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.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withInputConfig(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.
|
Copyright © 2025. All rights reserved.