@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsVertexAIMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_LOCATION |
static String |
JSON_PROPERTY_PROJECT |
static String |
JSON_PROPERTY_PROJECT_IDS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsVertexAIMetadata() |
| Modifier and Type | Method and Description |
|---|---|
LLMObsVertexAIMetadata |
addProjectIdsItem(String projectIdsItem) |
boolean |
equals(Object o)
Return true if this LLMObsVertexAIMetadata 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 |
getLocation()
The Vertex AI region.
|
String |
getProject()
The Google Cloud project ID.
|
List<String> |
getProjectIds()
List of Google Cloud project IDs available to the service account.
|
int |
hashCode() |
LLMObsVertexAIMetadata |
location(String location) |
LLMObsVertexAIMetadata |
project(String project) |
LLMObsVertexAIMetadata |
projectIds(List<String> projectIds) |
LLMObsVertexAIMetadata |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setLocation(String location) |
void |
setProject(String project) |
void |
setProjectIds(List<String> projectIds) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_LOCATION
public static final String JSON_PROPERTY_PROJECT
public static final String JSON_PROPERTY_PROJECT_IDS
public LLMObsVertexAIMetadata location(String location)
@Nullable public String getLocation()
public void setLocation(String location)
public LLMObsVertexAIMetadata project(String project)
@Nullable public String getProject()
public void setProject(String project)
public LLMObsVertexAIMetadata projectIds(List<String> projectIds)
public LLMObsVertexAIMetadata addProjectIdsItem(String projectIdsItem)
@Nullable public List<String> getProjectIds()
public LLMObsVertexAIMetadata 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.