index int64 | repo_id string | file_path string | content string |
|---|---|---|---|
0 | java-sources/ai/wanaku/wanaku-tool-service-sqs/0.0.7/ai/wanaku/tool | java-sources/ai/wanaku/wanaku-tool-service-sqs/0.0.7/ai/wanaku/tool/sqs/SQSDelegate.java | package ai.wanaku.tool.sqs;
import java.util.List;
import jakarta.enterprise.context.ApplicationScoped;
import ai.wanaku.api.exceptions.InvalidResponseTypeException;
import ai.wanaku.api.exceptions.NonConvertableResponseException;
import ai.wanaku.core.capabilities.tool.AbstractToolDelegate;
@ApplicationScoped
pub... |
0 | java-sources/ai/wanaku/wanaku-tool-service-tavily/0.0.7/ai/wanaku/tool | java-sources/ai/wanaku/wanaku-tool-service-tavily/0.0.7/ai/wanaku/tool/tavily/TavilyClient.java | package ai.wanaku.tool.tavily;
import ai.wanaku.core.capabilities.config.WanakuServiceConfig;
import ai.wanaku.core.config.provider.api.ConfigResource;
import ai.wanaku.core.capabilities.common.ParsedToolInvokeRequest;
import ai.wanaku.core.exchange.ToolInvokeRequest;
import ai.wanaku.core.capabilities.tool.Client;
im... |
0 | java-sources/ai/wanaku/wanaku-tool-service-tavily/0.0.7/ai/wanaku/tool | java-sources/ai/wanaku/wanaku-tool-service-tavily/0.0.7/ai/wanaku/tool/tavily/TavilyDelegate.java | package ai.wanaku.tool.tavily;
import java.util.List;
import jakarta.enterprise.context.ApplicationScoped;
import ai.wanaku.api.exceptions.InvalidResponseTypeException;
import ai.wanaku.api.exceptions.NonConvertableResponseException;
import ai.wanaku.core.capabilities.tool.AbstractToolDelegate;
import java.util.stre... |
0 | java-sources/ai/wanaku/wanaku-tool-service-telegram/0.0.7/ai/wanaku/tool | java-sources/ai/wanaku/wanaku-tool-service-telegram/0.0.7/ai/wanaku/tool/telegram/TelegramClient.java | package ai.wanaku.tool.telegram;
import jakarta.enterprise.context.ApplicationScoped;
import jakarta.inject.Inject;
import ai.wanaku.core.capabilities.common.ParsedToolInvokeRequest;
import ai.wanaku.core.capabilities.config.WanakuServiceConfig;
import ai.wanaku.core.config.provider.api.ConfigResource;
import ai.wana... |
0 | java-sources/ai/wanaku/wanaku-tool-service-telegram/0.0.7/ai/wanaku/tool | java-sources/ai/wanaku/wanaku-tool-service-telegram/0.0.7/ai/wanaku/tool/telegram/TelegramDelegate.java | package ai.wanaku.tool.telegram;
import java.util.List;
import ai.wanaku.core.capabilities.tool.AbstractToolDelegate;
import jakarta.enterprise.context.ApplicationScoped;
import ai.wanaku.api.exceptions.InvalidResponseTypeException;
import ai.wanaku.api.exceptions.NonConvertableResponseException;
@ApplicationScope... |
0 | java-sources/ai/wanaku/wanaku-tool-service-yaml-route/0.0.7/ai/wanaku/tool/yaml | java-sources/ai/wanaku/wanaku-tool-service-yaml-route/0.0.7/ai/wanaku/tool/yaml/route/RouteClient.java | package ai.wanaku.tool.yaml.route;
import jakarta.enterprise.context.ApplicationScoped;
import ai.wanaku.api.exceptions.WanakuException;
import ai.wanaku.core.config.provider.api.ConfigResource;
import ai.wanaku.core.capabilities.common.ParsedToolInvokeRequest;
import ai.wanaku.core.exchange.ToolInvokeRequest;
import... |
0 | java-sources/ai/wanaku/wanaku-tool-service-yaml-route/0.0.7/ai/wanaku/tool/yaml | java-sources/ai/wanaku/wanaku-tool-service-yaml-route/0.0.7/ai/wanaku/tool/yaml/route/YamlRouteDelegate.java | package ai.wanaku.tool.yaml.route;
import jakarta.enterprise.context.ApplicationScoped;
import ai.wanaku.api.exceptions.InvalidResponseTypeException;
import ai.wanaku.core.capabilities.tool.AbstractToolDelegate;
import java.util.List;
@ApplicationScoped
public class YamlRouteDelegate extends AbstractToolDelegate {
... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/client/Main.java | package ai.wavespeed.client;
import ai.wavespeed.openapi.client.ApiException;
import ai.wavespeed.openapi.client.model.Prediction;
import java.util.HashMap;
import java.util.Map;
public class Main {
public static void main(String[] args) throws InterruptedException {
WaveSpeed waveSpeed = new WaveSpeed()... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/client/Options.java | package ai.wavespeed.client;
import lombok.Builder;
@Builder
public class Options {
String webhookUrl = null;
}
|
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/client/WaveSpeed.java | package ai.wavespeed.client;
import ai.wavespeed.openapi.client.ApiException;
import ai.wavespeed.openapi.client.api.DefaultApi;
import ai.wavespeed.openapi.client.model.Prediction;
import ai.wavespeed.openapi.client.model.PredictionResponse;
import lombok.Getter;
import lombok.Setter;
import lombok.extern.slf4j.Slf4j... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/ApiCallback.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/ApiClient.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/ApiException.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/ApiResponse.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/Configuration.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/GzipRequestInterceptor.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/JSON.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/Pair.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/ProgressRequestBody.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/ProgressResponseBody.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/ServerConfiguration.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/ServerVariable.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/StringUtil.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/api/DefaultApi.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/auth/ApiKeyAuth.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/auth/Authentication.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/auth/HttpBasicAuth.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/auth/HttpBearerAuth.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/model/AbstractOpenApiSchema.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/model/CreatePredictionData400Response.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/model/CreatePredictionData400ResponseData.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/model/CreatePredictionData401Response.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/model/CreatePredictionData500Response.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/model/Prediction.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/model/PredictionResponse.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client | java-sources/ai/wavespeed/maven/wavespeed-client/0.0.1/ai/wavespeed/openapi/client/model/PredictionUrls.java | /*
* WaveSpeed AI API
* API for generating images using WaveSpeed AI
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package ai.wavespeed.open... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/api/AlertsApi.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/api/ApiKeyApi.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/api/EventsApi.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/api/LogApi.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/api/ModelsApi.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/api/SessionsApi.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/ApiCallback.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/ApiClient.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/ApiException.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/ApiResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/Configuration.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/GzipRequestInterceptor.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/JSON.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/Pair.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/ProgressRequestBody.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/ProgressResponseBody.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/ServerConfiguration.java | package ai.whylabs.service.invoker;
import java.util.Map;
/**
* Representing a Server configuration.
*/
public class ServerConfiguration {
public String URL;
public String description;
public Map<String, ServerVariable> variables;
/**
* @param URL A URL to the target host.
* @param descri... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/ServerVariable.java | package ai.whylabs.service.invoker;
import java.util.HashSet;
/**
* Representing a Server Variable for server URL template substitution.
*/
public class ServerVariable {
public String description;
public String defaultValue;
public HashSet<String> enumValues = null;
/**
* @param description A ... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/StringUtil.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/auth/ApiKeyAuth.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/auth/Authentication.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/auth/HttpBasicAuth.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/invoker/auth/HttpBearerAuth.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/AddMembershipRequest.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/AlertsPath.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/AlertsSummary.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/AsyncLogResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/CloseSessionResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/CreateSessionResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/CreateSessionUploadResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/CreateUserRequest.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/EventsPath.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/EventsSummary.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/GetAlertsPathsResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/GetDefaultMembershipResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/GetEventsPathResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/GetMembershipsResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/GetNotificationSettingsResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/GetSessionResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/ListModelsResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/ListSegmentsResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/ListUserApiKeys.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/LogAsyncRequest.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/LogReferenceRequest.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/LogReferenceResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/LogResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/Membership.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/MembershipMetadata.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/MergeJobCompletionSummary.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/ModelMetadata.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/ModelType.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/MonitorConfig.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/NotificationSettings.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/NotificationSettingsDay.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/NotificationSqsMessageCadence.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/OrganizationMetadata.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/OrganizationSummary.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/ProvidedConfig.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/ProvisionNewUserRequest.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/ProvisionNewUserResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/ReferenceProfileItemResponse.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/RemoveMembershipRequest.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/Role.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
0 | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service | java-sources/ai/whylabs/whylabs-api-client/0.1.8/ai/whylabs/service/model/Segment.java | /*
* WhyLabs API client
* WhyLabs API that enables end-to-end AI observability
*
* The version of the OpenAPI document: 0.1
* Contact: support@whylabs.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manual... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.