@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsAnnotationQueueDataAttributesRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ANNOTATION_SCHEMA |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PROJECT_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsAnnotationQueueDataAttributesRequest() |
LLMObsAnnotationQueueDataAttributesRequest(String name,
String projectId) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsAnnotationQueueDataAttributesRequest |
annotationSchema(LLMObsAnnotationSchema annotationSchema) |
LLMObsAnnotationQueueDataAttributesRequest |
description(String description) |
boolean |
equals(Object o)
Return true if this LLMObsAnnotationQueueDataAttributesRequest 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.
|
LLMObsAnnotationSchema |
getAnnotationSchema()
Schema defining the labels for an annotation queue.
|
String |
getDescription()
Description of the annotation queue.
|
String |
getName()
Name of the annotation queue.
|
String |
getProjectId()
Identifier of the project this queue belongs to.
|
int |
hashCode() |
LLMObsAnnotationQueueDataAttributesRequest |
name(String name) |
LLMObsAnnotationQueueDataAttributesRequest |
projectId(String projectId) |
LLMObsAnnotationQueueDataAttributesRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAnnotationSchema(LLMObsAnnotationSchema annotationSchema) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setProjectId(String projectId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ANNOTATION_SCHEMA
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PROJECT_ID
public LLMObsAnnotationQueueDataAttributesRequest()
public LLMObsAnnotationQueueDataAttributesRequest annotationSchema(LLMObsAnnotationSchema annotationSchema)
@Nullable public LLMObsAnnotationSchema getAnnotationSchema()
public void setAnnotationSchema(LLMObsAnnotationSchema annotationSchema)
public LLMObsAnnotationQueueDataAttributesRequest description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public LLMObsAnnotationQueueDataAttributesRequest name(String name)
public String getName()
public void setName(String name)
public LLMObsAnnotationQueueDataAttributesRequest projectId(String projectId)
public String getProjectId()
public void setProjectId(String projectId)
public LLMObsAnnotationQueueDataAttributesRequest 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.