Skip to content

Commit e1ca568

Browse files
Merge branch 'main' into reduce-duplication
2 parents 49c88f5 + 8f68a19 commit e1ca568

File tree

243 files changed

+4279
-3797
lines changed

Some content is hidden

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

243 files changed

+4279
-3797
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.ai.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>core</artifactId>
1010
<name>AI Core client</name>

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

0 commit comments

Comments
 (0)