Class LLMProviderResponseDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.LLMProviderResponseDTO
-
public class LLMProviderResponseDTO extends Object
LLMProviderResponseDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_API_DEFINITIONstatic StringSERIALIZED_NAME_API_VERSIONstatic StringSERIALIZED_NAME_BUILT_IN_SUPPORTstatic StringSERIALIZED_NAME_CONFIGURATIONSstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_MODEL_LISTstatic StringSERIALIZED_NAME_NAME
-
Constructor Summary
Constructors Constructor Description LLMProviderResponseDTO()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_API_VERSION
public static final String SERIALIZED_NAME_API_VERSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BUILT_IN_SUPPORT
public static final String SERIALIZED_NAME_BUILT_IN_SUPPORT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONFIGURATIONS
public static final String SERIALIZED_NAME_CONFIGURATIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_API_DEFINITION
public static final String SERIALIZED_NAME_API_DEFINITION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MODEL_LIST
public static final String SERIALIZED_NAME_MODEL_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public LLMProviderResponseDTO id(String id)
-
setId
public void setId(String id)
-
name
public LLMProviderResponseDTO name(String name)
-
setName
public void setName(String name)
-
apiVersion
public LLMProviderResponseDTO apiVersion(String apiVersion)
-
setApiVersion
public void setApiVersion(String apiVersion)
-
builtInSupport
public LLMProviderResponseDTO builtInSupport(Boolean builtInSupport)
-
isBuiltInSupport
@Nullable public Boolean isBuiltInSupport()
Is built-in support- Returns:
- builtInSupport
-
setBuiltInSupport
public void setBuiltInSupport(Boolean builtInSupport)
-
description
public LLMProviderResponseDTO description(String description)
-
setDescription
public void setDescription(String description)
-
configurations
public LLMProviderResponseDTO configurations(String configurations)
-
getConfigurations
@Nullable public String getConfigurations()
LLM Provider configurations- Returns:
- configurations
-
setConfigurations
public void setConfigurations(String configurations)
-
apiDefinition
public LLMProviderResponseDTO apiDefinition(String apiDefinition)
-
getApiDefinition
@Nullable public String getApiDefinition()
OpenAPI specification- Returns:
- apiDefinition
-
setApiDefinition
public void setApiDefinition(String apiDefinition)
-
modelList
public LLMProviderResponseDTO modelList(List<String> modelList)
-
getModelList
@Nullable public List<String> getModelList()
List of models supported by the LLM Provider- Returns:
- modelList
-
-