Interface TraceWithDetails._FinalStage
- All Known Implementing Classes:
TraceWithDetails.Builder
- Enclosing class:
TraceWithDetails
public static interface TraceWithDetails._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaddAllTags(List<String> tags) additionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()The input data of the trace.Latency of trace in secondsThe metadata associated with the trace.The name of the traceobservations(Nullable<List<String>> observations) observations(List<String> observations) observations(Optional<List<String>> observations) List of observation idsThe output data of the trace.The release version of the application when the trace was createdList of score idsThe session identifier associated with the traceThe tags associated with the trace.Cost of trace in USDThe user identifier associated with the traceThe version of the trace
-
Method Details
-
build
TraceWithDetails build() -
additionalProperty
-
additionalProperties
-
name
The name of the trace
-
name
-
name
-
input
The input data of the trace. Can be any JSON.
-
input
-
output
The output data of the trace. Can be any JSON.
-
output
-
sessionId
The session identifier associated with the trace
-
sessionId
-
sessionId
-
release
The release version of the application when the trace was created
-
release
-
release
-
version
The version of the trace
-
version
-
version
-
userId
The user identifier associated with the trace
-
userId
-
userId
-
metadata
The metadata associated with the trace. Can be any JSON.
-
metadata
-
tags
The tags associated with the trace.
-
addTags
-
addAllTags
-
latency
Latency of trace in seconds
-
latency
-
latency
-
totalCost
Cost of trace in USD
-
totalCost
-
totalCost
-
observations
List of observation ids
-
observations
-
observations
-
scores
List of score ids
-
scores
-
scores
-