Package ai.extend.types
Interface ExternalDataValidationStepRunStep._FinalStage
-
- All Known Implementing Classes:
ExternalDataValidationStepRunStep.Builder
- Enclosing class:
- ExternalDataValidationStepRunStep
public static interface ExternalDataValidationStepRunStep._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExternalDataValidationStepRunStepbuild()ExternalDataValidationStepRunStep._FinalStagetype(java.lang.String type)ExternalDataValidationStepRunStep._FinalStagetype(java.util.Optional<java.lang.String> type)The type of workflow step.
-
-
-
Method Detail
-
build
ExternalDataValidationStepRunStep build()
-
type
ExternalDataValidationStepRunStep._FinalStage type(java.util.Optional<java.lang.String> type)
The type of workflow step. Will always be
"EXTERNAL_DATA_VALIDATION"for this step run type.
-
type
ExternalDataValidationStepRunStep._FinalStage type(java.lang.String type)
-
-