LogTraceUpdateRequest
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type LogTraceUpdateRequest = object;
optional clientVersion: string | null;
optional durationNs: number | null;
optional experimentId: string | null;
optional input: string | null;
optional isComplete: boolean | null;
optional loggingMethod: LoggingMethod;
optional logStreamId: string | null;
optional metricsTestingId: string | null;
optional output: string | null;
optional reliable: boolean;
optional statusCode: number | null;
optional tags: string[] | null;
traceId: string;
Was this page helpful?
