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