Package ai.extend.types
Interface LegacyProcessorRun.ObjectStage
-
- All Known Implementing Classes:
LegacyProcessorRun.Builder
- Enclosing class:
- LegacyProcessorRun
public static interface LegacyProcessorRun.ObjectStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LegacyProcessorRun.Builderfrom(LegacyProcessorRun other)LegacyProcessorRun.IdStageobject(java.lang.String object)The type of response.
-
-
-
Method Detail
-
object
LegacyProcessorRun.IdStage object(@NotNull java.lang.String object)
The type of response. In this case, it will always be
"document_processor_run".
-
from
LegacyProcessorRun.Builder from(LegacyProcessorRun other)
-
-