Package com.sap.ai.sdk.core.model
Interface AiExecutionList.Builder1
- Enclosing class:
AiExecutionList
public static interface AiExecutionList.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault AiExecutionListresources(AiExecution... resources) Set the resources of thisAiExecutionListinstance.resources(List<AiExecution> resources) Set the resources of thisAiExecutionListinstance.
-
Method Details
-
resources
Set the resources of thisAiExecutionListinstance.- Parameters:
resources- The resources of thisAiExecutionList- Returns:
- The AiExecutionList instance.
-
resources
Set the resources of thisAiExecutionListinstance.- Parameters:
resources- The resources of thisAiExecutionList- Returns:
- The AiExecutionList instance.
-