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