Interface TraceWithFullDetails._FinalStage
- All Known Implementing Classes:
TraceWithFullDetails.Builder
- Enclosing class:
TraceWithFullDetails
public static interface TraceWithFullDetails._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaddAllObservations(List<ObservationsView> observations) addAllScores(List<ScoreV1> scores) addAllTags(List<String> tags) additionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) addObservations(ObservationsView observations) build()The input data of the trace.Latency of trace in secondsThe metadata associated with the trace.The name of the traceobservations(List<ObservationsView> observations) List of observationsThe output data of the trace.The release version of the application when the trace was createdList of scoresThe 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
TraceWithFullDetails 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 observations
-
addObservations
-
addAllObservations
-
scores
List of scores
-
addScores
-
addAllScores
-