| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static LabelingJobInputConfig.Builder |
LabelingJobInputConfig.builder() |
default LabelingJobInputConfig.Builder |
LabelingJobInputConfig.Builder.dataAttributes(Consumer<LabelingJobDataAttributes.Builder> dataAttributes)
Attributes of the data specified by the customer.
|
LabelingJobInputConfig.Builder |
LabelingJobInputConfig.Builder.dataAttributes(LabelingJobDataAttributes dataAttributes)
Attributes of the data specified by the customer.
|
default LabelingJobInputConfig.Builder |
LabelingJobInputConfig.Builder.dataSource(Consumer<LabelingJobDataSource.Builder> dataSource)
The location of the input data.
|
LabelingJobInputConfig.Builder |
LabelingJobInputConfig.Builder.dataSource(LabelingJobDataSource dataSource)
The location of the input data.
|
LabelingJobInputConfig.Builder |
LabelingJobInputConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LabelingJobInputConfig.Builder> |
LabelingJobInputConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LabelingJobSummary.Builder |
LabelingJobSummary.Builder.inputConfig(Consumer<LabelingJobInputConfig.Builder> inputConfig)
Input configuration for the labeling job.
|
default CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.inputConfig(Consumer<LabelingJobInputConfig.Builder> 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.
|
default DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.inputConfig(Consumer<LabelingJobInputConfig.Builder> 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 © 2022. All rights reserved.