public class BoxAIAgentLLMEndpointParams extends BoxJSONObject
Constructor and Description |
---|
BoxAIAgentLLMEndpointParams(JsonObject jsonObject)
Constructs LLM endpoint parameters with default settings.
|
BoxAIAgentLLMEndpointParams(String type)
Constructs LLM endpoint parameters with default settings.
|
Modifier and Type | Method and Description |
---|---|
JsonObject |
getJSONObject() |
String |
getType()
Gets the type of the LLM endpoint parameters.
|
static BoxAIAgentLLMEndpointParams |
parse(JsonObject jsonObject)
Parses a JSON object representing LLM endpoint parameters.
|
void |
setType(String type)
Sets the type of the LLM endpoint parameters.
|
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public BoxAIAgentLLMEndpointParams(String type)
public BoxAIAgentLLMEndpointParams(JsonObject jsonObject)
jsonObject
- JSON object representing the LLM endpoint parameters.public static BoxAIAgentLLMEndpointParams parse(JsonObject jsonObject)
jsonObject
- JSON object representing the LLM endpoint parameters.public String getType()
public void setType(String type)
type
- The type of the LLM endpoint parameters.public JsonObject getJSONObject()