Package ai.extend.types
Interface ExtractorVersion.ExtractorIdStage
-
- All Known Implementing Classes:
ExtractorVersion.Builder
- Enclosing class:
- ExtractorVersion
public static interface ExtractorVersion.ExtractorIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtractorVersion.CreatedAtStageextractorId(java.lang.String extractorId)The ID of the extractor that this version belongs to.
-
-
-
Method Detail
-
extractorId
ExtractorVersion.CreatedAtStage extractorId(@NotNull java.lang.String extractorId)
The ID of the extractor that this version belongs to.
Example:
"ex_Xj8mK2pL9nR4vT7qY5wZ"
-
-