LLMObsSpanAttributes |
LLMObsSpanAttributes.addTagsItem(String tagsItem) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.addToolDefinitionsItem(LLMObsSpanToolDefinition toolDefinitionsItem) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.duration(Double duration) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.evaluation(Map<String,LLMObsSpanEvaluationMetric> evaluation) |
LLMObsSpanAttributes |
LLMObsSpanData.getAttributes()
Attributes of an LLM Observability span.
|
LLMObsSpanAttributes |
LLMObsSpanAttributes.input(LLMObsSpanIO input) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.intent(String intent) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.metadata(Map<String,Object> metadata) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.metrics(Map<String,Double> metrics) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.mlApp(String mlApp) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.modelName(String modelName) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.modelProvider(String modelProvider) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.name(String name) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.output(LLMObsSpanIO output) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.parentId(String parentId) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsSpanAttributes |
LLMObsSpanAttributes.putEvaluationItem(String key,
LLMObsSpanEvaluationMetric evaluationItem) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.putMetadataItem(String key,
Object metadataItem) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.putMetricsItem(String key,
Double metricsItem) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.spanId(String spanId) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.spanKind(String spanKind) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.startNs(Long startNs) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.status(String status) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.tags(List<String> tags) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.toolDefinitions(List<LLMObsSpanToolDefinition> toolDefinitions) |
LLMObsSpanAttributes |
LLMObsSpanAttributes.traceId(String traceId) |