| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsAnnotationLabelValueResponse |
LLMObsAnnotationLabelValueResponse.assessment(LLMObsAnnotationAssessment assessment) |
LLMObsAnnotationLabelValueResponse |
LLMObsAnnotationLabelValueResponse.labelSchemaId(String labelSchemaId) |
LLMObsAnnotationLabelValueResponse |
LLMObsAnnotationLabelValueResponse.nameWhenSaved(String nameWhenSaved) |
LLMObsAnnotationLabelValueResponse |
LLMObsAnnotationLabelValueResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsAnnotationLabelValueResponse |
LLMObsAnnotationLabelValueResponse.reasoning(String reasoning) |
LLMObsAnnotationLabelValueResponse |
LLMObsAnnotationLabelValueResponse.type(LLMObsLabelSchemaType type) |
LLMObsAnnotationLabelValueResponse |
LLMObsAnnotationLabelValueResponse.value(LLMObsAnnotationLabelValueValue value) |
| Modifier and Type | Method and Description |
|---|---|
List<LLMObsAnnotationLabelValueResponse> |
LLMObsAnnotationItemResponse.getLabelValues()
Label values for this annotation.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsAnnotationItemResponse |
LLMObsAnnotationItemResponse.addLabelValuesItem(LLMObsAnnotationLabelValueResponse labelValuesItem) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsAnnotationItemResponse |
LLMObsAnnotationItemResponse.labelValues(List<LLMObsAnnotationLabelValueResponse> labelValues) |
void |
LLMObsAnnotationItemResponse.setLabelValues(List<LLMObsAnnotationLabelValueResponse> labelValues) |
| Constructor and Description |
|---|
LLMObsAnnotationItemResponse(OffsetDateTime createdAt,
String createdBy,
String id,
String interactionId,
List<LLMObsAnnotationLabelValueResponse> labelValues,
OffsetDateTime modifiedAt,
String modifiedBy) |
Copyright © 2026. All rights reserved.