Package ai.extend.types
Interface ExtractorVersion.IdStage
-
- All Known Implementing Classes:
ExtractorVersion.Builder
- Enclosing class:
- ExtractorVersion
public static interface ExtractorVersion.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtractorVersion.Builderfrom(ExtractorVersion other)ExtractorVersion.VersionStageid(java.lang.String id)The unique identifier for this version of the extractor.
-
-
-
Method Detail
-
id
ExtractorVersion.VersionStage id(@NotNull java.lang.String id)
The unique identifier for this version of the extractor.
Example:
"exv_xK9mLPqRtN3vS8wF5hB2cQ"
-
from
ExtractorVersion.Builder from(ExtractorVersion other)
-
-