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