Package ai.extend.types
Class LegacyBatchProcessorRunOptions.Builder
- java.lang.Object
-
- ai.extend.types.LegacyBatchProcessorRunOptions.Builder
-
- Enclosing class:
- LegacyBatchProcessorRunOptions
public static final class LegacyBatchProcessorRunOptions.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LegacyBatchProcessorRunOptionsbuild()LegacyBatchProcessorRunOptions.BuilderexcludeFields(java.util.List<java.lang.String> excludeFields)LegacyBatchProcessorRunOptions.BuilderexcludeFields(java.util.Optional<java.util.List<java.lang.String>> excludeFields)The fields that were excluded from the run.LegacyBatchProcessorRunOptions.Builderfrom(LegacyBatchProcessorRunOptions other)LegacyBatchProcessorRunOptions.BuilderfuzzyMatchFields(java.util.List<java.lang.String> fuzzyMatchFields)LegacyBatchProcessorRunOptions.BuilderfuzzyMatchFields(java.util.Optional<java.util.List<java.lang.String>> fuzzyMatchFields)The fields that were fuzzy matched.
-
-
-
Method Detail
-
from
public LegacyBatchProcessorRunOptions.Builder from(LegacyBatchProcessorRunOptions other)
-
fuzzyMatchFields
public LegacyBatchProcessorRunOptions.Builder fuzzyMatchFields(java.util.Optional<java.util.List<java.lang.String>> fuzzyMatchFields)
The fields that were fuzzy matched.
-
fuzzyMatchFields
public LegacyBatchProcessorRunOptions.Builder fuzzyMatchFields(java.util.List<java.lang.String> fuzzyMatchFields)
-
excludeFields
public LegacyBatchProcessorRunOptions.Builder excludeFields(java.util.Optional<java.util.List<java.lang.String>> excludeFields)
The fields that were excluded from the run.
-
excludeFields
public LegacyBatchProcessorRunOptions.Builder excludeFields(java.util.List<java.lang.String> excludeFields)
-
build
public LegacyBatchProcessorRunOptions build()
-
-