Skip to content

Commit 741c43a

Browse files
bot-sdk-jsnewtork
andauthored
feat: [DevOps] Update core specification (#446)
* Update core based on main * Update test coverage * add property * Update generated code * Add release note --------- Co-authored-by: Alexander Dümont <[email protected]> Co-authored-by: Alexander Dümont <[email protected]>
1 parent 5a0fafe commit 741c43a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+4972
-2803
lines changed

core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
<removeOperationIdPrefixCount>3</removeOperationIdPrefixCount>
198198
<aiSdkConstructor>true</aiSdkConstructor>
199199
<useOneOfCreators>true</useOneOfCreators>
200+
<fixResponseSchemaTitles>true</fixResponseSchemaTitles>
200201
</additionalProperties>
201202
</configuration>
202203
</execution>

core/src/main/java/com/sap/ai/sdk/core/client/ApplicationApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import org.springframework.web.util.UriComponentsBuilder;
2727

2828
/**
29-
* AI Core in version 2.40.0.
29+
* AI Core in version 2.40.1.
3030
*
3131
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
3232
* batch job, for example to pre-process or train your models, or perform batch inference. Serve

core/src/main/java/com/sap/ai/sdk/core/client/ArtifactApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import org.springframework.web.util.UriComponentsBuilder;
2424

2525
/**
26-
* AI Core in version 2.40.0.
26+
* AI Core in version 2.40.1.
2727
*
2828
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
2929
* batch job, for example to pre-process or train your models, or perform batch inference. Serve

core/src/main/java/com/sap/ai/sdk/core/client/ConfigurationApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import org.springframework.web.util.UriComponentsBuilder;
2424

2525
/**
26-
* AI Core in version 2.40.0.
26+
* AI Core in version 2.40.1.
2727
*
2828
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
2929
* batch job, for example to pre-process or train your models, or perform batch inference. Serve

core/src/main/java/com/sap/ai/sdk/core/client/DeploymentApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import org.springframework.web.util.UriComponentsBuilder;
3131

3232
/**
33-
* AI Core in version 2.40.0.
33+
* AI Core in version 2.40.1.
3434
*
3535
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
3636
* batch job, for example to pre-process or train your models, or perform batch inference. Serve

core/src/main/java/com/sap/ai/sdk/core/client/DockerRegistrySecretApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import org.springframework.web.util.UriComponentsBuilder;
2525

2626
/**
27-
* AI Core in version 2.40.0.
27+
* AI Core in version 2.40.1.
2828
*
2929
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
3030
* batch job, for example to pre-process or train your models, or perform batch inference. Serve

core/src/main/java/com/sap/ai/sdk/core/client/ExecutableApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import org.springframework.web.util.UriComponentsBuilder;
2020

2121
/**
22-
* AI Core in version 2.40.0.
22+
* AI Core in version 2.40.1.
2323
*
2424
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
2525
* batch job, for example to pre-process or train your models, or perform batch inference. Serve

core/src/main/java/com/sap/ai/sdk/core/client/ExecutionApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import org.springframework.web.util.UriComponentsBuilder;
3131

3232
/**
33-
* AI Core in version 2.40.0.
33+
* AI Core in version 2.40.1.
3434
*
3535
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
3636
* batch job, for example to pre-process or train your models, or perform batch inference. Serve

core/src/main/java/com/sap/ai/sdk/core/client/ExecutionScheduleApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import org.springframework.web.util.UriComponentsBuilder;
2525

2626
/**
27-
* AI Core in version 2.40.0.
27+
* AI Core in version 2.40.1.
2828
*
2929
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
3030
* batch job, for example to pre-process or train your models, or perform batch inference. Serve

core/src/main/java/com/sap/ai/sdk/core/client/FileApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.springframework.web.util.UriComponentsBuilder;
2121

2222
/**
23-
* AI Core in version 2.40.0.
23+
* AI Core in version 2.40.1.
2424
*
2525
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
2626
* batch job, for example to pre-process or train your models, or perform batch inference. Serve

0 commit comments

Comments
 (0)