Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt

Use this file to discover all available pages before exploring further.


Type Alias: LogTracesIngestResponse

type LogTracesIngestResponse = object;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:4

Properties

experimentId?

optional experimentId: string | null;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:12 Experiment id associated with the traces.

logStreamId?

optional logStreamId: string | null;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:8 Log stream id associated with the traces.

metricsTestingId?

optional metricsTestingId: string | null;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:16 Metrics testing id associated with the traces.

projectId

projectId: string;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:20 Project id associated with the traces.

projectName

projectName: string;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:24 Project name associated with the traces.

recordsCount

recordsCount: number;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:32 Total number of records ingested

sessionId?

optional sessionId: string | null;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:28 Session id associated with the traces.

traceIds?

optional traceIds: string[] | null;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:40 List of trace IDs that were ingested. Only included if include_trace_ids=True in request.

tracesCount

tracesCount: number;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestresponse.d.ts:36 total number of traces ingested