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