Package ai.extend.types
Interface ExtractStepRunStep.IdStage
-
- All Known Implementing Classes:
ExtractStepRunStep.Builder
- Enclosing class:
- ExtractStepRunStep
public static interface ExtractStepRunStep.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtractStepRunStep.Builderfrom(ExtractStepRunStep other)ExtractStepRunStep.NameStageid(java.lang.String id)Deprecated: This ID is not consistent across workflow versions.
-
-
-
Method Detail
-
id
ExtractStepRunStep.NameStage id(@NotNull java.lang.String id)
Deprecated: This ID is not consistent across workflow versions. This field will be removed in a future API version.
The ID of the workflow step.
Example:
"step_xKm9pNv3qWsY_jL2tR5Dh"
-
from
ExtractStepRunStep.Builder from(ExtractStepRunStep other)
-
-