Uses of Class
org.wso2.am.integration.clients.admin.api.dto.LLMProviderResponseDTO
-
Packages that use LLMProviderResponseDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of LLMProviderResponseDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return LLMProviderResponseDTO Modifier and Type Method Description LLMProviderResponseDTOLlmProviderApi. llmProvidersLlmProviderIdGet(String llmProviderId)Get LLM Provider Get a LLM ProviderLLMProviderResponseDTOLlmProviderApi. llmProvidersLlmProviderIdPut(String llmProviderId, String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList)Update an LLM provider Update a LLM provider by LLMProviderIdLLMProviderResponseDTOLlmProvidersApi. llmProvidersPost(String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList)Add a LLM provider Add a new LLM providerMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type LLMProviderResponseDTO Modifier and Type Method Description ApiResponse<LLMProviderResponseDTO>LlmProviderApi. llmProvidersLlmProviderIdGetWithHttpInfo(String llmProviderId)Get LLM Provider Get a LLM ProviderApiResponse<LLMProviderResponseDTO>LlmProviderApi. llmProvidersLlmProviderIdPutWithHttpInfo(String llmProviderId, String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList)Update an LLM provider Update a LLM provider by LLMProviderIdApiResponse<LLMProviderResponseDTO>LlmProvidersApi. llmProvidersPostWithHttpInfo(String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList)Add a LLM provider Add a new LLM providerMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type LLMProviderResponseDTO Modifier and Type Method Description okhttp3.CallLlmProviderApi. llmProvidersLlmProviderIdGetAsync(String llmProviderId, ApiCallback<LLMProviderResponseDTO> _callback)Get LLM Provider (asynchronously) Get a LLM Providerokhttp3.CallLlmProviderApi. llmProvidersLlmProviderIdPutAsync(String llmProviderId, String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList, ApiCallback<LLMProviderResponseDTO> _callback)Update an LLM provider (asynchronously) Update a LLM provider by LLMProviderIdokhttp3.CallLlmProvidersApi. llmProvidersPostAsync(String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList, ApiCallback<LLMProviderResponseDTO> _callback)Add a LLM provider (asynchronously) Add a new LLM provider -
Uses of LLMProviderResponseDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return LLMProviderResponseDTO Modifier and Type Method Description LLMProviderResponseDTOLLMProviderResponseDTO. apiDefinition(String apiDefinition)LLMProviderResponseDTOLLMProviderResponseDTO. apiVersion(String apiVersion)LLMProviderResponseDTOLLMProviderResponseDTO. builtInSupport(Boolean builtInSupport)LLMProviderResponseDTOLLMProviderResponseDTO. configurations(String configurations)LLMProviderResponseDTOLLMProviderResponseDTO. description(String description)LLMProviderResponseDTOLLMProviderResponseDTO. id(String id)LLMProviderResponseDTOLLMProviderResponseDTO. modelList(List<String> modelList)LLMProviderResponseDTOLLMProviderResponseDTO. name(String name)
-