Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
<removeOperationIdPrefixCount>3</removeOperationIdPrefixCount>
<aiSdkConstructor>true</aiSdkConstructor>
<useOneOfCreators>true</useOneOfCreators>
<fixResponseSchemaTitles>true</fixResponseSchemaTitles>
</additionalProperties>
</configuration>
</execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/com/sap/ai/sdk/core/client/FileApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/com/sap/ai/sdk/core/client/KpiApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/com/sap/ai/sdk/core/client/MetaApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.springframework.web.util.UriComponentsBuilder;

/**
* AI Core in version 2.40.0.
* AI Core in version 2.40.1.
*
* <p>Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a
* batch job, for example to pre-process or train your models, or perform batch inference. Serve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,53 +23,53 @@
import javax.annotation.Nonnull;
import javax.annotation.Nullable;

/** InlineObject */
/** AiBadRequest */
// CHECKSTYLE:OFF
public class InlineObject
public class AiBadRequest
// CHECKSTYLE:ON
{
@JsonProperty("error")
private KpiApiError error;
private AiApiError error;

@JsonAnySetter @JsonAnyGetter
private final Map<String, Object> cloudSdkCustomFields = new LinkedHashMap<>();

/** Default constructor for InlineObject. */
protected InlineObject() {}
/** Default constructor for AiBadRequest. */
protected AiBadRequest() {}

/**
* Set the error of this {@link InlineObject} instance and return the same instance.
* Set the error of this {@link AiBadRequest} instance and return the same instance.
*
* @param error The error of this {@link InlineObject}
* @return The same instance of this {@link InlineObject} class
* @param error The error of this {@link AiBadRequest}
* @return The same instance of this {@link AiBadRequest} class
*/
@Nonnull
public InlineObject error(@Nullable final KpiApiError error) {
public AiBadRequest error(@Nullable final AiApiError error) {
this.error = error;
return this;
}

/**
* Get error
*
* @return error The error of this {@link InlineObject} instance.
* @return error The error of this {@link AiBadRequest} instance.
*/
@Nonnull
public KpiApiError getError() {
public AiApiError getError() {
return error;
}

/**
* Set the error of this {@link InlineObject} instance.
* Set the error of this {@link AiBadRequest} instance.
*
* @param error The error of this {@link InlineObject}
* @param error The error of this {@link AiBadRequest}
*/
public void setError(@Nullable final KpiApiError error) {
public void setError(@Nullable final AiApiError error) {
this.error = error;
}

/**
* Get the names of the unrecognizable properties of the {@link InlineObject}.
* Get the names of the unrecognizable properties of the {@link AiBadRequest}.
*
* @return The set of properties names
*/
Expand All @@ -80,7 +80,7 @@ public Set<String> getCustomFieldNames() {
}

/**
* Get the value of an unrecognizable property of this {@link InlineObject} instance.
* Get the value of an unrecognizable property of this {@link AiBadRequest} instance.
*
* @deprecated Use {@link #toMap()} instead.
* @param name The name of the property
Expand All @@ -91,13 +91,13 @@ public Set<String> getCustomFieldNames() {
@Deprecated
public Object getCustomField(@Nonnull final String name) throws NoSuchElementException {
if (!cloudSdkCustomFields.containsKey(name)) {
throw new NoSuchElementException("InlineObject has no field with name '" + name + "'.");
throw new NoSuchElementException("AiBadRequest has no field with name '" + name + "'.");
}
return cloudSdkCustomFields.get(name);
}

/**
* Get the value of all properties of this {@link InlineObject} instance including unrecognized
* Get the value of all properties of this {@link AiBadRequest} instance including unrecognized
* properties.
*
* @return The map of all properties
Expand All @@ -111,7 +111,7 @@ public Map<String, Object> toMap() {
}

/**
* Set an unrecognizable property of this {@link InlineObject} instance. If the map previously
* Set an unrecognizable property of this {@link AiBadRequest} instance. If the map previously
* contained a mapping for the key, the old value is replaced by the specified value.
*
* @param customFieldName The name of the property
Expand All @@ -130,9 +130,9 @@ public boolean equals(@Nullable final java.lang.Object o) {
if (o == null || getClass() != o.getClass()) {
return false;
}
final InlineObject inlineObject = (InlineObject) o;
return Objects.equals(this.cloudSdkCustomFields, inlineObject.cloudSdkCustomFields)
&& Objects.equals(this.error, inlineObject.error);
final AiBadRequest aiBadRequest = (AiBadRequest) o;
return Objects.equals(this.cloudSdkCustomFields, aiBadRequest.cloudSdkCustomFields)
&& Objects.equals(this.error, aiBadRequest.error);
}

@Override
Expand All @@ -144,7 +144,7 @@ public int hashCode() {
@Nonnull
public String toString() {
final StringBuilder sb = new StringBuilder();
sb.append("class InlineObject {\n");
sb.append("class AiBadRequest {\n");
sb.append(" error: ").append(toIndentedString(error)).append("\n");
cloudSdkCustomFields.forEach(
(k, v) ->
Expand All @@ -163,8 +163,8 @@ private String toIndentedString(final java.lang.Object o) {
return o.toString().replace("\n", "\n ");
}

/** Create a new {@link InlineObject} instance. No arguments are required. */
public static InlineObject create() {
return new InlineObject();
/** Create a new {@link AiBadRequest} instance. No arguments are required. */
public static AiBadRequest create() {
return new AiBadRequest();
}
}
Loading