Package com.sap.ai.sdk.core.model
Interface AiArtifactArgumentBinding.Builder1
- Enclosing class:
AiArtifactArgumentBinding
public static interface AiArtifactArgumentBinding.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionartifactId(String artifactId) Set the artifactId of thisAiArtifactArgumentBindinginstance.
-
Method Details
-
artifactId
Set the artifactId of thisAiArtifactArgumentBindinginstance.- Parameters:
artifactId- ID of the artifact- Returns:
- The AiArtifactArgumentBinding instance.
-