Package ai.extend.types
Class ParseConfigBlockOptionsTablesAgentic.Builder
- java.lang.Object
-
- ai.extend.types.ParseConfigBlockOptionsTablesAgentic.Builder
-
- Enclosing class:
- ParseConfigBlockOptionsTablesAgentic
public static final class ParseConfigBlockOptionsTablesAgentic.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParseConfigBlockOptionsTablesAgenticbuild()ParseConfigBlockOptionsTablesAgentic.BuildercustomInstructions(java.lang.String customInstructions)ParseConfigBlockOptionsTablesAgentic.BuildercustomInstructions(java.util.Optional<java.lang.String> customInstructions)Custom instructions to guide the agentic table processing.ParseConfigBlockOptionsTablesAgentic.Builderenabled(java.lang.Boolean enabled)ParseConfigBlockOptionsTablesAgentic.Builderenabled(java.util.Optional<java.lang.Boolean> enabled)Whether to enable agentic table processing.ParseConfigBlockOptionsTablesAgentic.Builderfrom(ParseConfigBlockOptionsTablesAgentic other)
-
-
-
Method Detail
-
from
public ParseConfigBlockOptionsTablesAgentic.Builder from(ParseConfigBlockOptionsTablesAgentic other)
-
enabled
public ParseConfigBlockOptionsTablesAgentic.Builder enabled(java.util.Optional<java.lang.Boolean> enabled)
Whether to enable agentic table processing.
-
enabled
public ParseConfigBlockOptionsTablesAgentic.Builder enabled(java.lang.Boolean enabled)
-
customInstructions
public ParseConfigBlockOptionsTablesAgentic.Builder customInstructions(java.util.Optional<java.lang.String> customInstructions)
Custom instructions to guide the agentic table processing.
-
customInstructions
public ParseConfigBlockOptionsTablesAgentic.Builder customInstructions(java.lang.String customInstructions)
-
build
public ParseConfigBlockOptionsTablesAgentic build()
-
-