Package com.sap.ai.sdk.core.model
Interface AiModelVersion.Builder2
- Enclosing class:
AiModelVersion
public static interface AiModelVersion.Builder2
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondeprecated(Boolean deprecated) Set the deprecated of thisAiModelVersioninstance.
-
Method Details
-
deprecated
Set the deprecated of thisAiModelVersioninstance.- Parameters:
deprecated- Deprecation status of model- Returns:
- The AiModelVersion instance.
-