@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsCustomEvalConfigPromptToolCall extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ARGUMENTS |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsCustomEvalConfigPromptToolCall() |
| Modifier and Type | Method and Description |
|---|---|
LLMObsCustomEvalConfigPromptToolCall |
arguments(String arguments) |
boolean |
equals(Object o)
Return true if this LLMObsCustomEvalConfigPromptToolCall object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getArguments()
JSON-encoded arguments for the tool call.
|
String |
getId()
Unique identifier of the tool call.
|
String |
getName()
Name of the tool being called.
|
String |
getType()
Type of the tool call.
|
int |
hashCode() |
LLMObsCustomEvalConfigPromptToolCall |
id(String id) |
LLMObsCustomEvalConfigPromptToolCall |
name(String name) |
LLMObsCustomEvalConfigPromptToolCall |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setArguments(String arguments) |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
LLMObsCustomEvalConfigPromptToolCall |
type(String type) |
public boolean unparsed
public static final String JSON_PROPERTY_ARGUMENTS
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_TYPE
public LLMObsCustomEvalConfigPromptToolCall()
public LLMObsCustomEvalConfigPromptToolCall arguments(String arguments)
@Nullable public String getArguments()
public void setArguments(String arguments)
public LLMObsCustomEvalConfigPromptToolCall id(String id)
@Nullable public String getId()
public void setId(String id)
public LLMObsCustomEvalConfigPromptToolCall name(String name)
@Nullable public String getName()
public void setName(String name)
public LLMObsCustomEvalConfigPromptToolCall type(String type)
@Nullable public String getType()
public void setType(String type)
public LLMObsCustomEvalConfigPromptToolCall putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.