@@ -102,6 +102,22 @@ Methods:
102
102
103
103
# Datasets
104
104
105
+ Response Types:
106
+
107
+ - <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#ListDatasetsResponse " >ListDatasetsResponse</a >
108
+ - <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetGetResponse " >DatasetGetResponse</a >
109
+ - <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetIterrowsResponse " >DatasetIterrowsResponse</a >
110
+ - <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetRegisterResponse " >DatasetRegisterResponse</a >
111
+
112
+ Methods:
113
+
114
+ - <code title =" get /v1beta/datasets/{dataset_id} " >client.Datasets.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, datasetID <a href =" https://pkg.go.dev/builtin#string " >string</a >) (<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetGetResponse " >DatasetGetResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
115
+ - <code title =" get /v1beta/datasets " >client.Datasets.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >) ([ ] <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#ListDatasetsResponseData " >ListDatasetsResponseData</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
116
+ - <code title =" post /v1beta/datasetio/append-rows/{dataset_id} " >client.Datasets.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetService.Appendrows " >Appendrows</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, datasetID <a href =" https://pkg.go.dev/builtin#string " >string</a >, body <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetAppendrowsParams " >DatasetAppendrowsParams</a >) <a href =" https://pkg.go.dev/builtin#error " >error</a ></code >
117
+ - <code title =" get /v1beta/datasetio/iterrows/{dataset_id} " >client.Datasets.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetService.Iterrows " >Iterrows</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, datasetID <a href =" https://pkg.go.dev/builtin#string " >string</a >, query <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetIterrowsParams " >DatasetIterrowsParams</a >) (<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetIterrowsResponse " >DatasetIterrowsResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
118
+ - <code title =" post /v1beta/datasets " >client.Datasets.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetService.Register " >Register</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, body <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetRegisterParams " >DatasetRegisterParams</a >) (<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetRegisterResponse " >DatasetRegisterResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
119
+ - <code title =" delete /v1beta/datasets/{dataset_id} " >client.Datasets.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetService.Unregister " >Unregister</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, datasetID <a href =" https://pkg.go.dev/builtin#string " >string</a >) <a href =" https://pkg.go.dev/builtin#error " >error</a ></code >
120
+
105
121
# Inspect
106
122
107
123
Response Types:
@@ -320,11 +336,26 @@ Methods:
320
336
321
337
Params Types:
322
338
323
- - <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#EventUnionParam " >EventUnionParam</a >
339
+ - <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#QueryConditionParam " >QueryConditionParam</a >
340
+
341
+ Response Types:
342
+
343
+ - <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#QuerySpansResponse " >QuerySpansResponse</a >
344
+ - <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#SpanWithStatus " >SpanWithStatus</a >
345
+ - <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#Trace " >Trace</a >
346
+ - <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryGetSpanResponse " >TelemetryGetSpanResponse</a >
347
+ - <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryGetSpanTreeResponse " >TelemetryGetSpanTreeResponse</a >
348
+ - <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryQueryMetricsResponse " >TelemetryQueryMetricsResponse</a >
324
349
325
350
Methods:
326
351
327
- - <code title =" post /v1/telemetry/events " >client.Telemetry.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.LogEvent " >LogEvent</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, body <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryLogEventParams " >TelemetryLogEventParams</a >) <a href =" https://pkg.go.dev/builtin#error " >error</a ></code >
352
+ - <code title =" get /v1alpha/telemetry/traces/{trace_id}/spans/{span_id} " >client.Telemetry.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.GetSpan " >GetSpan</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, spanID <a href =" https://pkg.go.dev/builtin#string " >string</a >, query <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryGetSpanParams " >TelemetryGetSpanParams</a >) (<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryGetSpanResponse " >TelemetryGetSpanResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
353
+ - <code title =" post /v1alpha/telemetry/spans/{span_id}/tree " >client.Telemetry.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.GetSpanTree " >GetSpanTree</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, spanID <a href =" https://pkg.go.dev/builtin#string " >string</a >, body <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryGetSpanTreeParams " >TelemetryGetSpanTreeParams</a >) (<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryGetSpanTreeResponse " >TelemetryGetSpanTreeResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
354
+ - <code title =" get /v1alpha/telemetry/traces/{trace_id} " >client.Telemetry.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.GetTrace " >GetTrace</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, traceID <a href =" https://pkg.go.dev/builtin#string " >string</a >) (<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#Trace " >Trace</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
355
+ - <code title =" post /v1alpha/telemetry/metrics/{metric_name} " >client.Telemetry.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.QueryMetrics " >QueryMetrics</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, metricName <a href =" https://pkg.go.dev/builtin#string " >string</a >, body <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryQueryMetricsParams " >TelemetryQueryMetricsParams</a >) ([ ] <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryQueryMetricsResponse " >TelemetryQueryMetricsResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
356
+ - <code title =" post /v1alpha/telemetry/spans " >client.Telemetry.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.QuerySpans " >QuerySpans</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, body <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryQuerySpansParams " >TelemetryQuerySpansParams</a >) ([ ] <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#QuerySpansResponseData " >QuerySpansResponseData</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
357
+ - <code title =" post /v1alpha/telemetry/traces " >client.Telemetry.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.QueryTraces " >QueryTraces</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, body <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryQueryTracesParams " >TelemetryQueryTracesParams</a >) ([ ] <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#Trace " >Trace</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
358
+ - <code title =" post /v1alpha/telemetry/spans/export " >client.Telemetry.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.SaveSpansToDataset " >SaveSpansToDataset</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, body <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetrySaveSpansToDatasetParams " >TelemetrySaveSpansToDatasetParams</a >) <a href =" https://pkg.go.dev/builtin#error " >error</a ></code >
328
359
329
360
# Scoring
330
361
@@ -358,6 +389,17 @@ Methods:
358
389
359
390
# Benchmarks
360
391
392
+ Response Types:
393
+
394
+ - <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#Benchmark " >Benchmark</a >
395
+ - <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#ListBenchmarksResponse " >ListBenchmarksResponse</a >
396
+
397
+ Methods:
398
+
399
+ - <code title =" get /v1alpha/eval/benchmarks/{benchmark_id} " >client.Benchmarks.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#BenchmarkService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, benchmarkID <a href =" https://pkg.go.dev/builtin#string " >string</a >) (<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#Benchmark " >Benchmark</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
400
+ - <code title =" get /v1alpha/eval/benchmarks " >client.Benchmarks.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#BenchmarkService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >) ([ ] <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#Benchmark " >Benchmark</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
401
+ - <code title =" post /v1alpha/eval/benchmarks " >client.Benchmarks.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#BenchmarkService.Register " >Register</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, body <a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go " >llamastackclient</a >.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#BenchmarkRegisterParams " >BenchmarkRegisterParams</a >) <a href =" https://pkg.go.dev/builtin#error " >error</a ></code >
402
+
361
403
# Files
362
404
363
405
Response Types:
0 commit comments