Skip to content

Commit 68902f3

Browse files
committed
Update generated models
1 parent b49a4a1 commit 68902f3

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/AzureContentSafetyFilterConfig.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ public String toString() {
172172
}
173173
}
174174

175-
/** Create a builder with a shallow copy of this instance. */
176-
public AzureContentSafetyFilterConfig.Builder toBuilder() {
177-
return new AzureContentSafetyFilterConfig.Builder().type(getType()).config(getConfig());
178-
}
179-
180175
/** String represents name of the filter provider */
181176
public enum TypeEnum {
182177
AZURE_CONTENT_SAFETY("azure_content_safety"),
@@ -209,4 +204,9 @@ public String toString() {
209204
return String.valueOf(value);
210205
}
211206
}
207+
208+
/** Create a builder with a shallow copy of this instance. */
209+
public AzureContentSafetyFilterConfig.Builder toBuilder() {
210+
return new AzureContentSafetyFilterConfig.Builder().type(getType()).config(getConfig());
211+
}
212212
}

orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/DPIConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@
3232
value = "org.openapitools.codegen.languages.JavaClientCodegen",
3333
comments = "Generator version: 7.9.0")
3434
public class DPIConfig implements MaskingProviderConfig {
35-
private TypeEnum type;
36-
3735
public static final String JSON_PROPERTY_TYPE = "type";
3836
private MethodEnum method;
37+
private TypeEnum type;
3938

4039
/** Create a builder with no initialized field. */
4140
public static DPIConfig.Builder builder() {

0 commit comments

Comments
 (0)