Package ai.extend.types
Interface ExternalDataValidationStepRunStep.IdStage
-
- All Known Implementing Classes:
ExternalDataValidationStepRunStep.Builder
- Enclosing class:
- ExternalDataValidationStepRunStep
public static interface ExternalDataValidationStepRunStep.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExternalDataValidationStepRunStep.Builderfrom(ExternalDataValidationStepRunStep other)ExternalDataValidationStepRunStep.NameStageid(java.lang.String id)Deprecated: This ID is not consistent across workflow versions.
-
-
-
Method Detail
-
id
ExternalDataValidationStepRunStep.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
ExternalDataValidationStepRunStep.Builder from(ExternalDataValidationStepRunStep other)
-
-