@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsAzureOpenAIMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DEPLOYMENT_ID |
static String |
JSON_PROPERTY_MODEL_VERSION |
static String |
JSON_PROPERTY_RESOURCE_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsAzureOpenAIMetadata() |
| Modifier and Type | Method and Description |
|---|---|
LLMObsAzureOpenAIMetadata |
deploymentId(String deploymentId) |
boolean |
equals(Object o)
Return true if this LLMObsAzureOpenAIMetadata 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 |
getDeploymentId()
The Azure OpenAI deployment ID.
|
String |
getModelVersion()
The model version deployed in Azure.
|
String |
getResourceName()
The Azure OpenAI resource name.
|
int |
hashCode() |
LLMObsAzureOpenAIMetadata |
modelVersion(String modelVersion) |
LLMObsAzureOpenAIMetadata |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsAzureOpenAIMetadata |
resourceName(String resourceName) |
void |
setDeploymentId(String deploymentId) |
void |
setModelVersion(String modelVersion) |
void |
setResourceName(String resourceName) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DEPLOYMENT_ID
public static final String JSON_PROPERTY_MODEL_VERSION
public static final String JSON_PROPERTY_RESOURCE_NAME
public LLMObsAzureOpenAIMetadata deploymentId(String deploymentId)
@Nullable public String getDeploymentId()
public void setDeploymentId(String deploymentId)
public LLMObsAzureOpenAIMetadata modelVersion(String modelVersion)
@Nullable public String getModelVersion()
public void setModelVersion(String modelVersion)
public LLMObsAzureOpenAIMetadata resourceName(String resourceName)
@Nullable public String getResourceName()
public void setResourceName(String resourceName)
public LLMObsAzureOpenAIMetadata 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.