Package com.sap.ai.sdk.core.model
Interface AiArtifact.Builder5
- Enclosing class:
AiArtifact
public static interface AiArtifact.Builder5
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptioncreatedAt(OffsetDateTime createdAt) Set the createdAt of thisAiArtifactinstance.
-
Method Details
-
createdAt
Set the createdAt of thisAiArtifactinstance.- Parameters:
createdAt- Timestamp of resource creation- Returns:
- The AiArtifact builder.
-