Class LLMProviderResponseDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.LLMProviderResponseDTO
LLMProviderResponseDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiDefinition(String apiDefinition) apiVersion(String apiVersion) builtInSupport(Boolean builtInSupport) configurations(String configurations) description(String description) booleanOpenAPI specificationGet apiVersionLLM Provider configurationsGet descriptiongetId()Get idList of models supported by the LLM ProvidergetName()Get nameinthashCode()Is built-in supportvoidsetApiDefinition(String apiDefinition) voidsetApiVersion(String apiVersion) voidsetBuiltInSupport(Boolean builtInSupport) voidsetConfigurations(String configurations) voidsetDescription(String description) voidvoidsetModelList(List<String> modelList) voidtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_API_VERSION
- See Also:
-
SERIALIZED_NAME_BUILT_IN_SUPPORT
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_CONFIGURATIONS
- See Also:
-
SERIALIZED_NAME_API_DEFINITION
- See Also:
-
SERIALIZED_NAME_MODEL_LIST
- See Also:
-
-
Constructor Details
-
LLMProviderResponseDTO
public LLMProviderResponseDTO()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
apiVersion
-
getApiVersion
Get apiVersion- Returns:
- apiVersion
-
setApiVersion
-
builtInSupport
-
isBuiltInSupport
Is built-in support- Returns:
- builtInSupport
-
setBuiltInSupport
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
configurations
-
getConfigurations
LLM Provider configurations- Returns:
- configurations
-
setConfigurations
-
apiDefinition
-
getApiDefinition
OpenAPI specification- Returns:
- apiDefinition
-
setApiDefinition
-
modelList
-
getModelList
List of models supported by the LLM Provider- Returns:
- modelList
-
setModelList
-
equals
-
hashCode
public int hashCode() -
toString
-