| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static LLMObsLabelSchemaType |
LLMObsLabelSchemaType.BOOLEAN |
static LLMObsLabelSchemaType |
LLMObsLabelSchemaType.CATEGORICAL |
static LLMObsLabelSchemaType |
LLMObsLabelSchemaType.SCORE |
static LLMObsLabelSchemaType |
LLMObsLabelSchemaType.TEXT |
| Modifier and Type | Method and Description |
|---|---|
static LLMObsLabelSchemaType |
LLMObsLabelSchemaType.fromValue(String value) |
LLMObsLabelSchemaType |
LLMObsLabelSchema.getType()
Type of a label in an annotation queue label schema.
|
LLMObsLabelSchemaType |
LLMObsAnnotationLabelValueResponse.getType()
Type of a label in an annotation queue label schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLMObsLabelSchemaType.LLMObsLabelSchemaTypeSerializer.serialize(LLMObsLabelSchemaType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LLMObsLabelSchema.setType(LLMObsLabelSchemaType type) |
void |
LLMObsAnnotationLabelValueResponse.setType(LLMObsLabelSchemaType type) |
LLMObsLabelSchema |
LLMObsLabelSchema.type(LLMObsLabelSchemaType type) |
LLMObsAnnotationLabelValueResponse |
LLMObsAnnotationLabelValueResponse.type(LLMObsLabelSchemaType type) |
| Constructor and Description |
|---|
LLMObsLabelSchema(String name,
LLMObsLabelSchemaType type) |
| Constructor and Description |
|---|
LLMObsLabelSchemaTypeSerializer(Class<LLMObsLabelSchemaType> t) |
Copyright © 2026. All rights reserved.