public static interface LabelingJobInputConfig.Builder extends SdkPojo, CopyableBuilder<LabelingJobInputConfig.Builder,LabelingJobInputConfig>
Modifier and Type | Method and Description |
---|---|
default LabelingJobInputConfig.Builder |
dataAttributes(Consumer<LabelingJobDataAttributes.Builder> dataAttributes)
Attributes of the data specified by the customer.
|
LabelingJobInputConfig.Builder |
dataAttributes(LabelingJobDataAttributes dataAttributes)
Attributes of the data specified by the customer.
|
default LabelingJobInputConfig.Builder |
dataSource(Consumer<LabelingJobDataSource.Builder> dataSource)
The location of the input data.
|
LabelingJobInputConfig.Builder |
dataSource(LabelingJobDataSource dataSource)
The location of the input data.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LabelingJobInputConfig.Builder dataSource(LabelingJobDataSource dataSource)
The location of the input data.
dataSource
- The location of the input data.default LabelingJobInputConfig.Builder dataSource(Consumer<LabelingJobDataSource.Builder> dataSource)
The location of the input data.
This is a convenience that creates an instance of theLabelingJobDataSource.Builder
avoiding the need
to create one manually via LabelingJobDataSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to dataSource(LabelingJobDataSource)
.dataSource
- a consumer that will call methods on LabelingJobDataSource.Builder
dataSource(LabelingJobDataSource)
LabelingJobInputConfig.Builder dataAttributes(LabelingJobDataAttributes dataAttributes)
Attributes of the data specified by the customer.
dataAttributes
- Attributes of the data specified by the customer.default LabelingJobInputConfig.Builder dataAttributes(Consumer<LabelingJobDataAttributes.Builder> dataAttributes)
Attributes of the data specified by the customer.
This is a convenience that creates an instance of theLabelingJobDataAttributes.Builder
avoiding the
need to create one manually via LabelingJobDataAttributes.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to dataAttributes(LabelingJobDataAttributes)
.dataAttributes
- a consumer that will call methods on LabelingJobDataAttributes.Builder
dataAttributes(LabelingJobDataAttributes)
Copyright © 2020. All rights reserved.