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