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