All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
LLMObsExperimentMetric |
addTagsItem(String tagsItem) |
LLMObsExperimentMetric |
assessment(LLMObsMetricAssessment assessment) |
LLMObsExperimentMetric |
booleanValue(Boolean booleanValue) |
LLMObsExperimentMetric |
categoricalValue(String categoricalValue) |
boolean |
equals(Object o)
Return true if this LLMObsExperimentMetric object is equal to o.
|
LLMObsExperimentMetric |
error(LLMObsExperimentMetricError error) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
LLMObsMetricAssessment |
getAssessment()
Assessment result for an LLM Observability experiment metric.
|
Boolean |
getBooleanValue()
Boolean value.
|
String |
getCategoricalValue()
Categorical value.
|
LLMObsExperimentMetricError |
getError()
Error details for an experiment metric evaluation.
|
Map<String,Object> |
getJsonValue()
JSON value.
|
String |
getLabel()
Label or name for the metric.
|
Map<String,Object> |
getMetadata()
Arbitrary metadata associated with the metric.
|
LLMObsMetricScoreType |
getMetricType()
Type of metric recorded for an LLM Observability experiment.
|
String |
getReasoning()
Human-readable reasoning for the metric value.
|
Double |
getScoreValue()
Numeric score value.
|
String |
getSpanId()
The ID of the span this metric measures.
|
List<String> |
getTags()
List of tags associated with the metric.
|
Long |
getTimestampMs()
Timestamp when the metric was recorded, in milliseconds since Unix epoch.
|
int |
hashCode() |
LLMObsExperimentMetric |
jsonValue(Map<String,Object> jsonValue) |
LLMObsExperimentMetric |
label(String label) |
LLMObsExperimentMetric |
metadata(Map<String,Object> metadata) |
LLMObsExperimentMetric |
metricType(LLMObsMetricScoreType metricType) |
LLMObsExperimentMetric |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsExperimentMetric |
putJsonValueItem(String key,
Object jsonValueItem) |
LLMObsExperimentMetric |
putMetadataItem(String key,
Object metadataItem) |
LLMObsExperimentMetric |
reasoning(String reasoning) |
LLMObsExperimentMetric |
scoreValue(Double scoreValue) |
void |
setAssessment(LLMObsMetricAssessment assessment) |
void |
setBooleanValue(Boolean booleanValue) |
void |
setCategoricalValue(String categoricalValue) |
void |
setError(LLMObsExperimentMetricError error) |
void |
setJsonValue(Map<String,Object> jsonValue) |
void |
setLabel(String label) |
void |
setMetadata(Map<String,Object> metadata) |
void |
setMetricType(LLMObsMetricScoreType metricType) |
void |
setReasoning(String reasoning) |
void |
setScoreValue(Double scoreValue) |
void |
setSpanId(String spanId) |
void |
setTags(List<String> tags) |
void |
setTimestampMs(Long timestampMs) |
LLMObsExperimentMetric |
spanId(String spanId) |
LLMObsExperimentMetric |
tags(List<String> tags) |
LLMObsExperimentMetric |
timestampMs(Long timestampMs) |
String |
toString() |