You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core-services/prompt-registry/src/main/java/com/sap/ai/sdk/prompt/registry/model/SAPDocumentTranslationInputConfig.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -175,11 +175,10 @@ public Set<String> getCustomFieldNames() {
175
175
/**
176
176
* Get the value of an unrecognizable property of this {@link SAPDocumentTranslationInputConfig}
177
177
* instance.
178
-
*
178
+
* @deprecated Use {@link #toMap()} instead.
179
179
* @param name The name of the property
180
180
* @return The value of the property
181
181
* @throws NoSuchElementException If no property with the given name could be found.
0 commit comments