Package com.sap.ai.sdk.core.model
Interface AiArtifact.Builder4
- Enclosing class:
AiArtifact
public static interface AiArtifact.Builder4
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionscenarioId(String scenarioId) Set the scenarioId of thisAiArtifactinstance.
-
Method Details
-
scenarioId
Set the scenarioId of thisAiArtifactinstance.- Parameters:
scenarioId- ID of the scenario- Returns:
- The AiArtifact builder.
-