Package com.sap.ai.sdk.core.model
Interface AiArtifactList.Builder1
- Enclosing class:
AiArtifactList
public static interface AiArtifactList.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault AiArtifactListresources(AiArtifact... resources) Set the resources of thisAiArtifactListinstance.resources(List<AiArtifact> resources) Set the resources of thisAiArtifactListinstance.
-
Method Details
-
resources
Set the resources of thisAiArtifactListinstance.- Parameters:
resources- The resources of thisAiArtifactList- Returns:
- The AiArtifactList instance.
-
resources
Set the resources of thisAiArtifactListinstance.- Parameters:
resources- The resources of thisAiArtifactList- Returns:
- The AiArtifactList instance.
-