diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/OrchestrationCompletionApi.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/OrchestrationCompletionApi.java index f3749f4d..ba5f1b86 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/OrchestrationCompletionApi.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/OrchestrationCompletionApi.java @@ -7,9 +7,9 @@ import com.sap.cloud.sdk.services.openapi.core.AbstractOpenApiService; import com.sap.cloud.sdk.services.openapi.apiclient.ApiClient; -import com.sap.ai.sdk.orchestration.client.model.CompletionPostRequest ; //NOPMD -import com.sap.ai.sdk.orchestration.client.model.CompletionPostResponse ; //NOPMD -import com.sap.ai.sdk.orchestration.client.model.ErrorResponse ; //NOPMD +import com.sap.ai.sdk.orchestration.client.model.CompletionPostRequest; +import com.sap.ai.sdk.orchestration.client.model.CompletionPostResponse; +import com.sap.ai.sdk.orchestration.client.model.ErrorResponse; import java.util.HashMap; import java.util.List; @@ -32,28 +32,27 @@ import com.sap.cloud.sdk.cloudplatform.connectivity.Destination; /** -* Internal Orchestration Service API in version 0.0.1. -* -* SAP AI Core - Orchestration Service API -*/ - + * Internal Orchestration Service API in version 0.0.1. + * + * SAP AI Core - Orchestration Service API + */ public class OrchestrationCompletionApi extends AbstractOpenApiService { /** - * Instantiates this API class to invoke operations on the Internal Orchestration Service API. - * - * @param httpDestination The destination that API should be used with - */ + * Instantiates this API class to invoke operations on the Internal Orchestration Service API. + * + * @param httpDestination The destination that API should be used with + */ public OrchestrationCompletionApi( @Nonnull final Destination httpDestination ) { super(httpDestination); } /** - * Instantiates this API class to invoke operations on the Internal Orchestration Service API based on a given {@link ApiClient}. - * - * @param apiClient - * ApiClient to invoke the API on - */ + * Instantiates this API class to invoke operations on the Internal Orchestration Service API based on a given {@link ApiClient}. + * + * @param apiClient + * ApiClient to invoke the API on + */ @Beta public OrchestrationCompletionApi( @Nonnull final ApiClient apiClient ) { @@ -61,17 +60,18 @@ public OrchestrationCompletionApi( @Nonnull final ApiClient apiClient ) } /** - *

- *

+ *

+ *

*

200 - Successful response *

400 - Bad Request *

