Class TenantInfoApi

java.lang.Object
com.sap.cloud.sdk.services.openapi.apache.apiclient.BaseApi
com.sap.ai.sdk.core.client.TenantInfoApi

public class TenantInfoApi extends com.sap.cloud.sdk.services.openapi.apache.apiclient.BaseApi
AI Core in version 2.42.0.

Provides tools to manage your scenarios and workflows in SAP AI Core. Execute pipelines as a batch job, for example to pre-process or train your models, or perform batch inference. Serve inference requests of trained models. Deploy а trained machine learning model as a web service to serve inference requests with high performance. Register your own Docker registry, synchronize your AI content from your own git repository, and register your own object store for training data and trained models.

  • Constructor Details

    • TenantInfoApi

      public TenantInfoApi()
      Instantiates this API class to invoke operations on the AI Core
    • TenantInfoApi

      public TenantInfoApi(@Nonnull AiCoreService aiCoreService)
      Instantiates this API class to invoke operations on the AI Core
      Parameters:
      aiCoreService - The configured connectivity instance to AI Core
  • Method Details

    • withDefaultHeaders

      public TenantInfoApi withDefaultHeaders(@Nonnull Map<String,String> defaultHeaders)
      Creates a new API instance with additional default headers.
      Parameters:
      defaultHeaders - Additional headers to include in all requests
      Returns:
      A new API instance with the combined headers
    • get

      @Nonnull public TntTenantInfo get() throws com.sap.cloud.sdk.services.openapi.apache.core.OpenApiRequestException
      Information about a specified tenant

      Tenant information containing the service plan that the tenant is subscribed to.

      200 - A tenant info object

      404 - The specified resource was not found

      Returns:
      TntTenantInfo
      Throws:
      com.sap.cloud.sdk.services.openapi.apache.core.OpenApiRequestException - if an error occurs while attempting to invoke the API