Package com.sap.ai.sdk.core.model
Interface AiDeploymentList.Builder1
- Enclosing class:
AiDeploymentList
public static interface AiDeploymentList.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault AiDeploymentListresources(AiDeployment... resources) Set the resources of thisAiDeploymentListinstance.resources(List<AiDeployment> resources) Set the resources of thisAiDeploymentListinstance.
-
Method Details
-
resources
Set the resources of thisAiDeploymentListinstance.- Parameters:
resources- The resources of thisAiDeploymentList- Returns:
- The AiDeploymentList instance.
-
resources
Set the resources of thisAiDeploymentListinstance.- Parameters:
resources- The resources of thisAiDeploymentList- Returns:
- The AiDeploymentList instance.
-