Package com.sap.ai.sdk.core.model
Interface AiModelList.Builder1
- Enclosing class:
AiModelList
public static interface AiModelList.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault AiModelListresources(AiModelBaseData... resources) Set the resources of thisAiModelListinstance.resources(List<AiModelBaseData> resources) Set the resources of thisAiModelListinstance.
-
Method Details
-
resources
Set the resources of thisAiModelListinstance.- Parameters:
resources- The resources of thisAiModelList- Returns:
- The AiModelList instance.
-
resources
Set the resources of thisAiModelListinstance.- Parameters:
resources- The resources of thisAiModelList- Returns:
- The AiModelList instance.
-