Package com.chrt.api.types
Interface AiImageDescription.ModelStage
-
- All Known Implementing Classes:
AiImageDescription.Builder
- Enclosing class:
- AiImageDescription
public static interface AiImageDescription.ModelStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AiImageDescription.Builderfrom(AiImageDescription other)AiImageDescription.SummaryStagemodel(LlmModelEnum model)
-
-
-
Method Detail
-
model
AiImageDescription.SummaryStage model(@NotNull LlmModelEnum model)
-
from
AiImageDescription.Builder from(AiImageDescription other)
-
-