Skip to content

Commit 8c8dc88

Browse files
bot-sdk-jsGH Actions Runner User
andauthored
Update AI Core specification (#261)
* Update AI Core specification * Update AI Core client --------- Co-authored-by: GH Actions Runner User <runner@packer-65e711f3-b6f6-af58-5664-d6ff951bf032.us-central1-a.c.sap-mc-golden-images.internal>
1 parent 161892c commit 8c8dc88

File tree

235 files changed

+4249
-3787
lines changed

Some content is hidden

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

235 files changed

+4249
-3787
lines changed

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.36.0.
29+
* AI Core in version 2.37.0.
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.36.0.
26+
* AI Core in version 2.37.0.
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.36.0.
26+
* AI Core in version 2.37.0.
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.36.0.
33+
* AI Core in version 2.37.0.
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.36.0.
27+
* AI Core in version 2.37.0.
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.36.0.
22+
* AI Core in version 2.37.0.
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.36.0.
33+
* AI Core in version 2.37.0.
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.36.0.
27+
* AI Core in version 2.37.0.
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: 2 additions & 2 deletions
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.36.0.
23+
* AI Core in version 2.37.0.
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
@@ -254,7 +254,7 @@ public DSetFileCreationResponse upload(
254254
@Nonnull final String path,
255255
@Nullable final String aiResourceGroup,
256256
@Nullable final Boolean overwrite,
257-
@Nullable final String body)
257+
@Nullable final Object body)
258258
throws OpenApiRequestException {
259259
final Object localVarPostBody = body;
260260

core/src/main/java/com/sap/ai/sdk/core/client/KpiApi.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.36.0.
23+
* AI Core in version 2.37.0.
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)