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