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