Package com.sap.ai.sdk.core.model
Interface AiArtifact.Builder1
- Enclosing class:
AiArtifact
public static interface AiArtifact.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionkind(AiArtifact.KindEnum kind) Set the kind of thisAiArtifactinstance.
-
Method Details
-
kind
Set the kind of thisAiArtifactinstance.- Parameters:
kind- Kind of the artifact, i.e. model or dataset- Returns:
- The AiArtifact builder.
-