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