@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsInferenceFunction extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PARAMETERS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsInferenceFunction() |
LLMObsInferenceFunction(String name,
Map<String,Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsInferenceFunction |
description(String description) |
boolean |
equals(Object o)
Return true if this LLMObsInferenceFunction 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 |
getDescription()
A description of what the function does.
|
String |
getName()
The name of the function.
|
Map<String,Object> |
getParameters()
JSON schema describing the function parameters.
|
int |
hashCode() |
LLMObsInferenceFunction |
name(String name) |
LLMObsInferenceFunction |
parameters(Map<String,Object> parameters) |
LLMObsInferenceFunction |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsInferenceFunction |
putParametersItem(String key,
Object parametersItem) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setParameters(Map<String,Object> parameters) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PARAMETERS
public LLMObsInferenceFunction description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public LLMObsInferenceFunction name(String name)
public String getName()
public void setName(String name)
public LLMObsInferenceFunction parameters(Map<String,Object> parameters)
public LLMObsInferenceFunction putParametersItem(String key, Object parametersItem)
public Map<String,Object> getParameters()
public LLMObsInferenceFunction 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.