public static interface TaskRunProperties.Builder extends SdkPojo, CopyableBuilder<TaskRunProperties.Builder,TaskRunProperties>
| Modifier and Type | Method and Description |
|---|---|
default TaskRunProperties.Builder |
exportLabelsTaskRunProperties(Consumer<ExportLabelsTaskRunProperties.Builder> exportLabelsTaskRunProperties)
The configuration properties for an exporting labels task run.
|
TaskRunProperties.Builder |
exportLabelsTaskRunProperties(ExportLabelsTaskRunProperties exportLabelsTaskRunProperties)
The configuration properties for an exporting labels task run.
|
default TaskRunProperties.Builder |
findMatchesTaskRunProperties(Consumer<FindMatchesTaskRunProperties.Builder> findMatchesTaskRunProperties)
The configuration properties for a find matches task run.
|
TaskRunProperties.Builder |
findMatchesTaskRunProperties(FindMatchesTaskRunProperties findMatchesTaskRunProperties)
The configuration properties for a find matches task run.
|
default TaskRunProperties.Builder |
importLabelsTaskRunProperties(Consumer<ImportLabelsTaskRunProperties.Builder> importLabelsTaskRunProperties)
The configuration properties for an importing labels task run.
|
TaskRunProperties.Builder |
importLabelsTaskRunProperties(ImportLabelsTaskRunProperties importLabelsTaskRunProperties)
The configuration properties for an importing labels task run.
|
default TaskRunProperties.Builder |
labelingSetGenerationTaskRunProperties(Consumer<LabelingSetGenerationTaskRunProperties.Builder> labelingSetGenerationTaskRunProperties)
The configuration properties for a labeling set generation task run.
|
TaskRunProperties.Builder |
labelingSetGenerationTaskRunProperties(LabelingSetGenerationTaskRunProperties labelingSetGenerationTaskRunProperties)
The configuration properties for a labeling set generation task run.
|
TaskRunProperties.Builder |
taskType(String taskType)
The type of task run.
|
TaskRunProperties.Builder |
taskType(TaskType taskType)
The type of task run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaskRunProperties.Builder taskType(String taskType)
The type of task run.
TaskRunProperties.Builder taskType(TaskType taskType)
The type of task run.
TaskRunProperties.Builder importLabelsTaskRunProperties(ImportLabelsTaskRunProperties importLabelsTaskRunProperties)
The configuration properties for an importing labels task run.
importLabelsTaskRunProperties - The configuration properties for an importing labels task run.default TaskRunProperties.Builder importLabelsTaskRunProperties(Consumer<ImportLabelsTaskRunProperties.Builder> importLabelsTaskRunProperties)
The configuration properties for an importing labels task run.
This is a convenience method that creates an instance of theImportLabelsTaskRunProperties.Builder
avoiding the need to create one manually via ImportLabelsTaskRunProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to importLabelsTaskRunProperties(ImportLabelsTaskRunProperties).
importLabelsTaskRunProperties - a consumer that will call methods on ImportLabelsTaskRunProperties.BuilderimportLabelsTaskRunProperties(ImportLabelsTaskRunProperties)TaskRunProperties.Builder exportLabelsTaskRunProperties(ExportLabelsTaskRunProperties exportLabelsTaskRunProperties)
The configuration properties for an exporting labels task run.
exportLabelsTaskRunProperties - The configuration properties for an exporting labels task run.default TaskRunProperties.Builder exportLabelsTaskRunProperties(Consumer<ExportLabelsTaskRunProperties.Builder> exportLabelsTaskRunProperties)
The configuration properties for an exporting labels task run.
This is a convenience method that creates an instance of theExportLabelsTaskRunProperties.Builder
avoiding the need to create one manually via ExportLabelsTaskRunProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to exportLabelsTaskRunProperties(ExportLabelsTaskRunProperties).
exportLabelsTaskRunProperties - a consumer that will call methods on ExportLabelsTaskRunProperties.BuilderexportLabelsTaskRunProperties(ExportLabelsTaskRunProperties)TaskRunProperties.Builder labelingSetGenerationTaskRunProperties(LabelingSetGenerationTaskRunProperties labelingSetGenerationTaskRunProperties)
The configuration properties for a labeling set generation task run.
labelingSetGenerationTaskRunProperties - The configuration properties for a labeling set generation task run.default TaskRunProperties.Builder labelingSetGenerationTaskRunProperties(Consumer<LabelingSetGenerationTaskRunProperties.Builder> labelingSetGenerationTaskRunProperties)
The configuration properties for a labeling set generation task run.
This is a convenience method that creates an instance of theLabelingSetGenerationTaskRunProperties.Builder avoiding the need to create one manually via
LabelingSetGenerationTaskRunProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
labelingSetGenerationTaskRunProperties(LabelingSetGenerationTaskRunProperties).
labelingSetGenerationTaskRunProperties - a consumer that will call methods on LabelingSetGenerationTaskRunProperties.BuilderlabelingSetGenerationTaskRunProperties(LabelingSetGenerationTaskRunProperties)TaskRunProperties.Builder findMatchesTaskRunProperties(FindMatchesTaskRunProperties findMatchesTaskRunProperties)
The configuration properties for a find matches task run.
findMatchesTaskRunProperties - The configuration properties for a find matches task run.default TaskRunProperties.Builder findMatchesTaskRunProperties(Consumer<FindMatchesTaskRunProperties.Builder> findMatchesTaskRunProperties)
The configuration properties for a find matches task run.
This is a convenience method that creates an instance of theFindMatchesTaskRunProperties.Builder
avoiding the need to create one manually via FindMatchesTaskRunProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to findMatchesTaskRunProperties(FindMatchesTaskRunProperties).
findMatchesTaskRunProperties - a consumer that will call methods on FindMatchesTaskRunProperties.BuilderfindMatchesTaskRunProperties(FindMatchesTaskRunProperties)Copyright © 2023. All rights reserved.