Package com.sap.ai.sdk.core
Interface AiModel
- All Known Implementing Classes:
OpenAiModel,OrchestrationEmbeddingModel,RptModel
public interface AiModel
An interface defining essential attributes of an AI model.
-
Method Summary
-
Method Details
-
name
Get the model's name.- Returns:
- The name of the model.
-
version
Get the model's version.- Returns:
- The version of the model, or null if not specified.
-