0 - Common Error -* @param completionPostRequest - The value for the parameter completionPostRequest -* @return CompletionPostResponse -* @throws OpenApiRequestException if an error occurs while attempting to invoke the API + * @param completionPostRequest + * The value for the parameter completionPostRequest + * @return CompletionPostResponse + * @throws OpenApiRequestException if an error occurs while attempting to invoke the API */ - @Nullable public CompletionPostResponse orchestrationV1EndpointsCreate( @Nonnull final CompletionPostRequest completionPostRequest) throws OpenApiRequestException { + @Nonnull + public CompletionPostResponse orchestrationV1EndpointsCreate( @Nonnull final CompletionPostRequest completionPostRequest) throws OpenApiRequestException { final Object localVarPostBody = completionPostRequest; // verify the required parameter 'completionPostRequest' is set diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/OrchestrationHealthzApi.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/OrchestrationHealthzApi.java index d6e02ffe..a8d712c2 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/OrchestrationHealthzApi.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/OrchestrationHealthzApi.java @@ -7,7 +7,7 @@ import com.sap.cloud.sdk.services.openapi.core.AbstractOpenApiService; import com.sap.cloud.sdk.services.openapi.apiclient.ApiClient; -import com.sap.ai.sdk.orchestration.client.model.OrchestrationV1EndpointsHealthz503Response ; //NOPMD +import com.sap.ai.sdk.orchestration.client.model.OrchestrationV1EndpointsHealthz503Response; import java.util.HashMap; import java.util.List; @@ -30,28 +30,27 @@ import com.sap.cloud.sdk.cloudplatform.connectivity.Destination; /** -* Internal Orchestration Service API in version 0.0.1. -* -* SAP AI Core - Orchestration Service API -*/ - + * Internal Orchestration Service API in version 0.0.1. + * + * SAP AI Core - Orchestration Service API + */ public class OrchestrationHealthzApi extends AbstractOpenApiService { /** - * Instantiates this API class to invoke operations on the Internal Orchestration Service API. - * - * @param httpDestination The destination that API should be used with - */ + * Instantiates this API class to invoke operations on the Internal Orchestration Service API. + * + * @param httpDestination The destination that API should be used with + */ public OrchestrationHealthzApi( @Nonnull final Destination httpDestination ) { super(httpDestination); } /** - * Instantiates this API class to invoke operations on the Internal Orchestration Service API based on a given {@link ApiClient}. - * - * @param apiClient - * ApiClient to invoke the API on - */ + * Instantiates this API class to invoke operations on the Internal Orchestration Service API based on a given {@link ApiClient}. + * + * @param apiClient + * ApiClient to invoke the API on + */ @Beta public OrchestrationHealthzApi( @Nonnull final ApiClient apiClient ) { @@ -59,14 +58,15 @@ public OrchestrationHealthzApi( @Nonnull final ApiClient apiClient ) } /** - *

- *

+ *

+ *

*

200 - Service is up and running. *

503 - Service is unavailable. -* @return String -* @throws OpenApiRequestException if an error occurs while attempting to invoke the API + * @return String + * @throws OpenApiRequestException if an error occurs while attempting to invoke the API */ - @Nullable public String orchestrationV1EndpointsHealthz() throws OpenApiRequestException { + @Nonnull + public String orchestrationV1EndpointsHealthz() throws OpenApiRequestException { final Object localVarPostBody = null; final String localVarPath = UriComponentsBuilder.fromPath("/healthz").build().toUriString(); diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/AzureContentSafety.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/AzureContentSafety.java index bda0b58c..942270c3 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/AzureContentSafety.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/AzureContentSafety.java @@ -39,7 +39,6 @@ /** * AzureContentSafety */ - // CHECKSTYLE:OFF public class AzureContentSafety // CHECKSTYLE:ON @@ -61,113 +60,113 @@ public class AzureContentSafety private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the hate of this {@link AzureContentSafety} instance and return the same instance. - * - * @param hate The hate of this {@link AzureContentSafety} - * @return The same instance of this {@link AzureContentSafety} class - */ + * Set the hate of this {@link AzureContentSafety} instance and return the same instance. + * + * @param hate The hate of this {@link AzureContentSafety} + * @return The same instance of this {@link AzureContentSafety} class + */ @Nonnull public AzureContentSafety hate(@Nonnull final AzureThreshold hate) { this.hate = hate; return this; } /** - * Get hate - * @return hate The hate of this {@link AzureContentSafety} instance. - **/ + * Get hate + * @return hate The hate of this {@link AzureContentSafety} instance. + */ @Nonnull public AzureThreshold getHate() { return hate; } /** - * Set the hate of this {@link AzureContentSafety} instance. - * - * @param hate The hate of this {@link AzureContentSafety} - */ + * Set the hate of this {@link AzureContentSafety} instance. + * + * @param hate The hate of this {@link AzureContentSafety} + */ public void setHate( @Nonnull final AzureThreshold hate) { this.hate = hate; } /** - * Set the selfHarm of this {@link AzureContentSafety} instance and return the same instance. - * - * @param selfHarm The selfHarm of this {@link AzureContentSafety} - * @return The same instance of this {@link AzureContentSafety} class - */ + * Set the selfHarm of this {@link AzureContentSafety} instance and return the same instance. + * + * @param selfHarm The selfHarm of this {@link AzureContentSafety} + * @return The same instance of this {@link AzureContentSafety} class + */ @Nonnull public AzureContentSafety selfHarm(@Nonnull final AzureThreshold selfHarm) { this.selfHarm = selfHarm; return this; } /** - * Get selfHarm - * @return selfHarm The selfHarm of this {@link AzureContentSafety} instance. - **/ + * Get selfHarm + * @return selfHarm The selfHarm of this {@link AzureContentSafety} instance. + */ @Nonnull public AzureThreshold getSelfHarm() { return selfHarm; } /** - * Set the selfHarm of this {@link AzureContentSafety} instance. - * - * @param selfHarm The selfHarm of this {@link AzureContentSafety} - */ + * Set the selfHarm of this {@link AzureContentSafety} instance. + * + * @param selfHarm The selfHarm of this {@link AzureContentSafety} + */ public void setSelfHarm( @Nonnull final AzureThreshold selfHarm) { this.selfHarm = selfHarm; } /** - * Set the sexual of this {@link AzureContentSafety} instance and return the same instance. - * - * @param sexual The sexual of this {@link AzureContentSafety} - * @return The same instance of this {@link AzureContentSafety} class - */ + * Set the sexual of this {@link AzureContentSafety} instance and return the same instance. + * + * @param sexual The sexual of this {@link AzureContentSafety} + * @return The same instance of this {@link AzureContentSafety} class + */ @Nonnull public AzureContentSafety sexual(@Nonnull final AzureThreshold sexual) { this.sexual = sexual; return this; } /** - * Get sexual - * @return sexual The sexual of this {@link AzureContentSafety} instance. - **/ + * Get sexual + * @return sexual The sexual of this {@link AzureContentSafety} instance. + */ @Nonnull public AzureThreshold getSexual() { return sexual; } /** - * Set the sexual of this {@link AzureContentSafety} instance. - * - * @param sexual The sexual of this {@link AzureContentSafety} - */ + * Set the sexual of this {@link AzureContentSafety} instance. + * + * @param sexual The sexual of this {@link AzureContentSafety} + */ public void setSexual( @Nonnull final AzureThreshold sexual) { this.sexual = sexual; } /** - * Set the violence of this {@link AzureContentSafety} instance and return the same instance. - * - * @param violence The violence of this {@link AzureContentSafety} - * @return The same instance of this {@link AzureContentSafety} class - */ + * Set the violence of this {@link AzureContentSafety} instance and return the same instance. + * + * @param violence The violence of this {@link AzureContentSafety} + * @return The same instance of this {@link AzureContentSafety} class + */ @Nonnull public AzureContentSafety violence(@Nonnull final AzureThreshold violence) { this.violence = violence; return this; } /** - * Get violence - * @return violence The violence of this {@link AzureContentSafety} instance. - **/ + * Get violence + * @return violence The violence of this {@link AzureContentSafety} instance. + */ @Nonnull public AzureThreshold getViolence() { return violence; } /** - * Set the violence of this {@link AzureContentSafety} instance. - * - * @param violence The violence of this {@link AzureContentSafety} - */ + * Set the violence of this {@link AzureContentSafety} instance. + * + * @param violence The violence of this {@link AzureContentSafety} + */ public void setViolence( @Nonnull final AzureThreshold violence) { this.violence = violence; } @@ -254,5 +253,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ChatMessage.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ChatMessage.java index 6bb7ddc7..a97c7d23 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ChatMessage.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ChatMessage.java @@ -38,7 +38,6 @@ /** * ChatMessage */ - // CHECKSTYLE:OFF public class ChatMessage // CHECKSTYLE:ON @@ -54,57 +53,57 @@ public class ChatMessage private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the role of this {@link ChatMessage} instance and return the same instance. - * - * @param role The role of this {@link ChatMessage} - * @return The same instance of this {@link ChatMessage} class - */ + * Set the role of this {@link ChatMessage} instance and return the same instance. + * + * @param role The role of this {@link ChatMessage} + * @return The same instance of this {@link ChatMessage} class + */ @Nonnull public ChatMessage role(@Nonnull final String role) { this.role = role; return this; } /** - * Get role - * @return role The role of this {@link ChatMessage} instance. - **/ + * Get role + * @return role The role of this {@link ChatMessage} instance. + */ @Nonnull public String getRole() { return role; } /** - * Set the role of this {@link ChatMessage} instance. - * - * @param role The role of this {@link ChatMessage} - */ + * Set the role of this {@link ChatMessage} instance. + * + * @param role The role of this {@link ChatMessage} + */ public void setRole( @Nonnull final String role) { this.role = role; } /** - * Set the content of this {@link ChatMessage} instance and return the same instance. - * - * @param content The content of this {@link ChatMessage} - * @return The same instance of this {@link ChatMessage} class - */ + * Set the content of this {@link ChatMessage} instance and return the same instance. + * + * @param content The content of this {@link ChatMessage} + * @return The same instance of this {@link ChatMessage} class + */ @Nonnull public ChatMessage content(@Nonnull final String content) { this.content = content; return this; } /** - * Get content - * @return content The content of this {@link ChatMessage} instance. - **/ + * Get content + * @return content The content of this {@link ChatMessage} instance. + */ @Nonnull public String getContent() { return content; } /** - * Set the content of this {@link ChatMessage} instance. - * - * @param content The content of this {@link ChatMessage} - */ + * Set the content of this {@link ChatMessage} instance. + * + * @param content The content of this {@link ChatMessage} + */ public void setContent( @Nonnull final String content) { this.content = content; } @@ -187,5 +186,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/CompletionPostRequest.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/CompletionPostRequest.java index 57138fb9..2caf6041 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/CompletionPostRequest.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/CompletionPostRequest.java @@ -45,7 +45,6 @@ /** * CompletionPostRequest */ - // CHECKSTYLE:OFF public class CompletionPostRequest // CHECKSTYLE:ON @@ -64,50 +63,50 @@ public class CompletionPostRequest private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the orchestrationConfig of this {@link CompletionPostRequest} instance and return the same instance. - * - * @param orchestrationConfig The orchestrationConfig of this {@link CompletionPostRequest} - * @return The same instance of this {@link CompletionPostRequest} class - */ + * Set the orchestrationConfig of this {@link CompletionPostRequest} instance and return the same instance. + * + * @param orchestrationConfig The orchestrationConfig of this {@link CompletionPostRequest} + * @return The same instance of this {@link CompletionPostRequest} class + */ @Nonnull public CompletionPostRequest orchestrationConfig(@Nonnull final OrchestrationConfig orchestrationConfig) { this.orchestrationConfig = orchestrationConfig; return this; } /** - * Get orchestrationConfig - * @return orchestrationConfig The orchestrationConfig of this {@link CompletionPostRequest} instance. - **/ + * Get orchestrationConfig + * @return orchestrationConfig The orchestrationConfig of this {@link CompletionPostRequest} instance. + */ @Nonnull public OrchestrationConfig getOrchestrationConfig() { return orchestrationConfig; } /** - * Set the orchestrationConfig of this {@link CompletionPostRequest} instance. - * - * @param orchestrationConfig The orchestrationConfig of this {@link CompletionPostRequest} - */ + * Set the orchestrationConfig of this {@link CompletionPostRequest} instance. + * + * @param orchestrationConfig The orchestrationConfig of this {@link CompletionPostRequest} + */ public void setOrchestrationConfig( @Nonnull final OrchestrationConfig orchestrationConfig) { this.orchestrationConfig = orchestrationConfig; } /** - * Set the inputParams of this {@link CompletionPostRequest} instance and return the same instance. - * - * @param inputParams The inputParams of this {@link CompletionPostRequest} - * @return The same instance of this {@link CompletionPostRequest} class - */ + * Set the inputParams of this {@link CompletionPostRequest} instance and return the same instance. + * + * @param inputParams The inputParams of this {@link CompletionPostRequest} + * @return The same instance of this {@link CompletionPostRequest} class + */ @Nonnull public CompletionPostRequest inputParams(@Nonnull final Map inputParams) { this.inputParams = inputParams; return this; } /** - * Put one inputParams instance to this {@link CompletionPostRequest} instance. - * @param key The String key of this inputParams instance - * @param inputParamsItem The inputParams that should be added under the given key - * @return The same instance of type {@link CompletionPostRequest} - */ + * Put one inputParams instance to this {@link CompletionPostRequest} instance. + * @param key The String key of this inputParams instance + * @param inputParamsItem The inputParams that should be added under the given key + * @return The same instance of type {@link CompletionPostRequest} + */ @Nonnull public CompletionPostRequest putinputParamsItem(@Nonnull final String key, @Nonnull final String inputParamsItem) { this.inputParams = new HashMap<>(); this.inputParams.put(key, inputParamsItem); @@ -115,38 +114,38 @@ public void setOrchestrationConfig( @Nonnull final OrchestrationConfig orchestra } /** - * Get inputParams - * @return inputParams The inputParams of this {@link CompletionPostRequest} instance. - **/ + * Get inputParams + * @return inputParams The inputParams of this {@link CompletionPostRequest} instance. + */ @Nonnull public Map getInputParams() { return inputParams; } /** - * Set the inputParams of this {@link CompletionPostRequest} instance. - * - * @param inputParams The inputParams of this {@link CompletionPostRequest} - */ + * Set the inputParams of this {@link CompletionPostRequest} instance. + * + * @param inputParams The inputParams of this {@link CompletionPostRequest} + */ public void setInputParams( @Nonnull final Map inputParams) { this.inputParams = inputParams; } /** - * Set the messagesHistory of this {@link CompletionPostRequest} instance and return the same instance. - * - * @param messagesHistory History of chat messages. Can be used to provide system and assistant messages to set the context of the conversation. Will be merged with the template message - * @return The same instance of this {@link CompletionPostRequest} class - */ + * Set the messagesHistory of this {@link CompletionPostRequest} instance and return the same instance. + * + * @param messagesHistory History of chat messages. Can be used to provide system and assistant messages to set the context of the conversation. Will be merged with the template message + * @return The same instance of this {@link CompletionPostRequest} class + */ @Nonnull public CompletionPostRequest messagesHistory(@Nonnull final List messagesHistory) { this.messagesHistory = messagesHistory; return this; } /** - * Add one messagesHistory instance to this {@link CompletionPostRequest}. - * @param messagesHistoryItem The messagesHistory that should be added - * @return The same instance of type {@link CompletionPostRequest} - */ - @Nonnull public CompletionPostRequest addmessagesHistoryItem( @Nonnull final ChatMessage messagesHistoryItem) { + * Add one messagesHistory instance to this {@link CompletionPostRequest}. + * @param messagesHistoryItem The messagesHistory that should be added + * @return The same instance of type {@link CompletionPostRequest} + */ + @Nonnull public CompletionPostRequest addMessagesHistoryItem( @Nonnull final ChatMessage messagesHistoryItem) { if (this.messagesHistory == null) { this.messagesHistory = new ArrayList<>(); } @@ -155,18 +154,18 @@ public void setInputParams( @Nonnull final Map inputParams) { } /** - * History of chat messages. Can be used to provide system and assistant messages to set the context of the conversation. Will be merged with the template message - * @return messagesHistory The messagesHistory of this {@link CompletionPostRequest} instance. - **/ + * History of chat messages. Can be used to provide system and assistant messages to set the context of the conversation. Will be merged with the template message + * @return messagesHistory The messagesHistory of this {@link CompletionPostRequest} instance. + */ @Nonnull public List getMessagesHistory() { return messagesHistory; } /** - * Set the messagesHistory of this {@link CompletionPostRequest} instance. - * - * @param messagesHistory History of chat messages. Can be used to provide system and assistant messages to set the context of the conversation. Will be merged with the template message - */ + * Set the messagesHistory of this {@link CompletionPostRequest} instance. + * + * @param messagesHistory History of chat messages. Can be used to provide system and assistant messages to set the context of the conversation. Will be merged with the template message + */ public void setMessagesHistory( @Nonnull final List messagesHistory) { this.messagesHistory = messagesHistory; } @@ -251,5 +250,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/CompletionPostResponse.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/CompletionPostResponse.java index 5c594797..c407eaa6 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/CompletionPostResponse.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/CompletionPostResponse.java @@ -40,7 +40,6 @@ /** * CompletionPostResponse */ - // CHECKSTYLE:OFF public class CompletionPostResponse // CHECKSTYLE:ON @@ -59,85 +58,85 @@ public class CompletionPostResponse private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the requestId of this {@link CompletionPostResponse} instance and return the same instance. - * - * @param requestId ID of the request - * @return The same instance of this {@link CompletionPostResponse} class - */ + * Set the requestId of this {@link CompletionPostResponse} instance and return the same instance. + * + * @param requestId ID of the request + * @return The same instance of this {@link CompletionPostResponse} class + */ @Nonnull public CompletionPostResponse requestId(@Nonnull final String requestId) { this.requestId = requestId; return this; } /** - * ID of the request - * @return requestId The requestId of this {@link CompletionPostResponse} instance. - **/ + * ID of the request + * @return requestId The requestId of this {@link CompletionPostResponse} instance. + */ @Nonnull public String getRequestId() { return requestId; } /** - * Set the requestId of this {@link CompletionPostResponse} instance. - * - * @param requestId ID of the request - */ + * Set the requestId of this {@link CompletionPostResponse} instance. + * + * @param requestId ID of the request + */ public void setRequestId( @Nonnull final String requestId) { this.requestId = requestId; } /** - * Set the moduleResults of this {@link CompletionPostResponse} instance and return the same instance. - * - * @param moduleResults The moduleResults of this {@link CompletionPostResponse} - * @return The same instance of this {@link CompletionPostResponse} class - */ + * Set the moduleResults of this {@link CompletionPostResponse} instance and return the same instance. + * + * @param moduleResults The moduleResults of this {@link CompletionPostResponse} + * @return The same instance of this {@link CompletionPostResponse} class + */ @Nonnull public CompletionPostResponse moduleResults(@Nonnull final ModuleResults moduleResults) { this.moduleResults = moduleResults; return this; } /** - * Get moduleResults - * @return moduleResults The moduleResults of this {@link CompletionPostResponse} instance. - **/ + * Get moduleResults + * @return moduleResults The moduleResults of this {@link CompletionPostResponse} instance. + */ @Nonnull public ModuleResults getModuleResults() { return moduleResults; } /** - * Set the moduleResults of this {@link CompletionPostResponse} instance. - * - * @param moduleResults The moduleResults of this {@link CompletionPostResponse} - */ + * Set the moduleResults of this {@link CompletionPostResponse} instance. + * + * @param moduleResults The moduleResults of this {@link CompletionPostResponse} + */ public void setModuleResults( @Nonnull final ModuleResults moduleResults) { this.moduleResults = moduleResults; } /** - * Set the orchestrationResult of this {@link CompletionPostResponse} instance and return the same instance. - * - * @param orchestrationResult The orchestrationResult of this {@link CompletionPostResponse} - * @return The same instance of this {@link CompletionPostResponse} class - */ + * Set the orchestrationResult of this {@link CompletionPostResponse} instance and return the same instance. + * + * @param orchestrationResult The orchestrationResult of this {@link CompletionPostResponse} + * @return The same instance of this {@link CompletionPostResponse} class + */ @Nonnull public CompletionPostResponse orchestrationResult(@Nonnull final LLMModuleResult orchestrationResult) { this.orchestrationResult = orchestrationResult; return this; } /** - * Get orchestrationResult - * @return orchestrationResult The orchestrationResult of this {@link CompletionPostResponse} instance. - **/ + * Get orchestrationResult + * @return orchestrationResult The orchestrationResult of this {@link CompletionPostResponse} instance. + */ @Nonnull public LLMModuleResult getOrchestrationResult() { return orchestrationResult; } /** - * Set the orchestrationResult of this {@link CompletionPostResponse} instance. - * - * @param orchestrationResult The orchestrationResult of this {@link CompletionPostResponse} - */ + * Set the orchestrationResult of this {@link CompletionPostResponse} instance. + * + * @param orchestrationResult The orchestrationResult of this {@link CompletionPostResponse} + */ public void setOrchestrationResult( @Nonnull final LLMModuleResult orchestrationResult) { this.orchestrationResult = orchestrationResult; } @@ -222,5 +221,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ErrorResponse.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ErrorResponse.java index d7c2858b..b77b7b53 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ErrorResponse.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ErrorResponse.java @@ -39,7 +39,6 @@ /** * ErrorResponse */ - // CHECKSTYLE:OFF public class ErrorResponse // CHECKSTYLE:ON @@ -64,141 +63,141 @@ public class ErrorResponse private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the requestId of this {@link ErrorResponse} instance and return the same instance. - * - * @param requestId The requestId of this {@link ErrorResponse} - * @return The same instance of this {@link ErrorResponse} class - */ + * Set the requestId of this {@link ErrorResponse} instance and return the same instance. + * + * @param requestId The requestId of this {@link ErrorResponse} + * @return The same instance of this {@link ErrorResponse} class + */ @Nonnull public ErrorResponse requestId(@Nonnull final String requestId) { this.requestId = requestId; return this; } /** - * Get requestId - * @return requestId The requestId of this {@link ErrorResponse} instance. - **/ + * Get requestId + * @return requestId The requestId of this {@link ErrorResponse} instance. + */ @Nonnull public String getRequestId() { return requestId; } /** - * Set the requestId of this {@link ErrorResponse} instance. - * - * @param requestId The requestId of this {@link ErrorResponse} - */ + * Set the requestId of this {@link ErrorResponse} instance. + * + * @param requestId The requestId of this {@link ErrorResponse} + */ public void setRequestId( @Nonnull final String requestId) { this.requestId = requestId; } /** - * Set the code of this {@link ErrorResponse} instance and return the same instance. - * - * @param code The code of this {@link ErrorResponse} - * @return The same instance of this {@link ErrorResponse} class - */ + * Set the code of this {@link ErrorResponse} instance and return the same instance. + * + * @param code The code of this {@link ErrorResponse} + * @return The same instance of this {@link ErrorResponse} class + */ @Nonnull public ErrorResponse code(@Nonnull final Integer code) { this.code = code; return this; } /** - * Get code - * @return code The code of this {@link ErrorResponse} instance. - **/ + * Get code + * @return code The code of this {@link ErrorResponse} instance. + */ @Nonnull public Integer getCode() { return code; } /** - * Set the code of this {@link ErrorResponse} instance. - * - * @param code The code of this {@link ErrorResponse} - */ + * Set the code of this {@link ErrorResponse} instance. + * + * @param code The code of this {@link ErrorResponse} + */ public void setCode( @Nonnull final Integer code) { this.code = code; } /** - * Set the message of this {@link ErrorResponse} instance and return the same instance. - * - * @param message The message of this {@link ErrorResponse} - * @return The same instance of this {@link ErrorResponse} class - */ + * Set the message of this {@link ErrorResponse} instance and return the same instance. + * + * @param message The message of this {@link ErrorResponse} + * @return The same instance of this {@link ErrorResponse} class + */ @Nonnull public ErrorResponse message(@Nonnull final String message) { this.message = message; return this; } /** - * Get message - * @return message The message of this {@link ErrorResponse} instance. - **/ + * Get message + * @return message The message of this {@link ErrorResponse} instance. + */ @Nonnull public String getMessage() { return message; } /** - * Set the message of this {@link ErrorResponse} instance. - * - * @param message The message of this {@link ErrorResponse} - */ + * Set the message of this {@link ErrorResponse} instance. + * + * @param message The message of this {@link ErrorResponse} + */ public void setMessage( @Nonnull final String message) { this.message = message; } /** - * Set the location of this {@link ErrorResponse} instance and return the same instance. - * - * @param location Where the error occurred - * @return The same instance of this {@link ErrorResponse} class - */ + * Set the location of this {@link ErrorResponse} instance and return the same instance. + * + * @param location Where the error occurred + * @return The same instance of this {@link ErrorResponse} class + */ @Nonnull public ErrorResponse location(@Nonnull final String location) { this.location = location; return this; } /** - * Where the error occurred - * @return location The location of this {@link ErrorResponse} instance. - **/ + * Where the error occurred + * @return location The location of this {@link ErrorResponse} instance. + */ @Nonnull public String getLocation() { return location; } /** - * Set the location of this {@link ErrorResponse} instance. - * - * @param location Where the error occurred - */ + * Set the location of this {@link ErrorResponse} instance. + * + * @param location Where the error occurred + */ public void setLocation( @Nonnull final String location) { this.location = location; } /** - * Set the moduleResults of this {@link ErrorResponse} instance and return the same instance. - * - * @param moduleResults The moduleResults of this {@link ErrorResponse} - * @return The same instance of this {@link ErrorResponse} class - */ + * Set the moduleResults of this {@link ErrorResponse} instance and return the same instance. + * + * @param moduleResults The moduleResults of this {@link ErrorResponse} + * @return The same instance of this {@link ErrorResponse} class + */ @Nonnull public ErrorResponse moduleResults(@Nonnull final ModuleResults moduleResults) { this.moduleResults = moduleResults; return this; } /** - * Get moduleResults - * @return moduleResults The moduleResults of this {@link ErrorResponse} instance. - **/ + * Get moduleResults + * @return moduleResults The moduleResults of this {@link ErrorResponse} instance. + */ @Nonnull public ModuleResults getModuleResults() { return moduleResults; } /** - * Set the moduleResults of this {@link ErrorResponse} instance. - * - * @param moduleResults The moduleResults of this {@link ErrorResponse} - */ + * Set the moduleResults of this {@link ErrorResponse} instance. + * + * @param moduleResults The moduleResults of this {@link ErrorResponse} + */ public void setModuleResults( @Nonnull final ModuleResults moduleResults) { this.moduleResults = moduleResults; } @@ -287,5 +286,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/Filter.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/Filter.java index 9987fcbb..2173c730 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/Filter.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/Filter.java @@ -40,7 +40,6 @@ /** * Filter */ - // CHECKSTYLE:OFF public class Filter // CHECKSTYLE:ON @@ -56,57 +55,57 @@ public class Filter private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the type of this {@link Filter} instance and return the same instance. - * - * @param type The type of this {@link Filter} - * @return The same instance of this {@link Filter} class - */ + * Set the type of this {@link Filter} instance and return the same instance. + * + * @param type The type of this {@link Filter} + * @return The same instance of this {@link Filter} class + */ @Nonnull public Filter type(@Nonnull final ProviderType type) { this.type = type; return this; } /** - * Get type - * @return type The type of this {@link Filter} instance. - **/ + * Get type + * @return type The type of this {@link Filter} instance. + */ @Nonnull public ProviderType getType() { return type; } /** - * Set the type of this {@link Filter} instance. - * - * @param type The type of this {@link Filter} - */ + * Set the type of this {@link Filter} instance. + * + * @param type The type of this {@link Filter} + */ public void setType( @Nonnull final ProviderType type) { this.type = type; } /** - * Set the config of this {@link Filter} instance and return the same instance. - * - * @param config The config of this {@link Filter} - * @return The same instance of this {@link Filter} class - */ + * Set the config of this {@link Filter} instance and return the same instance. + * + * @param config The config of this {@link Filter} + * @return The same instance of this {@link Filter} class + */ @Nonnull public Filter config(@Nonnull final FilterConfig config) { this.config = config; return this; } /** - * Get config - * @return config The config of this {@link Filter} instance. - **/ + * Get config + * @return config The config of this {@link Filter} instance. + */ @Nonnull public FilterConfig getConfig() { return config; } /** - * Set the config of this {@link Filter} instance. - * - * @param config The config of this {@link Filter} - */ + * Set the config of this {@link Filter} instance. + * + * @param config The config of this {@link Filter} + */ public void setConfig( @Nonnull final FilterConfig config) { this.config = config; } @@ -189,5 +188,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/FilterConfig.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/FilterConfig.java index 04867654..c8502ef7 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/FilterConfig.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/FilterConfig.java @@ -40,7 +40,6 @@ /** * Filters classifiers to be used */ - // CHECKSTYLE:OFF public class FilterConfig // CHECKSTYLE:ON @@ -62,113 +61,113 @@ public class FilterConfig private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the hate of this {@link FilterConfig} instance and return the same instance. - * - * @param hate The hate of this {@link FilterConfig} - * @return The same instance of this {@link FilterConfig} class - */ + * Set the hate of this {@link FilterConfig} instance and return the same instance. + * + * @param hate The hate of this {@link FilterConfig} + * @return The same instance of this {@link FilterConfig} class + */ @Nonnull public FilterConfig hate(@Nonnull final AzureThreshold hate) { this.hate = hate; return this; } /** - * Get hate - * @return hate The hate of this {@link FilterConfig} instance. - **/ + * Get hate + * @return hate The hate of this {@link FilterConfig} instance. + */ @Nonnull public AzureThreshold getHate() { return hate; } /** - * Set the hate of this {@link FilterConfig} instance. - * - * @param hate The hate of this {@link FilterConfig} - */ + * Set the hate of this {@link FilterConfig} instance. + * + * @param hate The hate of this {@link FilterConfig} + */ public void setHate( @Nonnull final AzureThreshold hate) { this.hate = hate; } /** - * Set the selfHarm of this {@link FilterConfig} instance and return the same instance. - * - * @param selfHarm The selfHarm of this {@link FilterConfig} - * @return The same instance of this {@link FilterConfig} class - */ + * Set the selfHarm of this {@link FilterConfig} instance and return the same instance. + * + * @param selfHarm The selfHarm of this {@link FilterConfig} + * @return The same instance of this {@link FilterConfig} class + */ @Nonnull public FilterConfig selfHarm(@Nonnull final AzureThreshold selfHarm) { this.selfHarm = selfHarm; return this; } /** - * Get selfHarm - * @return selfHarm The selfHarm of this {@link FilterConfig} instance. - **/ + * Get selfHarm + * @return selfHarm The selfHarm of this {@link FilterConfig} instance. + */ @Nonnull public AzureThreshold getSelfHarm() { return selfHarm; } /** - * Set the selfHarm of this {@link FilterConfig} instance. - * - * @param selfHarm The selfHarm of this {@link FilterConfig} - */ + * Set the selfHarm of this {@link FilterConfig} instance. + * + * @param selfHarm The selfHarm of this {@link FilterConfig} + */ public void setSelfHarm( @Nonnull final AzureThreshold selfHarm) { this.selfHarm = selfHarm; } /** - * Set the sexual of this {@link FilterConfig} instance and return the same instance. - * - * @param sexual The sexual of this {@link FilterConfig} - * @return The same instance of this {@link FilterConfig} class - */ + * Set the sexual of this {@link FilterConfig} instance and return the same instance. + * + * @param sexual The sexual of this {@link FilterConfig} + * @return The same instance of this {@link FilterConfig} class + */ @Nonnull public FilterConfig sexual(@Nonnull final AzureThreshold sexual) { this.sexual = sexual; return this; } /** - * Get sexual - * @return sexual The sexual of this {@link FilterConfig} instance. - **/ + * Get sexual + * @return sexual The sexual of this {@link FilterConfig} instance. + */ @Nonnull public AzureThreshold getSexual() { return sexual; } /** - * Set the sexual of this {@link FilterConfig} instance. - * - * @param sexual The sexual of this {@link FilterConfig} - */ + * Set the sexual of this {@link FilterConfig} instance. + * + * @param sexual The sexual of this {@link FilterConfig} + */ public void setSexual( @Nonnull final AzureThreshold sexual) { this.sexual = sexual; } /** - * Set the violence of this {@link FilterConfig} instance and return the same instance. - * - * @param violence The violence of this {@link FilterConfig} - * @return The same instance of this {@link FilterConfig} class - */ + * Set the violence of this {@link FilterConfig} instance and return the same instance. + * + * @param violence The violence of this {@link FilterConfig} + * @return The same instance of this {@link FilterConfig} class + */ @Nonnull public FilterConfig violence(@Nonnull final AzureThreshold violence) { this.violence = violence; return this; } /** - * Get violence - * @return violence The violence of this {@link FilterConfig} instance. - **/ + * Get violence + * @return violence The violence of this {@link FilterConfig} instance. + */ @Nonnull public AzureThreshold getViolence() { return violence; } /** - * Set the violence of this {@link FilterConfig} instance. - * - * @param violence The violence of this {@link FilterConfig} - */ + * Set the violence of this {@link FilterConfig} instance. + * + * @param violence The violence of this {@link FilterConfig} + */ public void setViolence( @Nonnull final AzureThreshold violence) { this.violence = violence; } @@ -255,5 +254,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/FilteringConfig.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/FilteringConfig.java index 508323be..ee7b93ec 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/FilteringConfig.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/FilteringConfig.java @@ -42,7 +42,6 @@ /** * FilteringConfig */ - // CHECKSTYLE:OFF public class FilteringConfig // CHECKSTYLE:ON @@ -55,21 +54,21 @@ public class FilteringConfig private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the filters of this {@link FilteringConfig} instance and return the same instance. - * - * @param filters Filters to be used - * @return The same instance of this {@link FilteringConfig} class - */ + * Set the filters of this {@link FilteringConfig} instance and return the same instance. + * + * @param filters Filters to be used + * @return The same instance of this {@link FilteringConfig} class + */ @Nonnull public FilteringConfig filters(@Nonnull final List filters) { this.filters = filters; return this; } /** - * Add one filters instance to this {@link FilteringConfig}. - * @param filtersItem The filters that should be added - * @return The same instance of type {@link FilteringConfig} - */ - @Nonnull public FilteringConfig addfiltersItem( @Nonnull final Filter filtersItem) { + * Add one filters instance to this {@link FilteringConfig}. + * @param filtersItem The filters that should be added + * @return The same instance of type {@link FilteringConfig} + */ + @Nonnull public FilteringConfig addFiltersItem( @Nonnull final Filter filtersItem) { if (this.filters == null) { this.filters = new ArrayList<>(); } @@ -78,18 +77,18 @@ public class FilteringConfig } /** - * Filters to be used - * @return filters The filters of this {@link FilteringConfig} instance. - **/ + * Filters to be used + * @return filters The filters of this {@link FilteringConfig} instance. + */ @Nonnull public List getFilters() { return filters; } /** - * Set the filters of this {@link FilteringConfig} instance. - * - * @param filters Filters to be used - */ + * Set the filters of this {@link FilteringConfig} instance. + * + * @param filters Filters to be used + */ public void setFilters( @Nonnull final List filters) { this.filters = filters; } @@ -170,5 +169,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/FilteringModuleConfig.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/FilteringModuleConfig.java index e1a15bf1..10201fbe 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/FilteringModuleConfig.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/FilteringModuleConfig.java @@ -39,7 +39,6 @@ /** * FilteringModuleConfig */ - // CHECKSTYLE:OFF public class FilteringModuleConfig // CHECKSTYLE:ON @@ -55,57 +54,57 @@ public class FilteringModuleConfig private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the input of this {@link FilteringModuleConfig} instance and return the same instance. - * - * @param input The input of this {@link FilteringModuleConfig} - * @return The same instance of this {@link FilteringModuleConfig} class - */ + * Set the input of this {@link FilteringModuleConfig} instance and return the same instance. + * + * @param input The input of this {@link FilteringModuleConfig} + * @return The same instance of this {@link FilteringModuleConfig} class + */ @Nonnull public FilteringModuleConfig input(@Nonnull final FilteringConfig input) { this.input = input; return this; } /** - * Get input - * @return input The input of this {@link FilteringModuleConfig} instance. - **/ + * Get input + * @return input The input of this {@link FilteringModuleConfig} instance. + */ @Nonnull public FilteringConfig getInput() { return input; } /** - * Set the input of this {@link FilteringModuleConfig} instance. - * - * @param input The input of this {@link FilteringModuleConfig} - */ + * Set the input of this {@link FilteringModuleConfig} instance. + * + * @param input The input of this {@link FilteringModuleConfig} + */ public void setInput( @Nonnull final FilteringConfig input) { this.input = input; } /** - * Set the output of this {@link FilteringModuleConfig} instance and return the same instance. - * - * @param output The output of this {@link FilteringModuleConfig} - * @return The same instance of this {@link FilteringModuleConfig} class - */ + * Set the output of this {@link FilteringModuleConfig} instance and return the same instance. + * + * @param output The output of this {@link FilteringModuleConfig} + * @return The same instance of this {@link FilteringModuleConfig} class + */ @Nonnull public FilteringModuleConfig output(@Nonnull final FilteringConfig output) { this.output = output; return this; } /** - * Get output - * @return output The output of this {@link FilteringModuleConfig} instance. - **/ + * Get output + * @return output The output of this {@link FilteringModuleConfig} instance. + */ @Nonnull public FilteringConfig getOutput() { return output; } /** - * Set the output of this {@link FilteringModuleConfig} instance. - * - * @param output The output of this {@link FilteringModuleConfig} - */ + * Set the output of this {@link FilteringModuleConfig} instance. + * + * @param output The output of this {@link FilteringModuleConfig} + */ public void setOutput( @Nonnull final FilteringConfig output) { this.output = output; } @@ -188,5 +187,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GenericModuleResult.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GenericModuleResult.java index 7c475dc9..3438002e 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GenericModuleResult.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GenericModuleResult.java @@ -38,7 +38,6 @@ /** * Generic module result */ - // CHECKSTYLE:OFF public class GenericModuleResult // CHECKSTYLE:ON @@ -54,57 +53,57 @@ public class GenericModuleResult private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the message of this {@link GenericModuleResult} instance and return the same instance. - * - * @param message Some message created from the module - * @return The same instance of this {@link GenericModuleResult} class - */ + * Set the message of this {@link GenericModuleResult} instance and return the same instance. + * + * @param message Some message created from the module + * @return The same instance of this {@link GenericModuleResult} class + */ @Nonnull public GenericModuleResult message(@Nonnull final String message) { this.message = message; return this; } /** - * Some message created from the module - * @return message The message of this {@link GenericModuleResult} instance. - **/ + * Some message created from the module + * @return message The message of this {@link GenericModuleResult} instance. + */ @Nonnull public String getMessage() { return message; } /** - * Set the message of this {@link GenericModuleResult} instance. - * - * @param message Some message created from the module - */ + * Set the message of this {@link GenericModuleResult} instance. + * + * @param message Some message created from the module + */ public void setMessage( @Nonnull final String message) { this.message = message; } /** - * Set the data of this {@link GenericModuleResult} instance and return the same instance. - * - * @param data Additional data object from the module - * @return The same instance of this {@link GenericModuleResult} class - */ + * Set the data of this {@link GenericModuleResult} instance and return the same instance. + * + * @param data Additional data object from the module + * @return The same instance of this {@link GenericModuleResult} class + */ @Nonnull public GenericModuleResult data(@Nonnull final Object data) { this.data = data; return this; } /** - * Additional data object from the module - * @return data The data of this {@link GenericModuleResult} instance. - **/ + * Additional data object from the module + * @return data The data of this {@link GenericModuleResult} instance. + */ @Nonnull public Object getData() { return data; } /** - * Set the data of this {@link GenericModuleResult} instance. - * - * @param data Additional data object from the module - */ + * Set the data of this {@link GenericModuleResult} instance. + * + * @param data Additional data object from the module + */ public void setData( @Nonnull final Object data) { this.data = data; } @@ -187,5 +186,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GroundingFilter.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GroundingFilter.java index d44ec77d..75281af1 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GroundingFilter.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GroundingFilter.java @@ -41,7 +41,6 @@ /** * GroundingFilter */ - // CHECKSTYLE:OFF public class GroundingFilter // CHECKSTYLE:ON @@ -126,77 +125,77 @@ public enum DataRepositoryTypeEnum { private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the id of this {@link GroundingFilter} instance and return the same instance. - * - * @param id The id of this {@link GroundingFilter} - * @return The same instance of this {@link GroundingFilter} class - */ + * Set the id of this {@link GroundingFilter} instance and return the same instance. + * + * @param id The id of this {@link GroundingFilter} + * @return The same instance of this {@link GroundingFilter} class + */ @Nonnull public GroundingFilter id(@Nonnull final String id) { this.id = id; return this; } /** - * Get id - * @return id The id of this {@link GroundingFilter} instance. - **/ + * Get id + * @return id The id of this {@link GroundingFilter} instance. + */ @Nonnull public String getId() { return id; } /** - * Set the id of this {@link GroundingFilter} instance. - * - * @param id The id of this {@link GroundingFilter} - */ + * Set the id of this {@link GroundingFilter} instance. + * + * @param id The id of this {@link GroundingFilter} + */ public void setId( @Nonnull final String id) { this.id = id; } /** - * Set the searchConfiguration of this {@link GroundingFilter} instance and return the same instance. - * - * @param searchConfiguration The searchConfiguration of this {@link GroundingFilter} - * @return The same instance of this {@link GroundingFilter} class - */ + * Set the searchConfiguration of this {@link GroundingFilter} instance and return the same instance. + * + * @param searchConfiguration The searchConfiguration of this {@link GroundingFilter} + * @return The same instance of this {@link GroundingFilter} class + */ @Nonnull public GroundingFilter searchConfiguration(@Nonnull final Object searchConfiguration) { this.searchConfiguration = searchConfiguration; return this; } /** - * Get searchConfiguration - * @return searchConfiguration The searchConfiguration of this {@link GroundingFilter} instance. - **/ + * Get searchConfiguration + * @return searchConfiguration The searchConfiguration of this {@link GroundingFilter} instance. + */ @Nonnull public Object getSearchConfiguration() { return searchConfiguration; } /** - * Set the searchConfiguration of this {@link GroundingFilter} instance. - * - * @param searchConfiguration The searchConfiguration of this {@link GroundingFilter} - */ + * Set the searchConfiguration of this {@link GroundingFilter} instance. + * + * @param searchConfiguration The searchConfiguration of this {@link GroundingFilter} + */ public void setSearchConfiguration( @Nonnull final Object searchConfiguration) { this.searchConfiguration = searchConfiguration; } /** - * Set the dataRepositories of this {@link GroundingFilter} instance and return the same instance. - * - * @param dataRepositories The dataRepositories of this {@link GroundingFilter} - * @return The same instance of this {@link GroundingFilter} class - */ + * Set the dataRepositories of this {@link GroundingFilter} instance and return the same instance. + * + * @param dataRepositories The dataRepositories of this {@link GroundingFilter} + * @return The same instance of this {@link GroundingFilter} class + */ @Nonnull public GroundingFilter dataRepositories(@Nonnull final List dataRepositories) { this.dataRepositories = dataRepositories; return this; } /** - * Add one dataRepositories instance to this {@link GroundingFilter}. - * @param dataRepositoriesItem The dataRepositories that should be added - * @return The same instance of type {@link GroundingFilter} - */ - @Nonnull public GroundingFilter adddataRepositoriesItem( @Nonnull final String dataRepositoriesItem) { + * Add one dataRepositories instance to this {@link GroundingFilter}. + * @param dataRepositoriesItem The dataRepositories that should be added + * @return The same instance of type {@link GroundingFilter} + */ + @Nonnull public GroundingFilter addDataRepositoriesItem( @Nonnull final String dataRepositoriesItem) { if (this.dataRepositories == null) { this.dataRepositories = new ArrayList<>(); } @@ -205,66 +204,66 @@ public void setSearchConfiguration( @Nonnull final Object searchConfiguration) { } /** - * Get dataRepositories - * @return dataRepositories The dataRepositories of this {@link GroundingFilter} instance. - **/ + * Get dataRepositories + * @return dataRepositories The dataRepositories of this {@link GroundingFilter} instance. + */ @Nonnull public List getDataRepositories() { return dataRepositories; } /** - * Set the dataRepositories of this {@link GroundingFilter} instance. - * - * @param dataRepositories The dataRepositories of this {@link GroundingFilter} - */ + * Set the dataRepositories of this {@link GroundingFilter} instance. + * + * @param dataRepositories The dataRepositories of this {@link GroundingFilter} + */ public void setDataRepositories( @Nonnull final List dataRepositories) { this.dataRepositories = dataRepositories; } /** - * Set the dataRepositoryType of this {@link GroundingFilter} instance and return the same instance. - * - * @param dataRepositoryType The dataRepositoryType of this {@link GroundingFilter} - * @return The same instance of this {@link GroundingFilter} class - */ + * Set the dataRepositoryType of this {@link GroundingFilter} instance and return the same instance. + * + * @param dataRepositoryType The dataRepositoryType of this {@link GroundingFilter} + * @return The same instance of this {@link GroundingFilter} class + */ @Nonnull public GroundingFilter dataRepositoryType(@Nonnull final DataRepositoryTypeEnum dataRepositoryType) { this.dataRepositoryType = dataRepositoryType; return this; } /** - * Get dataRepositoryType - * @return dataRepositoryType The dataRepositoryType of this {@link GroundingFilter} instance. - **/ + * Get dataRepositoryType + * @return dataRepositoryType The dataRepositoryType of this {@link GroundingFilter} instance. + */ @Nonnull public DataRepositoryTypeEnum getDataRepositoryType() { return dataRepositoryType; } /** - * Set the dataRepositoryType of this {@link GroundingFilter} instance. - * - * @param dataRepositoryType The dataRepositoryType of this {@link GroundingFilter} - */ + * Set the dataRepositoryType of this {@link GroundingFilter} instance. + * + * @param dataRepositoryType The dataRepositoryType of this {@link GroundingFilter} + */ public void setDataRepositoryType( @Nonnull final DataRepositoryTypeEnum dataRepositoryType) { this.dataRepositoryType = dataRepositoryType; } /** - * Set the dataRepositoryMetadata of this {@link GroundingFilter} instance and return the same instance. - * - * @param dataRepositoryMetadata The dataRepositoryMetadata of this {@link GroundingFilter} - * @return The same instance of this {@link GroundingFilter} class - */ + * Set the dataRepositoryMetadata of this {@link GroundingFilter} instance and return the same instance. + * + * @param dataRepositoryMetadata The dataRepositoryMetadata of this {@link GroundingFilter} + * @return The same instance of this {@link GroundingFilter} class + */ @Nonnull public GroundingFilter dataRepositoryMetadata(@Nonnull final List dataRepositoryMetadata) { this.dataRepositoryMetadata = dataRepositoryMetadata; return this; } /** - * Add one dataRepositoryMetadata instance to this {@link GroundingFilter}. - * @param dataRepositoryMetadataItem The dataRepositoryMetadata that should be added - * @return The same instance of type {@link GroundingFilter} - */ - @Nonnull public GroundingFilter adddataRepositoryMetadataItem( @Nonnull final Object dataRepositoryMetadataItem) { + * Add one dataRepositoryMetadata instance to this {@link GroundingFilter}. + * @param dataRepositoryMetadataItem The dataRepositoryMetadata that should be added + * @return The same instance of type {@link GroundingFilter} + */ + @Nonnull public GroundingFilter addDataRepositoryMetadataItem( @Nonnull final Object dataRepositoryMetadataItem) { if (this.dataRepositoryMetadata == null) { this.dataRepositoryMetadata = new ArrayList<>(); } @@ -273,38 +272,38 @@ public void setDataRepositoryType( @Nonnull final DataRepositoryTypeEnum dataRep } /** - * Get dataRepositoryMetadata - * @return dataRepositoryMetadata The dataRepositoryMetadata of this {@link GroundingFilter} instance. - **/ + * Get dataRepositoryMetadata + * @return dataRepositoryMetadata The dataRepositoryMetadata of this {@link GroundingFilter} instance. + */ @Nonnull public List getDataRepositoryMetadata() { return dataRepositoryMetadata; } /** - * Set the dataRepositoryMetadata of this {@link GroundingFilter} instance. - * - * @param dataRepositoryMetadata The dataRepositoryMetadata of this {@link GroundingFilter} - */ + * Set the dataRepositoryMetadata of this {@link GroundingFilter} instance. + * + * @param dataRepositoryMetadata The dataRepositoryMetadata of this {@link GroundingFilter} + */ public void setDataRepositoryMetadata( @Nonnull final List dataRepositoryMetadata) { this.dataRepositoryMetadata = dataRepositoryMetadata; } /** - * Set the documentMetadata of this {@link GroundingFilter} instance and return the same instance. - * - * @param documentMetadata The documentMetadata of this {@link GroundingFilter} - * @return The same instance of this {@link GroundingFilter} class - */ + * Set the documentMetadata of this {@link GroundingFilter} instance and return the same instance. + * + * @param documentMetadata The documentMetadata of this {@link GroundingFilter} + * @return The same instance of this {@link GroundingFilter} class + */ @Nonnull public GroundingFilter documentMetadata(@Nonnull final List documentMetadata) { this.documentMetadata = documentMetadata; return this; } /** - * Add one documentMetadata instance to this {@link GroundingFilter}. - * @param documentMetadataItem The documentMetadata that should be added - * @return The same instance of type {@link GroundingFilter} - */ - @Nonnull public GroundingFilter adddocumentMetadataItem( @Nonnull final Object documentMetadataItem) { + * Add one documentMetadata instance to this {@link GroundingFilter}. + * @param documentMetadataItem The documentMetadata that should be added + * @return The same instance of type {@link GroundingFilter} + */ + @Nonnull public GroundingFilter addDocumentMetadataItem( @Nonnull final Object documentMetadataItem) { if (this.documentMetadata == null) { this.documentMetadata = new ArrayList<>(); } @@ -313,38 +312,38 @@ public void setDataRepositoryMetadata( @Nonnull final List dataRepositor } /** - * Get documentMetadata - * @return documentMetadata The documentMetadata of this {@link GroundingFilter} instance. - **/ + * Get documentMetadata + * @return documentMetadata The documentMetadata of this {@link GroundingFilter} instance. + */ @Nonnull public List getDocumentMetadata() { return documentMetadata; } /** - * Set the documentMetadata of this {@link GroundingFilter} instance. - * - * @param documentMetadata The documentMetadata of this {@link GroundingFilter} - */ + * Set the documentMetadata of this {@link GroundingFilter} instance. + * + * @param documentMetadata The documentMetadata of this {@link GroundingFilter} + */ public void setDocumentMetadata( @Nonnull final List documentMetadata) { this.documentMetadata = documentMetadata; } /** - * Set the chunkMetadata of this {@link GroundingFilter} instance and return the same instance. - * - * @param chunkMetadata The chunkMetadata of this {@link GroundingFilter} - * @return The same instance of this {@link GroundingFilter} class - */ + * Set the chunkMetadata of this {@link GroundingFilter} instance and return the same instance. + * + * @param chunkMetadata The chunkMetadata of this {@link GroundingFilter} + * @return The same instance of this {@link GroundingFilter} class + */ @Nonnull public GroundingFilter chunkMetadata(@Nonnull final List chunkMetadata) { this.chunkMetadata = chunkMetadata; return this; } /** - * Add one chunkMetadata instance to this {@link GroundingFilter}. - * @param chunkMetadataItem The chunkMetadata that should be added - * @return The same instance of type {@link GroundingFilter} - */ - @Nonnull public GroundingFilter addchunkMetadataItem( @Nonnull final Object chunkMetadataItem) { + * Add one chunkMetadata instance to this {@link GroundingFilter}. + * @param chunkMetadataItem The chunkMetadata that should be added + * @return The same instance of type {@link GroundingFilter} + */ + @Nonnull public GroundingFilter addChunkMetadataItem( @Nonnull final Object chunkMetadataItem) { if (this.chunkMetadata == null) { this.chunkMetadata = new ArrayList<>(); } @@ -353,18 +352,18 @@ public void setDocumentMetadata( @Nonnull final List documentMetadata) { } /** - * Get chunkMetadata - * @return chunkMetadata The chunkMetadata of this {@link GroundingFilter} instance. - **/ + * Get chunkMetadata + * @return chunkMetadata The chunkMetadata of this {@link GroundingFilter} instance. + */ @Nonnull public List getChunkMetadata() { return chunkMetadata; } /** - * Set the chunkMetadata of this {@link GroundingFilter} instance. - * - * @param chunkMetadata The chunkMetadata of this {@link GroundingFilter} - */ + * Set the chunkMetadata of this {@link GroundingFilter} instance. + * + * @param chunkMetadata The chunkMetadata of this {@link GroundingFilter} + */ public void setChunkMetadata( @Nonnull final List chunkMetadata) { this.chunkMetadata = chunkMetadata; } @@ -457,5 +456,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GroundingModuleConfig.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GroundingModuleConfig.java index 57a8382d..781c6ae5 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GroundingModuleConfig.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GroundingModuleConfig.java @@ -39,7 +39,6 @@ /** * GroundingModuleConfig */ - // CHECKSTYLE:OFF public class GroundingModuleConfig // CHECKSTYLE:ON @@ -104,57 +103,57 @@ public enum GroundingServiceEnum { private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the groundingService of this {@link GroundingModuleConfig} instance and return the same instance. - * - * @param groundingService The groundingService of this {@link GroundingModuleConfig} - * @return The same instance of this {@link GroundingModuleConfig} class - */ + * Set the groundingService of this {@link GroundingModuleConfig} instance and return the same instance. + * + * @param groundingService The groundingService of this {@link GroundingModuleConfig} + * @return The same instance of this {@link GroundingModuleConfig} class + */ @Nonnull public GroundingModuleConfig groundingService(@Nonnull final GroundingServiceEnum groundingService) { this.groundingService = groundingService; return this; } /** - * Get groundingService - * @return groundingService The groundingService of this {@link GroundingModuleConfig} instance. - **/ + * Get groundingService + * @return groundingService The groundingService of this {@link GroundingModuleConfig} instance. + */ @Nonnull public GroundingServiceEnum getGroundingService() { return groundingService; } /** - * Set the groundingService of this {@link GroundingModuleConfig} instance. - * - * @param groundingService The groundingService of this {@link GroundingModuleConfig} - */ + * Set the groundingService of this {@link GroundingModuleConfig} instance. + * + * @param groundingService The groundingService of this {@link GroundingModuleConfig} + */ public void setGroundingService( @Nonnull final GroundingServiceEnum groundingService) { this.groundingService = groundingService; } /** - * Set the groundingServiceConfiguration of this {@link GroundingModuleConfig} instance and return the same instance. - * - * @param groundingServiceConfiguration The groundingServiceConfiguration of this {@link GroundingModuleConfig} - * @return The same instance of this {@link GroundingModuleConfig} class - */ + * Set the groundingServiceConfiguration of this {@link GroundingModuleConfig} instance and return the same instance. + * + * @param groundingServiceConfiguration The groundingServiceConfiguration of this {@link GroundingModuleConfig} + * @return The same instance of this {@link GroundingModuleConfig} class + */ @Nonnull public GroundingModuleConfig groundingServiceConfiguration(@Nonnull final GroundingModuleConfigGroundingServiceConfiguration groundingServiceConfiguration) { this.groundingServiceConfiguration = groundingServiceConfiguration; return this; } /** - * Get groundingServiceConfiguration - * @return groundingServiceConfiguration The groundingServiceConfiguration of this {@link GroundingModuleConfig} instance. - **/ + * Get groundingServiceConfiguration + * @return groundingServiceConfiguration The groundingServiceConfiguration of this {@link GroundingModuleConfig} instance. + */ @Nonnull public GroundingModuleConfigGroundingServiceConfiguration getGroundingServiceConfiguration() { return groundingServiceConfiguration; } /** - * Set the groundingServiceConfiguration of this {@link GroundingModuleConfig} instance. - * - * @param groundingServiceConfiguration The groundingServiceConfiguration of this {@link GroundingModuleConfig} - */ + * Set the groundingServiceConfiguration of this {@link GroundingModuleConfig} instance. + * + * @param groundingServiceConfiguration The groundingServiceConfiguration of this {@link GroundingModuleConfig} + */ public void setGroundingServiceConfiguration( @Nonnull final GroundingModuleConfigGroundingServiceConfiguration groundingServiceConfiguration) { this.groundingServiceConfiguration = groundingServiceConfiguration; } @@ -237,5 +236,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GroundingModuleConfigGroundingServiceConfiguration.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GroundingModuleConfigGroundingServiceConfiguration.java index 5dc0bb71..f53ed147 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GroundingModuleConfigGroundingServiceConfiguration.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/GroundingModuleConfigGroundingServiceConfiguration.java @@ -42,7 +42,6 @@ /** * GroundingModuleConfigGroundingServiceConfiguration */ - // CHECKSTYLE:OFF public class GroundingModuleConfigGroundingServiceConfiguration // CHECKSTYLE:ON @@ -64,49 +63,49 @@ public class GroundingModuleConfigGroundingServiceConfiguration private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the secretName of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance and return the same instance. - * - * @param secretName Secret name of the generic secret within Gen AI Hub containing document grounding service credentials - * @return The same instance of this {@link GroundingModuleConfigGroundingServiceConfiguration} class - */ + * Set the secretName of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance and return the same instance. + * + * @param secretName Secret name of the generic secret within Gen AI Hub containing document grounding service credentials + * @return The same instance of this {@link GroundingModuleConfigGroundingServiceConfiguration} class + */ @Nonnull public GroundingModuleConfigGroundingServiceConfiguration secretName(@Nonnull final String secretName) { this.secretName = secretName; return this; } /** - * Secret name of the generic secret within Gen AI Hub containing document grounding service credentials - * @return secretName The secretName of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. - **/ + * Secret name of the generic secret within Gen AI Hub containing document grounding service credentials + * @return secretName The secretName of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. + */ @Nonnull public String getSecretName() { return secretName; } /** - * Set the secretName of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. - * - * @param secretName Secret name of the generic secret within Gen AI Hub containing document grounding service credentials - */ + * Set the secretName of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. + * + * @param secretName Secret name of the generic secret within Gen AI Hub containing document grounding service credentials + */ public void setSecretName( @Nonnull final String secretName) { this.secretName = secretName; } /** - * Set the filters of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance and return the same instance. - * - * @param filters Document grounding service filters to be used - * @return The same instance of this {@link GroundingModuleConfigGroundingServiceConfiguration} class - */ + * Set the filters of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance and return the same instance. + * + * @param filters Document grounding service filters to be used + * @return The same instance of this {@link GroundingModuleConfigGroundingServiceConfiguration} class + */ @Nonnull public GroundingModuleConfigGroundingServiceConfiguration filters(@Nonnull final List filters) { this.filters = filters; return this; } /** - * Add one filters instance to this {@link GroundingModuleConfigGroundingServiceConfiguration}. - * @param filtersItem The filters that should be added - * @return The same instance of type {@link GroundingModuleConfigGroundingServiceConfiguration} - */ - @Nonnull public GroundingModuleConfigGroundingServiceConfiguration addfiltersItem( @Nonnull final GroundingFilter filtersItem) { + * Add one filters instance to this {@link GroundingModuleConfigGroundingServiceConfiguration}. + * @param filtersItem The filters that should be added + * @return The same instance of type {@link GroundingModuleConfigGroundingServiceConfiguration} + */ + @Nonnull public GroundingModuleConfigGroundingServiceConfiguration addFiltersItem( @Nonnull final GroundingFilter filtersItem) { if (this.filters == null) { this.filters = new ArrayList<>(); } @@ -115,38 +114,38 @@ public void setSecretName( @Nonnull final String secretName) { } /** - * Document grounding service filters to be used - * @return filters The filters of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. - **/ + * Document grounding service filters to be used + * @return filters The filters of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. + */ @Nonnull public List getFilters() { return filters; } /** - * Set the filters of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. - * - * @param filters Document grounding service filters to be used - */ + * Set the filters of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. + * + * @param filters Document grounding service filters to be used + */ public void setFilters( @Nonnull final List filters) { this.filters = filters; } /** - * Set the groundingInputParameters of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance and return the same instance. - * - * @param groundingInputParameters Contains the input parameters used for grounding input questions - * @return The same instance of this {@link GroundingModuleConfigGroundingServiceConfiguration} class - */ + * Set the groundingInputParameters of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance and return the same instance. + * + * @param groundingInputParameters Contains the input parameters used for grounding input questions + * @return The same instance of this {@link GroundingModuleConfigGroundingServiceConfiguration} class + */ @Nonnull public GroundingModuleConfigGroundingServiceConfiguration groundingInputParameters(@Nonnull final List groundingInputParameters) { this.groundingInputParameters = groundingInputParameters; return this; } /** - * Add one groundingInputParameters instance to this {@link GroundingModuleConfigGroundingServiceConfiguration}. - * @param groundingInputParametersItem The groundingInputParameters that should be added - * @return The same instance of type {@link GroundingModuleConfigGroundingServiceConfiguration} - */ - @Nonnull public GroundingModuleConfigGroundingServiceConfiguration addgroundingInputParametersItem( @Nonnull final String groundingInputParametersItem) { + * Add one groundingInputParameters instance to this {@link GroundingModuleConfigGroundingServiceConfiguration}. + * @param groundingInputParametersItem The groundingInputParameters that should be added + * @return The same instance of type {@link GroundingModuleConfigGroundingServiceConfiguration} + */ + @Nonnull public GroundingModuleConfigGroundingServiceConfiguration addGroundingInputParametersItem( @Nonnull final String groundingInputParametersItem) { if (this.groundingInputParameters == null) { this.groundingInputParameters = new ArrayList<>(); } @@ -155,46 +154,46 @@ public void setFilters( @Nonnull final List filters) { } /** - * Contains the input parameters used for grounding input questions - * @return groundingInputParameters The groundingInputParameters of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. - **/ + * Contains the input parameters used for grounding input questions + * @return groundingInputParameters The groundingInputParameters of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. + */ @Nonnull public List getGroundingInputParameters() { return groundingInputParameters; } /** - * Set the groundingInputParameters of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. - * - * @param groundingInputParameters Contains the input parameters used for grounding input questions - */ + * Set the groundingInputParameters of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. + * + * @param groundingInputParameters Contains the input parameters used for grounding input questions + */ public void setGroundingInputParameters( @Nonnull final List groundingInputParameters) { this.groundingInputParameters = groundingInputParameters; } /** - * Set the groundingOutputParameter of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance and return the same instance. - * - * @param groundingOutputParameter Parameter name used for grounding output - * @return The same instance of this {@link GroundingModuleConfigGroundingServiceConfiguration} class - */ + * Set the groundingOutputParameter of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance and return the same instance. + * + * @param groundingOutputParameter Parameter name used for grounding output + * @return The same instance of this {@link GroundingModuleConfigGroundingServiceConfiguration} class + */ @Nonnull public GroundingModuleConfigGroundingServiceConfiguration groundingOutputParameter(@Nonnull final String groundingOutputParameter) { this.groundingOutputParameter = groundingOutputParameter; return this; } /** - * Parameter name used for grounding output - * @return groundingOutputParameter The groundingOutputParameter of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. - **/ + * Parameter name used for grounding output + * @return groundingOutputParameter The groundingOutputParameter of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. + */ @Nonnull public String getGroundingOutputParameter() { return groundingOutputParameter; } /** - * Set the groundingOutputParameter of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. - * - * @param groundingOutputParameter Parameter name used for grounding output - */ + * Set the groundingOutputParameter of this {@link GroundingModuleConfigGroundingServiceConfiguration} instance. + * + * @param groundingOutputParameter Parameter name used for grounding output + */ public void setGroundingOutputParameter( @Nonnull final String groundingOutputParameter) { this.groundingOutputParameter = groundingOutputParameter; } @@ -281,5 +280,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/LLMChoice.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/LLMChoice.java index cb34841c..70c172d0 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/LLMChoice.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/LLMChoice.java @@ -43,7 +43,6 @@ /** * LLMChoice */ - // CHECKSTYLE:OFF public class LLMChoice // CHECKSTYLE:ON @@ -65,78 +64,78 @@ public class LLMChoice private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the index of this {@link LLMChoice} instance and return the same instance. - * - * @param index Index of the choice - * @return The same instance of this {@link LLMChoice} class - */ + * Set the index of this {@link LLMChoice} instance and return the same instance. + * + * @param index Index of the choice + * @return The same instance of this {@link LLMChoice} class + */ @Nonnull public LLMChoice index(@Nonnull final Integer index) { this.index = index; return this; } /** - * Index of the choice - * @return index The index of this {@link LLMChoice} instance. - **/ + * Index of the choice + * @return index The index of this {@link LLMChoice} instance. + */ @Nonnull public Integer getIndex() { return index; } /** - * Set the index of this {@link LLMChoice} instance. - * - * @param index Index of the choice - */ + * Set the index of this {@link LLMChoice} instance. + * + * @param index Index of the choice + */ public void setIndex( @Nonnull final Integer index) { this.index = index; } /** - * Set the message of this {@link LLMChoice} instance and return the same instance. - * - * @param message The message of this {@link LLMChoice} - * @return The same instance of this {@link LLMChoice} class - */ + * Set the message of this {@link LLMChoice} instance and return the same instance. + * + * @param message The message of this {@link LLMChoice} + * @return The same instance of this {@link LLMChoice} class + */ @Nonnull public LLMChoice message(@Nonnull final ChatMessage message) { this.message = message; return this; } /** - * Get message - * @return message The message of this {@link LLMChoice} instance. - **/ + * Get message + * @return message The message of this {@link LLMChoice} instance. + */ @Nonnull public ChatMessage getMessage() { return message; } /** - * Set the message of this {@link LLMChoice} instance. - * - * @param message The message of this {@link LLMChoice} - */ + * Set the message of this {@link LLMChoice} instance. + * + * @param message The message of this {@link LLMChoice} + */ public void setMessage( @Nonnull final ChatMessage message) { this.message = message; } /** - * Set the logprobs of this {@link LLMChoice} instance and return the same instance. - * - * @param logprobs Log probabilities - * @return The same instance of this {@link LLMChoice} class - */ + * Set the logprobs of this {@link LLMChoice} instance and return the same instance. + * + * @param logprobs Log probabilities + * @return The same instance of this {@link LLMChoice} class + */ @Nonnull public LLMChoice logprobs(@Nonnull final Map> logprobs) { this.logprobs = logprobs; return this; } /** - * Put one logprobs instance to this {@link LLMChoice} instance. - * @param key The String key of this logprobs instance - * @param logprobsItem The logprobs that should be added under the given key - * @return The same instance of type {@link LLMChoice} - */ + * Put one logprobs instance to this {@link LLMChoice} instance. + * @param key The String key of this logprobs instance + * @param logprobsItem The logprobs that should be added under the given key + * @return The same instance of type {@link LLMChoice} + */ @Nonnull public LLMChoice putlogprobsItem(@Nonnull final String key, @Nonnull final List logprobsItem) { this.logprobs = new HashMap<>(); this.logprobs.put(key, logprobsItem); @@ -144,46 +143,46 @@ public void setMessage( @Nonnull final ChatMessage message) { } /** - * Log probabilities - * @return logprobs The logprobs of this {@link LLMChoice} instance. - **/ + * Log probabilities + * @return logprobs The logprobs of this {@link LLMChoice} instance. + */ @Nonnull public Map> getLogprobs() { return logprobs; } /** - * Set the logprobs of this {@link LLMChoice} instance. - * - * @param logprobs Log probabilities - */ + * Set the logprobs of this {@link LLMChoice} instance. + * + * @param logprobs Log probabilities + */ public void setLogprobs( @Nonnull final Map> logprobs) { this.logprobs = logprobs; } /** - * Set the finishReason of this {@link LLMChoice} instance and return the same instance. - * - * @param finishReason Reason for stopping the model - * @return The same instance of this {@link LLMChoice} class - */ + * Set the finishReason of this {@link LLMChoice} instance and return the same instance. + * + * @param finishReason Reason for stopping the model + * @return The same instance of this {@link LLMChoice} class + */ @Nonnull public LLMChoice finishReason(@Nonnull final String finishReason) { this.finishReason = finishReason; return this; } /** - * Reason for stopping the model - * @return finishReason The finishReason of this {@link LLMChoice} instance. - **/ + * Reason for stopping the model + * @return finishReason The finishReason of this {@link LLMChoice} instance. + */ @Nonnull public String getFinishReason() { return finishReason; } /** - * Set the finishReason of this {@link LLMChoice} instance. - * - * @param finishReason Reason for stopping the model - */ + * Set the finishReason of this {@link LLMChoice} instance. + * + * @param finishReason Reason for stopping the model + */ public void setFinishReason( @Nonnull final String finishReason) { this.finishReason = finishReason; } @@ -270,5 +269,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/LLMModuleConfig.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/LLMModuleConfig.java index 0b83e255..25ffdb76 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/LLMModuleConfig.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/LLMModuleConfig.java @@ -38,7 +38,6 @@ /** * LLMModuleConfig */ - // CHECKSTYLE:OFF public class LLMModuleConfig // CHECKSTYLE:ON @@ -57,85 +56,85 @@ public class LLMModuleConfig private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the modelName of this {@link LLMModuleConfig} instance and return the same instance. - * - * @param modelName Model name as in LLM Access configuration - * @return The same instance of this {@link LLMModuleConfig} class - */ + * Set the modelName of this {@link LLMModuleConfig} instance and return the same instance. + * + * @param modelName Model name as in LLM Access configuration + * @return The same instance of this {@link LLMModuleConfig} class + */ @Nonnull public LLMModuleConfig modelName(@Nonnull final String modelName) { this.modelName = modelName; return this; } /** - * Model name as in LLM Access configuration - * @return modelName The modelName of this {@link LLMModuleConfig} instance. - **/ + * Model name as in LLM Access configuration + * @return modelName The modelName of this {@link LLMModuleConfig} instance. + */ @Nonnull public String getModelName() { return modelName; } /** - * Set the modelName of this {@link LLMModuleConfig} instance. - * - * @param modelName Model name as in LLM Access configuration - */ + * Set the modelName of this {@link LLMModuleConfig} instance. + * + * @param modelName Model name as in LLM Access configuration + */ public void setModelName( @Nonnull final String modelName) { this.modelName = modelName; } /** - * Set the modelParams of this {@link LLMModuleConfig} instance and return the same instance. - * - * @param modelParams Model parameters - * @return The same instance of this {@link LLMModuleConfig} class - */ + * Set the modelParams of this {@link LLMModuleConfig} instance and return the same instance. + * + * @param modelParams Model parameters + * @return The same instance of this {@link LLMModuleConfig} class + */ @Nonnull public LLMModuleConfig modelParams(@Nonnull final Object modelParams) { this.modelParams = modelParams; return this; } /** - * Model parameters - * @return modelParams The modelParams of this {@link LLMModuleConfig} instance. - **/ + * Model parameters + * @return modelParams The modelParams of this {@link LLMModuleConfig} instance. + */ @Nonnull public Object getModelParams() { return modelParams; } /** - * Set the modelParams of this {@link LLMModuleConfig} instance. - * - * @param modelParams Model parameters - */ + * Set the modelParams of this {@link LLMModuleConfig} instance. + * + * @param modelParams Model parameters + */ public void setModelParams( @Nonnull final Object modelParams) { this.modelParams = modelParams; } /** - * Set the modelVersion of this {@link LLMModuleConfig} instance and return the same instance. - * - * @param modelVersion Version of the model to use - * @return The same instance of this {@link LLMModuleConfig} class - */ + * Set the modelVersion of this {@link LLMModuleConfig} instance and return the same instance. + * + * @param modelVersion Version of the model to use + * @return The same instance of this {@link LLMModuleConfig} class + */ @Nonnull public LLMModuleConfig modelVersion(@Nonnull final String modelVersion) { this.modelVersion = modelVersion; return this; } /** - * Version of the model to use - * @return modelVersion The modelVersion of this {@link LLMModuleConfig} instance. - **/ + * Version of the model to use + * @return modelVersion The modelVersion of this {@link LLMModuleConfig} instance. + */ @Nonnull public String getModelVersion() { return modelVersion; } /** - * Set the modelVersion of this {@link LLMModuleConfig} instance. - * - * @param modelVersion Version of the model to use - */ + * Set the modelVersion of this {@link LLMModuleConfig} instance. + * + * @param modelVersion Version of the model to use + */ public void setModelVersion( @Nonnull final String modelVersion) { this.modelVersion = modelVersion; } @@ -220,5 +219,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/LLMModuleResult.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/LLMModuleResult.java index e0ec2336..741073e7 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/LLMModuleResult.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/LLMModuleResult.java @@ -43,7 +43,6 @@ /** * Output of LLM module. Follows the OpenAI spec. */ - // CHECKSTYLE:OFF public class LLMModuleResult // CHECKSTYLE:ON @@ -74,161 +73,161 @@ public class LLMModuleResult private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the id of this {@link LLMModuleResult} instance and return the same instance. - * - * @param id ID of the response - * @return The same instance of this {@link LLMModuleResult} class - */ + * Set the id of this {@link LLMModuleResult} instance and return the same instance. + * + * @param id ID of the response + * @return The same instance of this {@link LLMModuleResult} class + */ @Nonnull public LLMModuleResult id(@Nonnull final String id) { this.id = id; return this; } /** - * ID of the response - * @return id The id of this {@link LLMModuleResult} instance. - **/ + * ID of the response + * @return id The id of this {@link LLMModuleResult} instance. + */ @Nonnull public String getId() { return id; } /** - * Set the id of this {@link LLMModuleResult} instance. - * - * @param id ID of the response - */ + * Set the id of this {@link LLMModuleResult} instance. + * + * @param id ID of the response + */ public void setId( @Nonnull final String id) { this.id = id; } /** - * Set the _object of this {@link LLMModuleResult} instance and return the same instance. - * - * @param _object Object type - * @return The same instance of this {@link LLMModuleResult} class - */ + * Set the _object of this {@link LLMModuleResult} instance and return the same instance. + * + * @param _object Object type + * @return The same instance of this {@link LLMModuleResult} class + */ @Nonnull public LLMModuleResult _object(@Nonnull final String _object) { this._object = _object; return this; } /** - * Object type - * @return _object The _object of this {@link LLMModuleResult} instance. - **/ + * Object type + * @return _object The _object of this {@link LLMModuleResult} instance. + */ @Nonnull public String getObject() { return _object; } /** - * Set the _object of this {@link LLMModuleResult} instance. - * - * @param _object Object type - */ + * Set the _object of this {@link LLMModuleResult} instance. + * + * @param _object Object type + */ public void setObject( @Nonnull final String _object) { this._object = _object; } /** - * Set the created of this {@link LLMModuleResult} instance and return the same instance. - * - * @param created Unix timestamp - * @return The same instance of this {@link LLMModuleResult} class - */ + * Set the created of this {@link LLMModuleResult} instance and return the same instance. + * + * @param created Unix timestamp + * @return The same instance of this {@link LLMModuleResult} class + */ @Nonnull public LLMModuleResult created(@Nonnull final Integer created) { this.created = created; return this; } /** - * Unix timestamp - * @return created The created of this {@link LLMModuleResult} instance. - **/ + * Unix timestamp + * @return created The created of this {@link LLMModuleResult} instance. + */ @Nonnull public Integer getCreated() { return created; } /** - * Set the created of this {@link LLMModuleResult} instance. - * - * @param created Unix timestamp - */ + * Set the created of this {@link LLMModuleResult} instance. + * + * @param created Unix timestamp + */ public void setCreated( @Nonnull final Integer created) { this.created = created; } /** - * Set the model of this {@link LLMModuleResult} instance and return the same instance. - * - * @param model Model name - * @return The same instance of this {@link LLMModuleResult} class - */ + * Set the model of this {@link LLMModuleResult} instance and return the same instance. + * + * @param model Model name + * @return The same instance of this {@link LLMModuleResult} class + */ @Nonnull public LLMModuleResult model(@Nonnull final String model) { this.model = model; return this; } /** - * Model name - * @return model The model of this {@link LLMModuleResult} instance. - **/ + * Model name + * @return model The model of this {@link LLMModuleResult} instance. + */ @Nonnull public String getModel() { return model; } /** - * Set the model of this {@link LLMModuleResult} instance. - * - * @param model Model name - */ + * Set the model of this {@link LLMModuleResult} instance. + * + * @param model Model name + */ public void setModel( @Nonnull final String model) { this.model = model; } /** - * Set the systemFingerprint of this {@link LLMModuleResult} instance and return the same instance. - * - * @param systemFingerprint System fingerprint - * @return The same instance of this {@link LLMModuleResult} class - */ + * Set the systemFingerprint of this {@link LLMModuleResult} instance and return the same instance. + * + * @param systemFingerprint System fingerprint + * @return The same instance of this {@link LLMModuleResult} class + */ @Nonnull public LLMModuleResult systemFingerprint(@Nonnull final String systemFingerprint) { this.systemFingerprint = systemFingerprint; return this; } /** - * System fingerprint - * @return systemFingerprint The systemFingerprint of this {@link LLMModuleResult} instance. - **/ + * System fingerprint + * @return systemFingerprint The systemFingerprint of this {@link LLMModuleResult} instance. + */ @Nonnull public String getSystemFingerprint() { return systemFingerprint; } /** - * Set the systemFingerprint of this {@link LLMModuleResult} instance. - * - * @param systemFingerprint System fingerprint - */ + * Set the systemFingerprint of this {@link LLMModuleResult} instance. + * + * @param systemFingerprint System fingerprint + */ public void setSystemFingerprint( @Nonnull final String systemFingerprint) { this.systemFingerprint = systemFingerprint; } /** - * Set the choices of this {@link LLMModuleResult} instance and return the same instance. - * - * @param choices Choices - * @return The same instance of this {@link LLMModuleResult} class - */ + * Set the choices of this {@link LLMModuleResult} instance and return the same instance. + * + * @param choices Choices + * @return The same instance of this {@link LLMModuleResult} class + */ @Nonnull public LLMModuleResult choices(@Nonnull final List choices) { this.choices = choices; return this; } /** - * Add one choices instance to this {@link LLMModuleResult}. - * @param choicesItem The choices that should be added - * @return The same instance of type {@link LLMModuleResult} - */ - @Nonnull public LLMModuleResult addchoicesItem( @Nonnull final LLMChoice choicesItem) { + * Add one choices instance to this {@link LLMModuleResult}. + * @param choicesItem The choices that should be added + * @return The same instance of type {@link LLMModuleResult} + */ + @Nonnull public LLMModuleResult addChoicesItem( @Nonnull final LLMChoice choicesItem) { if (this.choices == null) { this.choices = new ArrayList<>(); } @@ -237,46 +236,46 @@ public void setSystemFingerprint( @Nonnull final String systemFingerprint) { } /** - * Choices - * @return choices The choices of this {@link LLMModuleResult} instance. - **/ + * Choices + * @return choices The choices of this {@link LLMModuleResult} instance. + */ @Nonnull public List getChoices() { return choices; } /** - * Set the choices of this {@link LLMModuleResult} instance. - * - * @param choices Choices - */ + * Set the choices of this {@link LLMModuleResult} instance. + * + * @param choices Choices + */ public void setChoices( @Nonnull final List choices) { this.choices = choices; } /** - * Set the usage of this {@link LLMModuleResult} instance and return the same instance. - * - * @param usage The usage of this {@link LLMModuleResult} - * @return The same instance of this {@link LLMModuleResult} class - */ + * Set the usage of this {@link LLMModuleResult} instance and return the same instance. + * + * @param usage The usage of this {@link LLMModuleResult} + * @return The same instance of this {@link LLMModuleResult} class + */ @Nonnull public LLMModuleResult usage(@Nonnull final TokenUsage usage) { this.usage = usage; return this; } /** - * Get usage - * @return usage The usage of this {@link LLMModuleResult} instance. - **/ + * Get usage + * @return usage The usage of this {@link LLMModuleResult} instance. + */ @Nonnull public TokenUsage getUsage() { return usage; } /** - * Set the usage of this {@link LLMModuleResult} instance. - * - * @param usage The usage of this {@link LLMModuleResult} - */ + * Set the usage of this {@link LLMModuleResult} instance. + * + * @param usage The usage of this {@link LLMModuleResult} + */ public void setUsage( @Nonnull final TokenUsage usage) { this.usage = usage; } @@ -369,5 +368,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/Masking.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/Masking.java index 79eab2c3..4aaadfbc 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/Masking.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/Masking.java @@ -43,7 +43,6 @@ /** * Masking */ - // CHECKSTYLE:OFF public class Masking // CHECKSTYLE:ON @@ -59,49 +58,49 @@ public class Masking private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the type of this {@link Masking} instance and return the same instance. - * - * @param type The type of this {@link Masking} - * @return The same instance of this {@link Masking} class - */ + * Set the type of this {@link Masking} instance and return the same instance. + * + * @param type The type of this {@link Masking} + * @return The same instance of this {@link Masking} class + */ @Nonnull public Masking type(@Nonnull final MaskingProviderType type) { this.type = type; return this; } /** - * Get type - * @return type The type of this {@link Masking} instance. - **/ + * Get type + * @return type The type of this {@link Masking} instance. + */ @Nonnull public MaskingProviderType getType() { return type; } /** - * Set the type of this {@link Masking} instance. - * - * @param type The type of this {@link Masking} - */ + * Set the type of this {@link Masking} instance. + * + * @param type The type of this {@link Masking} + */ public void setType( @Nonnull final MaskingProviderType type) { this.type = type; } /** - * Set the entities of this {@link Masking} instance and return the same instance. - * - * @param entities List of entities to be masked - * @return The same instance of this {@link Masking} class - */ + * Set the entities of this {@link Masking} instance and return the same instance. + * + * @param entities List of entities to be masked + * @return The same instance of this {@link Masking} class + */ @Nonnull public Masking entities(@Nonnull final List entities) { this.entities = entities; return this; } /** - * Add one entities instance to this {@link Masking}. - * @param entitiesItem The entities that should be added - * @return The same instance of type {@link Masking} - */ - @Nonnull public Masking addentitiesItem( @Nonnull final MaskingEntitiesInner entitiesItem) { + * Add one entities instance to this {@link Masking}. + * @param entitiesItem The entities that should be added + * @return The same instance of type {@link Masking} + */ + @Nonnull public Masking addEntitiesItem( @Nonnull final MaskingEntitiesInner entitiesItem) { if (this.entities == null) { this.entities = new ArrayList<>(); } @@ -110,18 +109,18 @@ public void setType( @Nonnull final MaskingProviderType type) { } /** - * List of entities to be masked - * @return entities The entities of this {@link Masking} instance. - **/ + * List of entities to be masked + * @return entities The entities of this {@link Masking} instance. + */ @Nonnull public List getEntities() { return entities; } /** - * Set the entities of this {@link Masking} instance. - * - * @param entities List of entities to be masked - */ + * Set the entities of this {@link Masking} instance. + * + * @param entities List of entities to be masked + */ public void setEntities( @Nonnull final List entities) { this.entities = entities; } @@ -204,5 +203,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/MaskingEntitiesInner.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/MaskingEntitiesInner.java index a43c522e..1bc8edd4 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/MaskingEntitiesInner.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/MaskingEntitiesInner.java @@ -36,7 +36,6 @@ /** * MaskingEntitiesInner */ - // CHECKSTYLE:OFF public class MaskingEntitiesInner // CHECKSTYLE:ON @@ -119,5 +118,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/MaskingModuleConfig.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/MaskingModuleConfig.java index 2e51cea8..ec18f35d 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/MaskingModuleConfig.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/MaskingModuleConfig.java @@ -43,7 +43,6 @@ /** * MaskingModuleConfig */ - // CHECKSTYLE:OFF public class MaskingModuleConfig // CHECKSTYLE:ON @@ -59,21 +58,21 @@ public class MaskingModuleConfig private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the masking of this {@link MaskingModuleConfig} instance and return the same instance. - * - * @param masking Masking services to be used - * @return The same instance of this {@link MaskingModuleConfig} class - */ + * Set the masking of this {@link MaskingModuleConfig} instance and return the same instance. + * + * @param masking Masking services to be used + * @return The same instance of this {@link MaskingModuleConfig} class + */ @Nonnull public MaskingModuleConfig masking(@Nonnull final List masking) { this.masking = masking; return this; } /** - * Add one masking instance to this {@link MaskingModuleConfig}. - * @param maskingItem The masking that should be added - * @return The same instance of type {@link MaskingModuleConfig} - */ - @Nonnull public MaskingModuleConfig addmaskingItem( @Nonnull final Masking maskingItem) { + * Add one masking instance to this {@link MaskingModuleConfig}. + * @param maskingItem The masking that should be added + * @return The same instance of type {@link MaskingModuleConfig} + */ + @Nonnull public MaskingModuleConfig addMaskingItem( @Nonnull final Masking maskingItem) { if (this.masking == null) { this.masking = new ArrayList<>(); } @@ -82,46 +81,46 @@ public class MaskingModuleConfig } /** - * Masking services to be used - * @return masking The masking of this {@link MaskingModuleConfig} instance. - **/ + * Masking services to be used + * @return masking The masking of this {@link MaskingModuleConfig} instance. + */ @Nonnull public List getMasking() { return masking; } /** - * Set the masking of this {@link MaskingModuleConfig} instance. - * - * @param masking Masking services to be used - */ + * Set the masking of this {@link MaskingModuleConfig} instance. + * + * @param masking Masking services to be used + */ public void setMasking( @Nonnull final List masking) { this.masking = masking; } /** - * Set the unmasking of this {@link MaskingModuleConfig} instance and return the same instance. - * - * @param unmasking The unmasking of this {@link MaskingModuleConfig} - * @return The same instance of this {@link MaskingModuleConfig} class - */ + * Set the unmasking of this {@link MaskingModuleConfig} instance and return the same instance. + * + * @param unmasking The unmasking of this {@link MaskingModuleConfig} + * @return The same instance of this {@link MaskingModuleConfig} class + */ @Nonnull public MaskingModuleConfig unmasking(@Nonnull final UnmaskingConfig unmasking) { this.unmasking = unmasking; return this; } /** - * Get unmasking - * @return unmasking The unmasking of this {@link MaskingModuleConfig} instance. - **/ + * Get unmasking + * @return unmasking The unmasking of this {@link MaskingModuleConfig} instance. + */ @Nonnull public UnmaskingConfig getUnmasking() { return unmasking; } /** - * Set the unmasking of this {@link MaskingModuleConfig} instance. - * - * @param unmasking The unmasking of this {@link MaskingModuleConfig} - */ + * Set the unmasking of this {@link MaskingModuleConfig} instance. + * + * @param unmasking The unmasking of this {@link MaskingModuleConfig} + */ public void setUnmasking( @Nonnull final UnmaskingConfig unmasking) { this.unmasking = unmasking; } @@ -204,5 +203,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ModuleConfigs.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ModuleConfigs.java index 75babbd0..d748212d 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ModuleConfigs.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ModuleConfigs.java @@ -43,7 +43,6 @@ /** * ModuleConfigs */ - // CHECKSTYLE:OFF public class ModuleConfigs // CHECKSTYLE:ON @@ -68,141 +67,141 @@ public class ModuleConfigs private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the llmModuleConfig of this {@link ModuleConfigs} instance and return the same instance. - * - * @param llmModuleConfig The llmModuleConfig of this {@link ModuleConfigs} - * @return The same instance of this {@link ModuleConfigs} class - */ + * Set the llmModuleConfig of this {@link ModuleConfigs} instance and return the same instance. + * + * @param llmModuleConfig The llmModuleConfig of this {@link ModuleConfigs} + * @return The same instance of this {@link ModuleConfigs} class + */ @Nonnull public ModuleConfigs llmModuleConfig(@Nonnull final LLMModuleConfig llmModuleConfig) { this.llmModuleConfig = llmModuleConfig; return this; } /** - * Get llmModuleConfig - * @return llmModuleConfig The llmModuleConfig of this {@link ModuleConfigs} instance. - **/ + * Get llmModuleConfig + * @return llmModuleConfig The llmModuleConfig of this {@link ModuleConfigs} instance. + */ @Nonnull public LLMModuleConfig getLlmModuleConfig() { return llmModuleConfig; } /** - * Set the llmModuleConfig of this {@link ModuleConfigs} instance. - * - * @param llmModuleConfig The llmModuleConfig of this {@link ModuleConfigs} - */ + * Set the llmModuleConfig of this {@link ModuleConfigs} instance. + * + * @param llmModuleConfig The llmModuleConfig of this {@link ModuleConfigs} + */ public void setLlmModuleConfig( @Nonnull final LLMModuleConfig llmModuleConfig) { this.llmModuleConfig = llmModuleConfig; } /** - * Set the templatingModuleConfig of this {@link ModuleConfigs} instance and return the same instance. - * - * @param templatingModuleConfig The templatingModuleConfig of this {@link ModuleConfigs} - * @return The same instance of this {@link ModuleConfigs} class - */ + * Set the templatingModuleConfig of this {@link ModuleConfigs} instance and return the same instance. + * + * @param templatingModuleConfig The templatingModuleConfig of this {@link ModuleConfigs} + * @return The same instance of this {@link ModuleConfigs} class + */ @Nonnull public ModuleConfigs templatingModuleConfig(@Nonnull final TemplatingModuleConfig templatingModuleConfig) { this.templatingModuleConfig = templatingModuleConfig; return this; } /** - * Get templatingModuleConfig - * @return templatingModuleConfig The templatingModuleConfig of this {@link ModuleConfigs} instance. - **/ + * Get templatingModuleConfig + * @return templatingModuleConfig The templatingModuleConfig of this {@link ModuleConfigs} instance. + */ @Nonnull public TemplatingModuleConfig getTemplatingModuleConfig() { return templatingModuleConfig; } /** - * Set the templatingModuleConfig of this {@link ModuleConfigs} instance. - * - * @param templatingModuleConfig The templatingModuleConfig of this {@link ModuleConfigs} - */ + * Set the templatingModuleConfig of this {@link ModuleConfigs} instance. + * + * @param templatingModuleConfig The templatingModuleConfig of this {@link ModuleConfigs} + */ public void setTemplatingModuleConfig( @Nonnull final TemplatingModuleConfig templatingModuleConfig) { this.templatingModuleConfig = templatingModuleConfig; } /** - * Set the filteringModuleConfig of this {@link ModuleConfigs} instance and return the same instance. - * - * @param filteringModuleConfig The filteringModuleConfig of this {@link ModuleConfigs} - * @return The same instance of this {@link ModuleConfigs} class - */ + * Set the filteringModuleConfig of this {@link ModuleConfigs} instance and return the same instance. + * + * @param filteringModuleConfig The filteringModuleConfig of this {@link ModuleConfigs} + * @return The same instance of this {@link ModuleConfigs} class + */ @Nonnull public ModuleConfigs filteringModuleConfig(@Nonnull final FilteringModuleConfig filteringModuleConfig) { this.filteringModuleConfig = filteringModuleConfig; return this; } /** - * Get filteringModuleConfig - * @return filteringModuleConfig The filteringModuleConfig of this {@link ModuleConfigs} instance. - **/ + * Get filteringModuleConfig + * @return filteringModuleConfig The filteringModuleConfig of this {@link ModuleConfigs} instance. + */ @Nonnull public FilteringModuleConfig getFilteringModuleConfig() { return filteringModuleConfig; } /** - * Set the filteringModuleConfig of this {@link ModuleConfigs} instance. - * - * @param filteringModuleConfig The filteringModuleConfig of this {@link ModuleConfigs} - */ + * Set the filteringModuleConfig of this {@link ModuleConfigs} instance. + * + * @param filteringModuleConfig The filteringModuleConfig of this {@link ModuleConfigs} + */ public void setFilteringModuleConfig( @Nonnull final FilteringModuleConfig filteringModuleConfig) { this.filteringModuleConfig = filteringModuleConfig; } /** - * Set the maskingModuleConfig of this {@link ModuleConfigs} instance and return the same instance. - * - * @param maskingModuleConfig The maskingModuleConfig of this {@link ModuleConfigs} - * @return The same instance of this {@link ModuleConfigs} class - */ + * Set the maskingModuleConfig of this {@link ModuleConfigs} instance and return the same instance. + * + * @param maskingModuleConfig The maskingModuleConfig of this {@link ModuleConfigs} + * @return The same instance of this {@link ModuleConfigs} class + */ @Nonnull public ModuleConfigs maskingModuleConfig(@Nonnull final MaskingModuleConfig maskingModuleConfig) { this.maskingModuleConfig = maskingModuleConfig; return this; } /** - * Get maskingModuleConfig - * @return maskingModuleConfig The maskingModuleConfig of this {@link ModuleConfigs} instance. - **/ + * Get maskingModuleConfig + * @return maskingModuleConfig The maskingModuleConfig of this {@link ModuleConfigs} instance. + */ @Nonnull public MaskingModuleConfig getMaskingModuleConfig() { return maskingModuleConfig; } /** - * Set the maskingModuleConfig of this {@link ModuleConfigs} instance. - * - * @param maskingModuleConfig The maskingModuleConfig of this {@link ModuleConfigs} - */ + * Set the maskingModuleConfig of this {@link ModuleConfigs} instance. + * + * @param maskingModuleConfig The maskingModuleConfig of this {@link ModuleConfigs} + */ public void setMaskingModuleConfig( @Nonnull final MaskingModuleConfig maskingModuleConfig) { this.maskingModuleConfig = maskingModuleConfig; } /** - * Set the groundingModuleConfig of this {@link ModuleConfigs} instance and return the same instance. - * - * @param groundingModuleConfig The groundingModuleConfig of this {@link ModuleConfigs} - * @return The same instance of this {@link ModuleConfigs} class - */ + * Set the groundingModuleConfig of this {@link ModuleConfigs} instance and return the same instance. + * + * @param groundingModuleConfig The groundingModuleConfig of this {@link ModuleConfigs} + * @return The same instance of this {@link ModuleConfigs} class + */ @Nonnull public ModuleConfigs groundingModuleConfig(@Nonnull final GroundingModuleConfig groundingModuleConfig) { this.groundingModuleConfig = groundingModuleConfig; return this; } /** - * Get groundingModuleConfig - * @return groundingModuleConfig The groundingModuleConfig of this {@link ModuleConfigs} instance. - **/ + * Get groundingModuleConfig + * @return groundingModuleConfig The groundingModuleConfig of this {@link ModuleConfigs} instance. + */ @Nonnull public GroundingModuleConfig getGroundingModuleConfig() { return groundingModuleConfig; } /** - * Set the groundingModuleConfig of this {@link ModuleConfigs} instance. - * - * @param groundingModuleConfig The groundingModuleConfig of this {@link ModuleConfigs} - */ + * Set the groundingModuleConfig of this {@link ModuleConfigs} instance. + * + * @param groundingModuleConfig The groundingModuleConfig of this {@link ModuleConfigs} + */ public void setGroundingModuleConfig( @Nonnull final GroundingModuleConfig groundingModuleConfig) { this.groundingModuleConfig = groundingModuleConfig; } @@ -291,5 +290,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ModuleResults.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ModuleResults.java index 84cdee4d..83862d03 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ModuleResults.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/ModuleResults.java @@ -44,7 +44,6 @@ /** * Results of each module. */ - // CHECKSTYLE:OFF public class ModuleResults // CHECKSTYLE:ON @@ -75,49 +74,49 @@ public class ModuleResults private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the grounding of this {@link ModuleResults} instance and return the same instance. - * - * @param grounding The grounding of this {@link ModuleResults} - * @return The same instance of this {@link ModuleResults} class - */ + * Set the grounding of this {@link ModuleResults} instance and return the same instance. + * + * @param grounding The grounding of this {@link ModuleResults} + * @return The same instance of this {@link ModuleResults} class + */ @Nonnull public ModuleResults grounding(@Nonnull final GenericModuleResult grounding) { this.grounding = grounding; return this; } /** - * Get grounding - * @return grounding The grounding of this {@link ModuleResults} instance. - **/ + * Get grounding + * @return grounding The grounding of this {@link ModuleResults} instance. + */ @Nonnull public GenericModuleResult getGrounding() { return grounding; } /** - * Set the grounding of this {@link ModuleResults} instance. - * - * @param grounding The grounding of this {@link ModuleResults} - */ + * Set the grounding of this {@link ModuleResults} instance. + * + * @param grounding The grounding of this {@link ModuleResults} + */ public void setGrounding( @Nonnull final GenericModuleResult grounding) { this.grounding = grounding; } /** - * Set the templating of this {@link ModuleResults} instance and return the same instance. - * - * @param templating The templating of this {@link ModuleResults} - * @return The same instance of this {@link ModuleResults} class - */ + * Set the templating of this {@link ModuleResults} instance and return the same instance. + * + * @param templating The templating of this {@link ModuleResults} + * @return The same instance of this {@link ModuleResults} class + */ @Nonnull public ModuleResults templating(@Nonnull final List templating) { this.templating = templating; return this; } /** - * Add one templating instance to this {@link ModuleResults}. - * @param templatingItem The templating that should be added - * @return The same instance of type {@link ModuleResults} - */ - @Nonnull public ModuleResults addtemplatingItem( @Nonnull final ChatMessage templatingItem) { + * Add one templating instance to this {@link ModuleResults}. + * @param templatingItem The templating that should be added + * @return The same instance of type {@link ModuleResults} + */ + @Nonnull public ModuleResults addTemplatingItem( @Nonnull final ChatMessage templatingItem) { if (this.templating == null) { this.templating = new ArrayList<>(); } @@ -126,158 +125,158 @@ public void setGrounding( @Nonnull final GenericModuleResult grounding) { } /** - * Get templating - * @return templating The templating of this {@link ModuleResults} instance. - **/ + * Get templating + * @return templating The templating of this {@link ModuleResults} instance. + */ @Nonnull public List getTemplating() { return templating; } /** - * Set the templating of this {@link ModuleResults} instance. - * - * @param templating The templating of this {@link ModuleResults} - */ + * Set the templating of this {@link ModuleResults} instance. + * + * @param templating The templating of this {@link ModuleResults} + */ public void setTemplating( @Nonnull final List templating) { this.templating = templating; } /** - * Set the inputMasking of this {@link ModuleResults} instance and return the same instance. - * - * @param inputMasking The inputMasking of this {@link ModuleResults} - * @return The same instance of this {@link ModuleResults} class - */ + * Set the inputMasking of this {@link ModuleResults} instance and return the same instance. + * + * @param inputMasking The inputMasking of this {@link ModuleResults} + * @return The same instance of this {@link ModuleResults} class + */ @Nonnull public ModuleResults inputMasking(@Nonnull final GenericModuleResult inputMasking) { this.inputMasking = inputMasking; return this; } /** - * Get inputMasking - * @return inputMasking The inputMasking of this {@link ModuleResults} instance. - **/ + * Get inputMasking + * @return inputMasking The inputMasking of this {@link ModuleResults} instance. + */ @Nonnull public GenericModuleResult getInputMasking() { return inputMasking; } /** - * Set the inputMasking of this {@link ModuleResults} instance. - * - * @param inputMasking The inputMasking of this {@link ModuleResults} - */ + * Set the inputMasking of this {@link ModuleResults} instance. + * + * @param inputMasking The inputMasking of this {@link ModuleResults} + */ public void setInputMasking( @Nonnull final GenericModuleResult inputMasking) { this.inputMasking = inputMasking; } /** - * Set the inputFiltering of this {@link ModuleResults} instance and return the same instance. - * - * @param inputFiltering The inputFiltering of this {@link ModuleResults} - * @return The same instance of this {@link ModuleResults} class - */ + * Set the inputFiltering of this {@link ModuleResults} instance and return the same instance. + * + * @param inputFiltering The inputFiltering of this {@link ModuleResults} + * @return The same instance of this {@link ModuleResults} class + */ @Nonnull public ModuleResults inputFiltering(@Nonnull final GenericModuleResult inputFiltering) { this.inputFiltering = inputFiltering; return this; } /** - * Get inputFiltering - * @return inputFiltering The inputFiltering of this {@link ModuleResults} instance. - **/ + * Get inputFiltering + * @return inputFiltering The inputFiltering of this {@link ModuleResults} instance. + */ @Nonnull public GenericModuleResult getInputFiltering() { return inputFiltering; } /** - * Set the inputFiltering of this {@link ModuleResults} instance. - * - * @param inputFiltering The inputFiltering of this {@link ModuleResults} - */ + * Set the inputFiltering of this {@link ModuleResults} instance. + * + * @param inputFiltering The inputFiltering of this {@link ModuleResults} + */ public void setInputFiltering( @Nonnull final GenericModuleResult inputFiltering) { this.inputFiltering = inputFiltering; } /** - * Set the llm of this {@link ModuleResults} instance and return the same instance. - * - * @param llm The llm of this {@link ModuleResults} - * @return The same instance of this {@link ModuleResults} class - */ + * Set the llm of this {@link ModuleResults} instance and return the same instance. + * + * @param llm The llm of this {@link ModuleResults} + * @return The same instance of this {@link ModuleResults} class + */ @Nonnull public ModuleResults llm(@Nonnull final LLMModuleResult llm) { this.llm = llm; return this; } /** - * Get llm - * @return llm The llm of this {@link ModuleResults} instance. - **/ + * Get llm + * @return llm The llm of this {@link ModuleResults} instance. + */ @Nonnull public LLMModuleResult getLlm() { return llm; } /** - * Set the llm of this {@link ModuleResults} instance. - * - * @param llm The llm of this {@link ModuleResults} - */ + * Set the llm of this {@link ModuleResults} instance. + * + * @param llm The llm of this {@link ModuleResults} + */ public void setLlm( @Nonnull final LLMModuleResult llm) { this.llm = llm; } /** - * Set the outputFiltering of this {@link ModuleResults} instance and return the same instance. - * - * @param outputFiltering The outputFiltering of this {@link ModuleResults} - * @return The same instance of this {@link ModuleResults} class - */ + * Set the outputFiltering of this {@link ModuleResults} instance and return the same instance. + * + * @param outputFiltering The outputFiltering of this {@link ModuleResults} + * @return The same instance of this {@link ModuleResults} class + */ @Nonnull public ModuleResults outputFiltering(@Nonnull final GenericModuleResult outputFiltering) { this.outputFiltering = outputFiltering; return this; } /** - * Get outputFiltering - * @return outputFiltering The outputFiltering of this {@link ModuleResults} instance. - **/ + * Get outputFiltering + * @return outputFiltering The outputFiltering of this {@link ModuleResults} instance. + */ @Nonnull public GenericModuleResult getOutputFiltering() { return outputFiltering; } /** - * Set the outputFiltering of this {@link ModuleResults} instance. - * - * @param outputFiltering The outputFiltering of this {@link ModuleResults} - */ + * Set the outputFiltering of this {@link ModuleResults} instance. + * + * @param outputFiltering The outputFiltering of this {@link ModuleResults} + */ public void setOutputFiltering( @Nonnull final GenericModuleResult outputFiltering) { this.outputFiltering = outputFiltering; } /** - * Set the outputUnmasking of this {@link ModuleResults} instance and return the same instance. - * - * @param outputUnmasking The outputUnmasking of this {@link ModuleResults} - * @return The same instance of this {@link ModuleResults} class - */ + * Set the outputUnmasking of this {@link ModuleResults} instance and return the same instance. + * + * @param outputUnmasking The outputUnmasking of this {@link ModuleResults} + * @return The same instance of this {@link ModuleResults} class + */ @Nonnull public ModuleResults outputUnmasking(@Nonnull final GenericModuleResult outputUnmasking) { this.outputUnmasking = outputUnmasking; return this; } /** - * Get outputUnmasking - * @return outputUnmasking The outputUnmasking of this {@link ModuleResults} instance. - **/ + * Get outputUnmasking + * @return outputUnmasking The outputUnmasking of this {@link ModuleResults} instance. + */ @Nonnull public GenericModuleResult getOutputUnmasking() { return outputUnmasking; } /** - * Set the outputUnmasking of this {@link ModuleResults} instance. - * - * @param outputUnmasking The outputUnmasking of this {@link ModuleResults} - */ + * Set the outputUnmasking of this {@link ModuleResults} instance. + * + * @param outputUnmasking The outputUnmasking of this {@link ModuleResults} + */ public void setOutputUnmasking( @Nonnull final GenericModuleResult outputUnmasking) { this.outputUnmasking = outputUnmasking; } @@ -370,5 +369,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/OrchestrationConfig.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/OrchestrationConfig.java index 511ab1de..f2d48fae 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/OrchestrationConfig.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/OrchestrationConfig.java @@ -39,7 +39,6 @@ /** * OrchestrationConfig */ - // CHECKSTYLE:OFF public class OrchestrationConfig // CHECKSTYLE:ON @@ -52,29 +51,29 @@ public class OrchestrationConfig private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the moduleConfigurations of this {@link OrchestrationConfig} instance and return the same instance. - * - * @param moduleConfigurations The moduleConfigurations of this {@link OrchestrationConfig} - * @return The same instance of this {@link OrchestrationConfig} class - */ + * Set the moduleConfigurations of this {@link OrchestrationConfig} instance and return the same instance. + * + * @param moduleConfigurations The moduleConfigurations of this {@link OrchestrationConfig} + * @return The same instance of this {@link OrchestrationConfig} class + */ @Nonnull public OrchestrationConfig moduleConfigurations(@Nonnull final ModuleConfigs moduleConfigurations) { this.moduleConfigurations = moduleConfigurations; return this; } /** - * Get moduleConfigurations - * @return moduleConfigurations The moduleConfigurations of this {@link OrchestrationConfig} instance. - **/ + * Get moduleConfigurations + * @return moduleConfigurations The moduleConfigurations of this {@link OrchestrationConfig} instance. + */ @Nonnull public ModuleConfigs getModuleConfigurations() { return moduleConfigurations; } /** - * Set the moduleConfigurations of this {@link OrchestrationConfig} instance. - * - * @param moduleConfigurations The moduleConfigurations of this {@link OrchestrationConfig} - */ + * Set the moduleConfigurations of this {@link OrchestrationConfig} instance. + * + * @param moduleConfigurations The moduleConfigurations of this {@link OrchestrationConfig} + */ public void setModuleConfigurations( @Nonnull final ModuleConfigs moduleConfigurations) { this.moduleConfigurations = moduleConfigurations; } @@ -155,5 +154,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/OrchestrationV1EndpointsHealthz503Response.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/OrchestrationV1EndpointsHealthz503Response.java index a5c0274a..5564d359 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/OrchestrationV1EndpointsHealthz503Response.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/OrchestrationV1EndpointsHealthz503Response.java @@ -38,7 +38,6 @@ /** * OrchestrationV1EndpointsHealthz503Response */ - // CHECKSTYLE:OFF public class OrchestrationV1EndpointsHealthz503Response // CHECKSTYLE:ON @@ -51,29 +50,29 @@ public class OrchestrationV1EndpointsHealthz503Response private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the status of this {@link OrchestrationV1EndpointsHealthz503Response} instance and return the same instance. - * - * @param status The status of this {@link OrchestrationV1EndpointsHealthz503Response} - * @return The same instance of this {@link OrchestrationV1EndpointsHealthz503Response} class - */ + * Set the status of this {@link OrchestrationV1EndpointsHealthz503Response} instance and return the same instance. + * + * @param status The status of this {@link OrchestrationV1EndpointsHealthz503Response} + * @return The same instance of this {@link OrchestrationV1EndpointsHealthz503Response} class + */ @Nonnull public OrchestrationV1EndpointsHealthz503Response status(@Nonnull final String status) { this.status = status; return this; } /** - * Get status - * @return status The status of this {@link OrchestrationV1EndpointsHealthz503Response} instance. - **/ + * Get status + * @return status The status of this {@link OrchestrationV1EndpointsHealthz503Response} instance. + */ @Nonnull public String getStatus() { return status; } /** - * Set the status of this {@link OrchestrationV1EndpointsHealthz503Response} instance. - * - * @param status The status of this {@link OrchestrationV1EndpointsHealthz503Response} - */ + * Set the status of this {@link OrchestrationV1EndpointsHealthz503Response} instance. + * + * @param status The status of this {@link OrchestrationV1EndpointsHealthz503Response} + */ public void setStatus( @Nonnull final String status) { this.status = status; } @@ -154,5 +153,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/TemplatingModuleConfig.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/TemplatingModuleConfig.java index f1631371..1bad5ed3 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/TemplatingModuleConfig.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/TemplatingModuleConfig.java @@ -42,7 +42,6 @@ /** * TemplatingModuleConfig */ - // CHECKSTYLE:OFF public class TemplatingModuleConfig // CHECKSTYLE:ON @@ -58,21 +57,21 @@ public class TemplatingModuleConfig private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the template of this {@link TemplatingModuleConfig} instance and return the same instance. - * - * @param template A chat message array to be formatted with values from input_params. Both role and content can be templated. If messages_history is provided, the templated messages will be appended. - * @return The same instance of this {@link TemplatingModuleConfig} class - */ + * Set the template of this {@link TemplatingModuleConfig} instance and return the same instance. + * + * @param template A chat message array to be formatted with values from input_params. Both role and content can be templated. If messages_history is provided, the templated messages will be appended. + * @return The same instance of this {@link TemplatingModuleConfig} class + */ @Nonnull public TemplatingModuleConfig template(@Nonnull final List template) { this.template = template; return this; } /** - * Add one template instance to this {@link TemplatingModuleConfig}. - * @param templateItem The template that should be added - * @return The same instance of type {@link TemplatingModuleConfig} - */ - @Nonnull public TemplatingModuleConfig addtemplateItem( @Nonnull final ChatMessage templateItem) { + * Add one template instance to this {@link TemplatingModuleConfig}. + * @param templateItem The template that should be added + * @return The same instance of type {@link TemplatingModuleConfig} + */ + @Nonnull public TemplatingModuleConfig addTemplateItem( @Nonnull final ChatMessage templateItem) { if (this.template == null) { this.template = new ArrayList<>(); } @@ -81,46 +80,46 @@ public class TemplatingModuleConfig } /** - * A chat message array to be formatted with values from input_params. Both role and content can be templated. If messages_history is provided, the templated messages will be appended. - * @return template The template of this {@link TemplatingModuleConfig} instance. - **/ + * A chat message array to be formatted with values from input_params. Both role and content can be templated. If messages_history is provided, the templated messages will be appended. + * @return template The template of this {@link TemplatingModuleConfig} instance. + */ @Nonnull public List getTemplate() { return template; } /** - * Set the template of this {@link TemplatingModuleConfig} instance. - * - * @param template A chat message array to be formatted with values from input_params. Both role and content can be templated. If messages_history is provided, the templated messages will be appended. - */ + * Set the template of this {@link TemplatingModuleConfig} instance. + * + * @param template A chat message array to be formatted with values from input_params. Both role and content can be templated. If messages_history is provided, the templated messages will be appended. + */ public void setTemplate( @Nonnull final List template) { this.template = template; } /** - * Set the defaults of this {@link TemplatingModuleConfig} instance and return the same instance. - * - * @param defaults Optional default values for the template. If a parameter has no default it is required. - * @return The same instance of this {@link TemplatingModuleConfig} class - */ + * Set the defaults of this {@link TemplatingModuleConfig} instance and return the same instance. + * + * @param defaults Optional default values for the template. If a parameter has no default it is required. + * @return The same instance of this {@link TemplatingModuleConfig} class + */ @Nonnull public TemplatingModuleConfig defaults(@Nonnull final Object defaults) { this.defaults = defaults; return this; } /** - * Optional default values for the template. If a parameter has no default it is required. - * @return defaults The defaults of this {@link TemplatingModuleConfig} instance. - **/ + * Optional default values for the template. If a parameter has no default it is required. + * @return defaults The defaults of this {@link TemplatingModuleConfig} instance. + */ @Nonnull public Object getDefaults() { return defaults; } /** - * Set the defaults of this {@link TemplatingModuleConfig} instance. - * - * @param defaults Optional default values for the template. If a parameter has no default it is required. - */ + * Set the defaults of this {@link TemplatingModuleConfig} instance. + * + * @param defaults Optional default values for the template. If a parameter has no default it is required. + */ public void setDefaults( @Nonnull final Object defaults) { this.defaults = defaults; } @@ -203,5 +202,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/TokenUsage.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/TokenUsage.java index 57f054f3..3d34316b 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/TokenUsage.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/TokenUsage.java @@ -38,7 +38,6 @@ /** * Usage of tokens in the response */ - // CHECKSTYLE:OFF public class TokenUsage // CHECKSTYLE:ON @@ -57,85 +56,85 @@ public class TokenUsage private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the completionTokens of this {@link TokenUsage} instance and return the same instance. - * - * @param completionTokens Number of tokens used in the input - * @return The same instance of this {@link TokenUsage} class - */ + * Set the completionTokens of this {@link TokenUsage} instance and return the same instance. + * + * @param completionTokens Number of tokens used in the input + * @return The same instance of this {@link TokenUsage} class + */ @Nonnull public TokenUsage completionTokens(@Nonnull final Integer completionTokens) { this.completionTokens = completionTokens; return this; } /** - * Number of tokens used in the input - * @return completionTokens The completionTokens of this {@link TokenUsage} instance. - **/ + * Number of tokens used in the input + * @return completionTokens The completionTokens of this {@link TokenUsage} instance. + */ @Nonnull public Integer getCompletionTokens() { return completionTokens; } /** - * Set the completionTokens of this {@link TokenUsage} instance. - * - * @param completionTokens Number of tokens used in the input - */ + * Set the completionTokens of this {@link TokenUsage} instance. + * + * @param completionTokens Number of tokens used in the input + */ public void setCompletionTokens( @Nonnull final Integer completionTokens) { this.completionTokens = completionTokens; } /** - * Set the promptTokens of this {@link TokenUsage} instance and return the same instance. - * - * @param promptTokens Number of tokens used in the output - * @return The same instance of this {@link TokenUsage} class - */ + * Set the promptTokens of this {@link TokenUsage} instance and return the same instance. + * + * @param promptTokens Number of tokens used in the output + * @return The same instance of this {@link TokenUsage} class + */ @Nonnull public TokenUsage promptTokens(@Nonnull final Integer promptTokens) { this.promptTokens = promptTokens; return this; } /** - * Number of tokens used in the output - * @return promptTokens The promptTokens of this {@link TokenUsage} instance. - **/ + * Number of tokens used in the output + * @return promptTokens The promptTokens of this {@link TokenUsage} instance. + */ @Nonnull public Integer getPromptTokens() { return promptTokens; } /** - * Set the promptTokens of this {@link TokenUsage} instance. - * - * @param promptTokens Number of tokens used in the output - */ + * Set the promptTokens of this {@link TokenUsage} instance. + * + * @param promptTokens Number of tokens used in the output + */ public void setPromptTokens( @Nonnull final Integer promptTokens) { this.promptTokens = promptTokens; } /** - * Set the totalTokens of this {@link TokenUsage} instance and return the same instance. - * - * @param totalTokens Total number of tokens used - * @return The same instance of this {@link TokenUsage} class - */ + * Set the totalTokens of this {@link TokenUsage} instance and return the same instance. + * + * @param totalTokens Total number of tokens used + * @return The same instance of this {@link TokenUsage} class + */ @Nonnull public TokenUsage totalTokens(@Nonnull final Integer totalTokens) { this.totalTokens = totalTokens; return this; } /** - * Total number of tokens used - * @return totalTokens The totalTokens of this {@link TokenUsage} instance. - **/ + * Total number of tokens used + * @return totalTokens The totalTokens of this {@link TokenUsage} instance. + */ @Nonnull public Integer getTotalTokens() { return totalTokens; } /** - * Set the totalTokens of this {@link TokenUsage} instance. - * - * @param totalTokens Total number of tokens used - */ + * Set the totalTokens of this {@link TokenUsage} instance. + * + * @param totalTokens Total number of tokens used + */ public void setTotalTokens( @Nonnull final Integer totalTokens) { this.totalTokens = totalTokens; } @@ -220,5 +219,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/UnmaskingConfig.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/UnmaskingConfig.java index debd7e6c..9d881bae 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/UnmaskingConfig.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/UnmaskingConfig.java @@ -42,7 +42,6 @@ /** * UnmaskingConfig */ - // CHECKSTYLE:OFF public class UnmaskingConfig // CHECKSTYLE:ON @@ -55,21 +54,21 @@ public class UnmaskingConfig private final Map cloudSdkCustomFields = new LinkedHashMap<>(); /** - * Set the entities of this {@link UnmaskingConfig} instance and return the same instance. - * - * @param entities List of entities to be unmasked - * @return The same instance of this {@link UnmaskingConfig} class - */ + * Set the entities of this {@link UnmaskingConfig} instance and return the same instance. + * + * @param entities List of entities to be unmasked + * @return The same instance of this {@link UnmaskingConfig} class + */ @Nonnull public UnmaskingConfig entities(@Nonnull final List entities) { this.entities = entities; return this; } /** - * Add one entities instance to this {@link UnmaskingConfig}. - * @param entitiesItem The entities that should be added - * @return The same instance of type {@link UnmaskingConfig} - */ - @Nonnull public UnmaskingConfig addentitiesItem( @Nonnull final UnmaskingConfigEntitiesInner entitiesItem) { + * Add one entities instance to this {@link UnmaskingConfig}. + * @param entitiesItem The entities that should be added + * @return The same instance of type {@link UnmaskingConfig} + */ + @Nonnull public UnmaskingConfig addEntitiesItem( @Nonnull final UnmaskingConfigEntitiesInner entitiesItem) { if (this.entities == null) { this.entities = new ArrayList<>(); } @@ -78,18 +77,18 @@ public class UnmaskingConfig } /** - * List of entities to be unmasked - * @return entities The entities of this {@link UnmaskingConfig} instance. - **/ + * List of entities to be unmasked + * @return entities The entities of this {@link UnmaskingConfig} instance. + */ @Nonnull public List getEntities() { return entities; } /** - * Set the entities of this {@link UnmaskingConfig} instance. - * - * @param entities List of entities to be unmasked - */ + * Set the entities of this {@link UnmaskingConfig} instance. + * + * @param entities List of entities to be unmasked + */ public void setEntities( @Nonnull final List entities) { this.entities = entities; } @@ -170,5 +169,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + } diff --git a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/UnmaskingConfigEntitiesInner.java b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/UnmaskingConfigEntitiesInner.java index e6d94d59..505d59f5 100644 --- a/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/UnmaskingConfigEntitiesInner.java +++ b/orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/model/UnmaskingConfigEntitiesInner.java @@ -36,7 +36,6 @@ /** * UnmaskingConfigEntitiesInner */ - // CHECKSTYLE:OFF public class UnmaskingConfigEntitiesInner // CHECKSTYLE:ON @@ -119,5 +118,6 @@ private String toIndentedString(final java.lang.Object o) { return o.toString().replace("\n", "\n "); } + }