Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ModelProviderDTO
-
Packages that use ModelProviderDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of ModelProviderDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type ModelProviderDTO Modifier and Type Method Description List<ModelProviderDTO>AiServiceProviderApi. getAIServiceProviderModels(String aiServiceProviderId)Get AI Service Provider's model list Get AI Service Provider's model listApiResponse<List<ModelProviderDTO>>AiServiceProviderApi. getAIServiceProviderModelsWithHttpInfo(String aiServiceProviderId)Get AI Service Provider's model list Get AI Service Provider's model listMethod parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type ModelProviderDTO Modifier and Type Method Description okhttp3.CallAiServiceProviderApi. getAIServiceProviderModelsAsync(String aiServiceProviderId, ApiCallback<List<ModelProviderDTO>> _callback)Get AI Service Provider's model list (asynchronously) Get AI Service Provider's model list -
Uses of ModelProviderDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ModelProviderDTO Modifier and Type Method Description ModelProviderDTOModelProviderDTO. models(List<String> models)ModelProviderDTOModelProviderDTO. name(String name)
-