@ancplua/qyl-api-schema 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/api/routes.tsp +0 -143
- package/generated/json-schema/qyl-api-schema.json +900 -4090
- package/generated/openapi/qyl.openapi.json +4283 -8430
- package/generated/otel-keys.gen.tsp +1 -1
- package/generated/ts-runtime/api.d.ts +0 -660
- package/generated/ts-runtime/api.js +0 -187
- package/index.tsp +0 -3
- package/models/runner-mcp.tsp +0 -4
- package/otel/enums.tsp +0 -119
- package/otel/otel-conventions.tsp +0 -2
- package/package.json +2 -5
- package/models/cost-etl-audit.tsp +0 -982
- package/otel/metrics.tsp +0 -237
- package/otel/profiles.tsp +0 -335
|
@@ -109,34 +109,6 @@ export declare const SeverityTextValues: {
|
|
|
109
109
|
readonly FATAL: "FATAL";
|
|
110
110
|
};
|
|
111
111
|
export type SeverityText = typeof SeverityTextValues[keyof typeof SeverityTextValues];
|
|
112
|
-
export declare const MetricTypeValues: {
|
|
113
|
-
readonly gauge: "gauge";
|
|
114
|
-
readonly sum: "sum";
|
|
115
|
-
readonly histogram: "histogram";
|
|
116
|
-
readonly exponentialHistogram: "exponential_histogram";
|
|
117
|
-
readonly summary: "summary";
|
|
118
|
-
};
|
|
119
|
-
export type MetricType = typeof MetricTypeValues[keyof typeof MetricTypeValues];
|
|
120
|
-
export declare const AggregationTemporalityValues: {
|
|
121
|
-
readonly delta: 1;
|
|
122
|
-
readonly cumulative: 2;
|
|
123
|
-
};
|
|
124
|
-
export type AggregationTemporality = typeof AggregationTemporalityValues[keyof typeof AggregationTemporalityValues];
|
|
125
|
-
export declare const DataPointFlagsValues: {
|
|
126
|
-
readonly none: 0;
|
|
127
|
-
readonly noRecordedValue: 1;
|
|
128
|
-
};
|
|
129
|
-
export type DataPointFlags = typeof DataPointFlagsValues[keyof typeof DataPointFlagsValues];
|
|
130
|
-
export declare const InstrumentKindValues: {
|
|
131
|
-
readonly counter: "Counter";
|
|
132
|
-
readonly upDownCounter: "UpDownCounter";
|
|
133
|
-
readonly histogram: "Histogram";
|
|
134
|
-
readonly gauge: "Gauge";
|
|
135
|
-
readonly observableCounter: "ObservableCounter";
|
|
136
|
-
readonly observableGauge: "ObservableGauge";
|
|
137
|
-
readonly observableUpDownCounter: "ObservableUpDownCounter";
|
|
138
|
-
};
|
|
139
|
-
export type InstrumentKind = typeof InstrumentKindValues[keyof typeof InstrumentKindValues];
|
|
140
112
|
export declare const TelemetrySdkLanguageValues: {
|
|
141
113
|
readonly cpp: "cpp";
|
|
142
114
|
readonly dotnet: "dotnet";
|
|
@@ -176,27 +148,6 @@ export declare const EventDomainValues: {
|
|
|
176
148
|
readonly log: "log";
|
|
177
149
|
};
|
|
178
150
|
export type EventDomain = typeof EventDomainValues[keyof typeof EventDomainValues];
|
|
179
|
-
export declare const OriginalPayloadFormatValues: {
|
|
180
|
-
readonly pprof: "pprof";
|
|
181
|
-
readonly jfr: "jfr";
|
|
182
|
-
readonly linuxPerf: "linux_perf";
|
|
183
|
-
};
|
|
184
|
-
export type OriginalPayloadFormat = typeof OriginalPayloadFormatValues[keyof typeof OriginalPayloadFormatValues];
|
|
185
|
-
export declare const ProfileFrameTypeValues: {
|
|
186
|
-
readonly beam: "beam";
|
|
187
|
-
readonly cpython: "cpython";
|
|
188
|
-
readonly dotnet: "dotnet";
|
|
189
|
-
readonly go: "go";
|
|
190
|
-
readonly jvm: "jvm";
|
|
191
|
-
readonly kernel: "kernel";
|
|
192
|
-
readonly native: "native";
|
|
193
|
-
readonly perl: "perl";
|
|
194
|
-
readonly php: "php";
|
|
195
|
-
readonly ruby: "ruby";
|
|
196
|
-
readonly rust: "rust";
|
|
197
|
-
readonly v8js: "v8js";
|
|
198
|
-
};
|
|
199
|
-
export type ProfileFrameType = typeof ProfileFrameTypeValues[keyof typeof ProfileFrameTypeValues];
|
|
200
151
|
export declare const CloudProviderValues: {
|
|
201
152
|
readonly alibabaCloud: "alibaba_cloud";
|
|
202
153
|
readonly aws: "aws";
|
|
@@ -414,177 +365,10 @@ export declare const FetchTelemetryViewValues: {
|
|
|
414
365
|
readonly mcpStats: "mcp_stats";
|
|
415
366
|
};
|
|
416
367
|
export type FetchTelemetryView = typeof FetchTelemetryViewValues[keyof typeof FetchTelemetryViewValues];
|
|
417
|
-
export declare const ProviderBillingSourceStatusValues: {
|
|
418
|
-
readonly unconfigured: "unconfigured";
|
|
419
|
-
readonly pending: "pending";
|
|
420
|
-
readonly current: "current";
|
|
421
|
-
readonly stale: "stale";
|
|
422
|
-
readonly syncFailed: "sync_failed";
|
|
423
|
-
};
|
|
424
|
-
export type ProviderBillingSourceStatus = typeof ProviderBillingSourceStatusValues[keyof typeof ProviderBillingSourceStatusValues];
|
|
425
|
-
export declare const ProviderBillingAttributionValues: {
|
|
426
|
-
readonly providerModelPeriod: "provider_model_period";
|
|
427
|
-
readonly providerPeriod: "provider_period";
|
|
428
|
-
readonly unavailable: "unavailable";
|
|
429
|
-
};
|
|
430
|
-
export type ProviderBillingAttribution = typeof ProviderBillingAttributionValues[keyof typeof ProviderBillingAttributionValues];
|
|
431
|
-
export declare const ModelCatalogSourceStatusValues: {
|
|
432
|
-
readonly unconfigured: "unconfigured";
|
|
433
|
-
readonly pending: "pending";
|
|
434
|
-
readonly current: "current";
|
|
435
|
-
readonly stale: "stale";
|
|
436
|
-
readonly syncFailed: "sync_failed";
|
|
437
|
-
};
|
|
438
|
-
export type ModelCatalogSourceStatus = typeof ModelCatalogSourceStatusValues[keyof typeof ModelCatalogSourceStatusValues];
|
|
439
|
-
export declare const ModelCatalogPriceSemanticsValues: {
|
|
440
|
-
readonly minimumAvailableRate: "minimum_available_rate";
|
|
441
|
-
readonly publishedRate: "published_rate";
|
|
442
|
-
};
|
|
443
|
-
export type ModelCatalogPriceSemantics = typeof ModelCatalogPriceSemanticsValues[keyof typeof ModelCatalogPriceSemanticsValues];
|
|
444
|
-
export declare const ModelCatalogObservedIdentityBasisValues: {
|
|
445
|
-
readonly responseModel: "response_model";
|
|
446
|
-
readonly requestModelFallback: "request_model_fallback";
|
|
447
|
-
};
|
|
448
|
-
export type ModelCatalogObservedIdentityBasis = typeof ModelCatalogObservedIdentityBasisValues[keyof typeof ModelCatalogObservedIdentityBasisValues];
|
|
449
|
-
export declare const ModelCatalogMatchKindValues: {
|
|
450
|
-
readonly exactModelId: "exact_model_id";
|
|
451
|
-
readonly exactCanonicalSlug: "exact_canonical_slug";
|
|
452
|
-
};
|
|
453
|
-
export type ModelCatalogMatchKind = typeof ModelCatalogMatchKindValues[keyof typeof ModelCatalogMatchKindValues];
|
|
454
|
-
export declare const ModelCatalogBillingModeValues: {
|
|
455
|
-
readonly perUnit: "per_unit";
|
|
456
|
-
readonly perRequest: "per_request";
|
|
457
|
-
};
|
|
458
|
-
export type ModelCatalogBillingMode = typeof ModelCatalogBillingModeValues[keyof typeof ModelCatalogBillingModeValues];
|
|
459
|
-
export declare const GenAiEtlPromotionGateKindValues: {
|
|
460
|
-
readonly contractStability: "contract_stability";
|
|
461
|
-
readonly offlineReplay: "offline_replay";
|
|
462
|
-
readonly calibratedConfidence: "calibrated_confidence";
|
|
463
|
-
readonly shadowTraffic: "shadow_traffic";
|
|
464
|
-
readonly limitedServing: "limited_serving";
|
|
465
|
-
readonly rollbackResidualPolicy: "rollback_residual_policy";
|
|
466
|
-
};
|
|
467
|
-
export type GenAiEtlPromotionGateKind = typeof GenAiEtlPromotionGateKindValues[keyof typeof GenAiEtlPromotionGateKindValues];
|
|
468
|
-
export declare const GenAiEtlPromotionGateStateValues: {
|
|
469
|
-
readonly passed: "passed";
|
|
470
|
-
readonly failed: "failed";
|
|
471
|
-
readonly notEvaluated: "not_evaluated";
|
|
472
|
-
readonly blockedMissingEvidence: "blocked_missing_evidence";
|
|
473
|
-
};
|
|
474
|
-
export type GenAiEtlPromotionGateState = typeof GenAiEtlPromotionGateStateValues[keyof typeof GenAiEtlPromotionGateStateValues];
|
|
475
|
-
export declare const GenAiEtlOutputContractValues: {
|
|
476
|
-
readonly prose: "prose";
|
|
477
|
-
readonly label: "label";
|
|
478
|
-
readonly spanList: "span_list";
|
|
479
|
-
readonly record: "record";
|
|
480
|
-
readonly vector: "vector";
|
|
481
|
-
readonly catalogReference: "catalog_reference";
|
|
482
|
-
readonly number: "number";
|
|
483
|
-
readonly boolean: "boolean";
|
|
484
|
-
readonly unknown: "unknown";
|
|
485
|
-
};
|
|
486
|
-
export type GenAiEtlOutputContract = typeof GenAiEtlOutputContractValues[keyof typeof GenAiEtlOutputContractValues];
|
|
487
|
-
export declare const GenAiEtlTaskFamilyValues: {
|
|
488
|
-
readonly openReasoningGeneration: "open_reasoning_generation";
|
|
489
|
-
readonly classification: "classification";
|
|
490
|
-
readonly sequenceLabeling: "sequence_labeling";
|
|
491
|
-
readonly structuredExtraction: "structured_extraction";
|
|
492
|
-
readonly retrievalEntityResolution: "retrieval_entity_resolution";
|
|
493
|
-
readonly similarityClustering: "similarity_clustering";
|
|
494
|
-
readonly normalizationTransformation: "normalization_transformation";
|
|
495
|
-
readonly numericAnalytical: "numeric_analytical";
|
|
496
|
-
readonly unknown: "unknown";
|
|
497
|
-
};
|
|
498
|
-
export type GenAiEtlTaskFamily = typeof GenAiEtlTaskFamilyValues[keyof typeof GenAiEtlTaskFamilyValues];
|
|
499
|
-
export declare const GenAiEtlCandidateStatusValues: {
|
|
500
|
-
readonly hypothesisOnly: "hypothesis_only";
|
|
501
|
-
readonly insufficientEvidence: "insufficient_evidence";
|
|
502
|
-
};
|
|
503
|
-
export type GenAiEtlCandidateStatus = typeof GenAiEtlCandidateStatusValues[keyof typeof GenAiEtlCandidateStatusValues];
|
|
504
|
-
export declare const GenAiEtlCandidatePathValues: {
|
|
505
|
-
readonly exactCache: "exact_cache";
|
|
506
|
-
readonly deterministicCode: "deterministic_code";
|
|
507
|
-
readonly boundedRetrieval: "bounded_retrieval";
|
|
508
|
-
readonly smallClassifierExtractor: "small_classifier_extractor";
|
|
509
|
-
readonly smallerGenerativeModel: "smaller_generative_model";
|
|
510
|
-
readonly frontierModel: "frontier_model";
|
|
511
|
-
readonly insufficientEvidence: "insufficient_evidence";
|
|
512
|
-
};
|
|
513
|
-
export type GenAiEtlCandidatePath = typeof GenAiEtlCandidatePathValues[keyof typeof GenAiEtlCandidatePathValues];
|
|
514
|
-
export declare const GenAiEtlValidationMetricValues: {
|
|
515
|
-
readonly accuracy: "accuracy";
|
|
516
|
-
readonly macroF1: "macro_f1";
|
|
517
|
-
readonly calibrationError: "calibration_error";
|
|
518
|
-
readonly spanPrecision: "span_precision";
|
|
519
|
-
readonly spanRecall: "span_recall";
|
|
520
|
-
readonly spanF1: "span_f1";
|
|
521
|
-
readonly fieldExactMatch: "field_exact_match";
|
|
522
|
-
readonly schemaValidity: "schema_validity";
|
|
523
|
-
readonly matchAccuracy: "match_accuracy";
|
|
524
|
-
readonly recallAtK: "recall_at_k";
|
|
525
|
-
readonly meanReciprocalRank: "mean_reciprocal_rank";
|
|
526
|
-
readonly exactMatch: "exact_match";
|
|
527
|
-
readonly numericTolerance: "numeric_tolerance";
|
|
528
|
-
readonly humanPreference: "human_preference";
|
|
529
|
-
readonly taskSuccess: "task_success";
|
|
530
|
-
readonly unavailable: "unavailable";
|
|
531
|
-
};
|
|
532
|
-
export type GenAiEtlValidationMetric = typeof GenAiEtlValidationMetricValues[keyof typeof GenAiEtlValidationMetricValues];
|
|
533
|
-
export declare const GenAiEtlResidualPathValues: {
|
|
534
|
-
readonly frontierModel: "frontier_model";
|
|
535
|
-
readonly humanReview: "human_review";
|
|
536
|
-
readonly retry: "retry";
|
|
537
|
-
readonly degradedResponse: "degraded_response";
|
|
538
|
-
readonly none: "none";
|
|
539
|
-
readonly undetermined: "undetermined";
|
|
540
|
-
};
|
|
541
|
-
export type GenAiEtlResidualPath = typeof GenAiEtlResidualPathValues[keyof typeof GenAiEtlResidualPathValues];
|
|
542
|
-
export declare const GenAiEtlEvidenceSignalValues: {
|
|
543
|
-
readonly workflowIdentity: "workflow_identity";
|
|
544
|
-
readonly outputContract: "output_contract";
|
|
545
|
-
readonly providerModel: "provider_model";
|
|
546
|
-
readonly tokenUsage: "token_usage";
|
|
547
|
-
readonly catalogTokenEstimate: "catalog_token_estimate";
|
|
548
|
-
readonly recurringSchema: "recurring_schema";
|
|
549
|
-
readonly boundedReference: "bounded_reference";
|
|
550
|
-
readonly taskMetric: "task_metric";
|
|
551
|
-
readonly acceptedOutputReplay: "accepted_output_replay";
|
|
552
|
-
readonly downstreamFate: "downstream_fate";
|
|
553
|
-
readonly calibratedConfidence: "calibrated_confidence";
|
|
554
|
-
readonly shadowComparison: "shadow_comparison";
|
|
555
|
-
readonly fallbackPolicy: "fallback_policy";
|
|
556
|
-
};
|
|
557
|
-
export type GenAiEtlEvidenceSignal = typeof GenAiEtlEvidenceSignalValues[keyof typeof GenAiEtlEvidenceSignalValues];
|
|
558
|
-
export declare const ModelCatalogRateRelationValues: {
|
|
559
|
-
readonly baseRate: "base_rate";
|
|
560
|
-
readonly additiveSurcharge: "additive_surcharge";
|
|
561
|
-
readonly replacesInclusiveBaseRate: "replaces_inclusive_base_rate";
|
|
562
|
-
readonly replacesPublishedRate: "replaces_published_rate";
|
|
563
|
-
};
|
|
564
|
-
export type ModelCatalogRateRelation = typeof ModelCatalogRateRelationValues[keyof typeof ModelCatalogRateRelationValues];
|
|
565
|
-
export declare const ModelCatalogTokenExclusionReasonValues: {
|
|
566
|
-
readonly usageNotObserved: "usage_not_observed";
|
|
567
|
-
readonly conditionalAdjustmentNotApplied: "conditional_adjustment_not_applied";
|
|
568
|
-
readonly supersededByLaterOverride: "superseded_by_later_override";
|
|
569
|
-
readonly outsideTokenEstimateScope: "outside_token_estimate_scope";
|
|
570
|
-
readonly unsupportedUsageDimension: "unsupported_usage_dimension";
|
|
571
|
-
readonly unsupportedBillingMode: "unsupported_billing_mode";
|
|
572
|
-
};
|
|
573
|
-
export type ModelCatalogTokenExclusionReason = typeof ModelCatalogTokenExclusionReasonValues[keyof typeof ModelCatalogTokenExclusionReasonValues];
|
|
574
|
-
export declare const GenAiEtlFrontierCostBasisValues: {
|
|
575
|
-
readonly scenario: "scenario";
|
|
576
|
-
readonly catalogTokenEstimate: "catalog_token_estimate";
|
|
577
|
-
readonly unavailable: "unavailable";
|
|
578
|
-
};
|
|
579
|
-
export type GenAiEtlFrontierCostBasis = typeof GenAiEtlFrontierCostBasisValues[keyof typeof GenAiEtlFrontierCostBasisValues];
|
|
580
368
|
export type AttributeDouble = number | "NaN" | "Infinity" | "-Infinity";
|
|
581
369
|
export type AttributeValue = null | string | boolean | AttributeIntValue | AttributeDoubleValue | AttributeBytesValue | AttributeValue[] | AttributeKeyValueListValue;
|
|
582
370
|
export type ApiError = NotFoundError | ValidationError | UnauthorizedError | ForbiddenError | ConflictError | RateLimitError | InternalServerError | BadGatewayError | ServiceUnavailableError;
|
|
583
371
|
export type LogBody = LogBodyString | LogBodyKvList | LogBodyArray | LogBodyBytes;
|
|
584
|
-
export type MetricDouble = number | "NaN" | "Infinity" | "-Infinity";
|
|
585
|
-
export type MetricNumberValue = MetricIntegerValue | MetricDoubleValue;
|
|
586
|
-
export type SummaryQuantileDouble = number | "Infinity";
|
|
587
|
-
export type MetricPoint = GaugeMetricPoint | SumMetricPoint | HistogramMetricPoint | ExponentialHistogramMetricPoint | SummaryMetricPoint;
|
|
588
372
|
export type RunnerMcpServerConfiguration = RunnerMcpStdioServerConfiguration | RunnerMcpStreamableHttpServerConfiguration | RunnerMcpSseServerConfiguration | RunnerMcpInProcessServerConfiguration | RunnerMcpBuiltinServerConfiguration;
|
|
589
373
|
export type RunnerMcpTestAssertion = RunnerMcpStatusAssertion | RunnerMcpExactAssertion | RunnerMcpPartialAssertion | RunnerMcpSchemaAssertion | RunnerMcpPatternAssertion | RunnerMcpLatencyAssertion;
|
|
590
374
|
export type RunnerMcpEvaluationExportPayload = RunnerMcpEvaluationJsonExportPayload | RunnerMcpEvaluationReportExportPayload;
|
|
@@ -592,11 +376,6 @@ export type RunnerResourceEvents = RunnerResourceState;
|
|
|
592
376
|
export type RunnerLogEvents = RunnerLogLine;
|
|
593
377
|
export type RunnerMcpProtocolEvents = RunnerMcpProtocolEvent;
|
|
594
378
|
export type RunnerMcpExecutionUpdateEvents = RunnerMcpExecutionRecord;
|
|
595
|
-
export type ModelCatalogExclusionRateEvidence = ModelCatalogBaseRateEvidence | ModelCatalogAdditiveSurchargeEvidence | ModelCatalogInclusiveReplacementEvidence | ModelCatalogPublishedReplacementEvidence;
|
|
596
|
-
export type ModelCatalogTokenEstimateComponent = ModelCatalogTokenBaseRateComponent | ModelCatalogTokenAdditiveSurchargeComponent | ModelCatalogTokenInclusiveReplacementRateComponent | ModelCatalogTokenConditionalOverrideRateComponent;
|
|
597
|
-
export type ModelCatalogTokenEstimateExclusion = ModelCatalogUsageNotObservedExclusion | ModelCatalogConditionalAdjustmentNotAppliedExclusion | ModelCatalogSupersededOverrideExclusion | ModelCatalogOutsideTokenScopeExclusion | ModelCatalogUnsupportedUsageExclusion | ModelCatalogUnsupportedBillingExclusion;
|
|
598
|
-
export type GenAiEtlCatalogTokenCostEstimate = GenAiEtlCatalogTokenCalculatedEstimate | GenAiEtlCatalogTokenSourceUnavailableEstimate | GenAiEtlCatalogTokenStaleSourceEstimate | GenAiEtlCatalogTokenMissingModelIdentityEstimate | GenAiEtlCatalogTokenModelNotFoundEstimate | GenAiEtlCatalogTokenAmbiguousModelEstimate | GenAiEtlCatalogTokenIncompleteUsageEstimate | GenAiEtlCatalogTokenConditionalPricingUnresolvableEstimate | GenAiEtlCatalogTokenUnsupportedPricingEstimate;
|
|
599
|
-
export type GenAiEtlClusterEvaluation = GenAiEtlScenarioClusterEvaluation | GenAiEtlCatalogTokenClusterEvaluation | GenAiEtlUnavailableClusterEvaluation;
|
|
600
379
|
export type LogEvents = LogStreamEvent | HeartbeatEvent;
|
|
601
380
|
export interface AttributeBytesValue {
|
|
602
381
|
"type": "bytes";
|
|
@@ -861,173 +640,6 @@ export interface LogTemplate {
|
|
|
861
640
|
"parameters": Attribute[];
|
|
862
641
|
"rendered_message"?: string;
|
|
863
642
|
}
|
|
864
|
-
export interface MetricIntegerValue {
|
|
865
|
-
"as_int": string;
|
|
866
|
-
}
|
|
867
|
-
export interface MetricDoubleValue {
|
|
868
|
-
"as_double": MetricDouble;
|
|
869
|
-
}
|
|
870
|
-
export interface MetricExemplar {
|
|
871
|
-
"time_unix_nano": string;
|
|
872
|
-
"value": MetricNumberValue;
|
|
873
|
-
"span_id"?: SpanId;
|
|
874
|
-
"trace_id"?: TraceId;
|
|
875
|
-
"filtered_attributes"?: Attribute[];
|
|
876
|
-
}
|
|
877
|
-
export interface ExponentialHistogramBuckets {
|
|
878
|
-
"offset": number;
|
|
879
|
-
"bucket_counts": string[];
|
|
880
|
-
}
|
|
881
|
-
export interface SummaryQuantileValue {
|
|
882
|
-
"quantile": number;
|
|
883
|
-
"value": SummaryQuantileDouble;
|
|
884
|
-
}
|
|
885
|
-
export interface MetricPointBase {
|
|
886
|
-
"name": string;
|
|
887
|
-
"description"?: string;
|
|
888
|
-
"unit"?: string;
|
|
889
|
-
"metadata"?: Attribute[];
|
|
890
|
-
"attributes"?: Attribute[];
|
|
891
|
-
"start_time_unix_nano": string;
|
|
892
|
-
"time_unix_nano": string;
|
|
893
|
-
"flags": number;
|
|
894
|
-
"resource": Resource;
|
|
895
|
-
"resource_schema_url"?: string;
|
|
896
|
-
"instrumentation_scope"?: InstrumentationScope;
|
|
897
|
-
"scope_schema_url"?: string;
|
|
898
|
-
}
|
|
899
|
-
export interface GaugeMetricPoint extends MetricPointBase {
|
|
900
|
-
"type": "gauge";
|
|
901
|
-
"value"?: MetricNumberValue;
|
|
902
|
-
"exemplars"?: MetricExemplar[];
|
|
903
|
-
}
|
|
904
|
-
export interface SumMetricPoint extends MetricPointBase {
|
|
905
|
-
"type": "sum";
|
|
906
|
-
"value"?: MetricNumberValue;
|
|
907
|
-
"aggregation_temporality": AggregationTemporality;
|
|
908
|
-
"is_monotonic": boolean;
|
|
909
|
-
"exemplars"?: MetricExemplar[];
|
|
910
|
-
}
|
|
911
|
-
export interface HistogramMetricPoint extends MetricPointBase {
|
|
912
|
-
"type": "histogram";
|
|
913
|
-
"count": string;
|
|
914
|
-
"sum"?: MetricDouble;
|
|
915
|
-
"bucket_counts": string[];
|
|
916
|
-
"explicit_bounds": number[];
|
|
917
|
-
"min"?: MetricDouble;
|
|
918
|
-
"max"?: MetricDouble;
|
|
919
|
-
"aggregation_temporality": AggregationTemporality;
|
|
920
|
-
"exemplars"?: MetricExemplar[];
|
|
921
|
-
}
|
|
922
|
-
export interface ExponentialHistogramMetricPoint extends MetricPointBase {
|
|
923
|
-
"type": "exponential_histogram";
|
|
924
|
-
"count": string;
|
|
925
|
-
"sum"?: MetricDouble;
|
|
926
|
-
"scale": number;
|
|
927
|
-
"zero_count": string;
|
|
928
|
-
"zero_threshold": MetricDouble;
|
|
929
|
-
"positive": ExponentialHistogramBuckets;
|
|
930
|
-
"negative": ExponentialHistogramBuckets;
|
|
931
|
-
"min"?: MetricDouble;
|
|
932
|
-
"max"?: MetricDouble;
|
|
933
|
-
"aggregation_temporality": AggregationTemporality;
|
|
934
|
-
"exemplars"?: MetricExemplar[];
|
|
935
|
-
}
|
|
936
|
-
export interface SummaryMetricPoint extends MetricPointBase {
|
|
937
|
-
"type": "summary";
|
|
938
|
-
"count": string;
|
|
939
|
-
"sum": MetricDouble;
|
|
940
|
-
"quantile_values": SummaryQuantileValue[];
|
|
941
|
-
}
|
|
942
|
-
export interface Profile {
|
|
943
|
-
"profile_id": string;
|
|
944
|
-
"sample_type"?: ProfileValueType;
|
|
945
|
-
"samples"?: ProfileSample[];
|
|
946
|
-
"time_unix_nano": number;
|
|
947
|
-
"duration_nano": number;
|
|
948
|
-
"period_type"?: ProfileValueType;
|
|
949
|
-
"period"?: number;
|
|
950
|
-
"original_payload_format"?: OriginalPayloadFormat;
|
|
951
|
-
"original_payload"?: string;
|
|
952
|
-
"attributes"?: Attribute[];
|
|
953
|
-
"dropped_attributes_count"?: number;
|
|
954
|
-
"resource": Resource;
|
|
955
|
-
"instrumentation_scope"?: InstrumentationScope;
|
|
956
|
-
"string_table"?: string[];
|
|
957
|
-
"function_table"?: ProfileFunction[];
|
|
958
|
-
"location_table"?: ProfileLocation[];
|
|
959
|
-
"mapping_table"?: ProfileMapping[];
|
|
960
|
-
"link_table"?: ProfileLink[];
|
|
961
|
-
"stack_table"?: ProfileStack[];
|
|
962
|
-
}
|
|
963
|
-
export interface ProfileValueType {
|
|
964
|
-
"type_strindex"?: number;
|
|
965
|
-
"unit_strindex"?: number;
|
|
966
|
-
}
|
|
967
|
-
export interface ProfileSample {
|
|
968
|
-
"stack_index"?: number;
|
|
969
|
-
"attribute_indices"?: number[];
|
|
970
|
-
"link_index"?: number;
|
|
971
|
-
"values"?: number[];
|
|
972
|
-
"timestamps_unix_nano"?: number[];
|
|
973
|
-
}
|
|
974
|
-
export interface ProfileFunction {
|
|
975
|
-
"name_strindex"?: number;
|
|
976
|
-
"system_name_strindex"?: number;
|
|
977
|
-
"filename_strindex"?: number;
|
|
978
|
-
"start_line"?: number;
|
|
979
|
-
}
|
|
980
|
-
export interface ProfileLocation {
|
|
981
|
-
"mapping_index"?: number;
|
|
982
|
-
"address"?: number;
|
|
983
|
-
"lines"?: ProfileLine[];
|
|
984
|
-
"attribute_indices"?: number[];
|
|
985
|
-
}
|
|
986
|
-
export interface ProfileLine {
|
|
987
|
-
"function_index"?: number;
|
|
988
|
-
"line"?: number;
|
|
989
|
-
"column"?: number;
|
|
990
|
-
}
|
|
991
|
-
export interface ProfileMapping {
|
|
992
|
-
"memory_start"?: number;
|
|
993
|
-
"memory_limit"?: number;
|
|
994
|
-
"file_offset"?: number;
|
|
995
|
-
"filename_strindex"?: number;
|
|
996
|
-
"attribute_indices"?: number[];
|
|
997
|
-
}
|
|
998
|
-
export interface ProfileLink {
|
|
999
|
-
"trace_id"?: TraceId;
|
|
1000
|
-
"span_id"?: SpanId;
|
|
1001
|
-
}
|
|
1002
|
-
export interface ProfileStack {
|
|
1003
|
-
"location_indices"?: number[];
|
|
1004
|
-
}
|
|
1005
|
-
export interface ProfileQueryFilters {
|
|
1006
|
-
"trace_id"?: TraceId;
|
|
1007
|
-
"span_id"?: SpanId;
|
|
1008
|
-
"session_id"?: SessionId;
|
|
1009
|
-
"service_name"?: string;
|
|
1010
|
-
"sample_type"?: string;
|
|
1011
|
-
"profile_frame_type"?: string;
|
|
1012
|
-
"original_payload_format"?: OriginalPayloadFormat;
|
|
1013
|
-
"min_duration_nano"?: number;
|
|
1014
|
-
"time_from"?: string;
|
|
1015
|
-
"time_to"?: string;
|
|
1016
|
-
}
|
|
1017
|
-
export interface ProfileStats {
|
|
1018
|
-
"total_count": number;
|
|
1019
|
-
"total_sample_count": number;
|
|
1020
|
-
"avg_duration_nano": number;
|
|
1021
|
-
"by_sample_type"?: ProfileStatsByDimension[];
|
|
1022
|
-
"by_service"?: ProfileStatsByDimension[];
|
|
1023
|
-
"by_frame_type"?: ProfileStatsByDimension[];
|
|
1024
|
-
}
|
|
1025
|
-
export interface ProfileStatsByDimension {
|
|
1026
|
-
"dimension": string;
|
|
1027
|
-
"count": number;
|
|
1028
|
-
"sample_count": number;
|
|
1029
|
-
"avg_duration_nano": number;
|
|
1030
|
-
}
|
|
1031
643
|
export interface SessionAttributes {
|
|
1032
644
|
"session.id": SessionId;
|
|
1033
645
|
"session.previous_id"?: SessionId;
|
|
@@ -1361,7 +973,6 @@ export interface RunnerMcpTelemetrySignalAvailability {
|
|
|
1361
973
|
export interface RunnerMcpTelemetrySignalSummary {
|
|
1362
974
|
"traces": RunnerMcpTelemetrySignalAvailability;
|
|
1363
975
|
"logs": RunnerMcpTelemetrySignalAvailability;
|
|
1364
|
-
"metrics": RunnerMcpTelemetrySignalAvailability;
|
|
1365
976
|
"exceptions": RunnerMcpTelemetrySignalAvailability;
|
|
1366
977
|
"toolCallEvents": RunnerMcpTelemetrySignalAvailability;
|
|
1367
978
|
}
|
|
@@ -1370,7 +981,6 @@ export interface RunnerMcpExecutionTelemetryResponse {
|
|
|
1370
981
|
"correlation": RunnerMcpTelemetryCorrelation;
|
|
1371
982
|
"traces": Trace[];
|
|
1372
983
|
"logs": LogRecord[];
|
|
1373
|
-
"metrics": MetricPoint[];
|
|
1374
984
|
"queriedAt": string;
|
|
1375
985
|
"selfExportSuppressed": true;
|
|
1376
986
|
}
|
|
@@ -1722,270 +1332,6 @@ export interface FetchTelemetryOutput {
|
|
|
1722
1332
|
"stats"?: McpDashboardStats;
|
|
1723
1333
|
"mode": McpDataMode;
|
|
1724
1334
|
}
|
|
1725
|
-
export interface ProviderBillingSource {
|
|
1726
|
-
"provider": string;
|
|
1727
|
-
"status": ProviderBillingSourceStatus;
|
|
1728
|
-
"source_endpoint": string;
|
|
1729
|
-
"attribution": ProviderBillingAttribution;
|
|
1730
|
-
"last_attempt_at"?: string;
|
|
1731
|
-
"last_success_at"?: string;
|
|
1732
|
-
"period_start"?: string;
|
|
1733
|
-
"period_end"?: string;
|
|
1734
|
-
"currency_code"?: string;
|
|
1735
|
-
"reported_cost_usd"?: number;
|
|
1736
|
-
"model"?: string;
|
|
1737
|
-
"failure_category"?: string;
|
|
1738
|
-
}
|
|
1739
|
-
export interface ModelCatalogSource {
|
|
1740
|
-
"source_id": string;
|
|
1741
|
-
"priority": number;
|
|
1742
|
-
"status": ModelCatalogSourceStatus;
|
|
1743
|
-
"price_semantics"?: ModelCatalogPriceSemantics;
|
|
1744
|
-
"source_endpoint": string;
|
|
1745
|
-
"last_attempt_at"?: string;
|
|
1746
|
-
"last_verified_at"?: string;
|
|
1747
|
-
"retrieved_at"?: string;
|
|
1748
|
-
"active_snapshot_id"?: string;
|
|
1749
|
-
"model_count"?: number;
|
|
1750
|
-
"failure_category"?: string;
|
|
1751
|
-
}
|
|
1752
|
-
export interface ModelCatalogPriceProvenance {
|
|
1753
|
-
"source_id": string;
|
|
1754
|
-
"source_endpoint": string;
|
|
1755
|
-
"snapshot_id": string;
|
|
1756
|
-
"price_model_id": string;
|
|
1757
|
-
"observed_model_id": string;
|
|
1758
|
-
"observed_model_identity_basis": ModelCatalogObservedIdentityBasis;
|
|
1759
|
-
"model_match_kind": ModelCatalogMatchKind;
|
|
1760
|
-
"retrieved_at": string;
|
|
1761
|
-
"price_semantics": ModelCatalogPriceSemantics;
|
|
1762
|
-
}
|
|
1763
|
-
export interface ModelCatalogConditionalRateEvidence {
|
|
1764
|
-
"source_order": number;
|
|
1765
|
-
"condition_usage_dimension": string;
|
|
1766
|
-
"exclusive_minimum_quantity": number;
|
|
1767
|
-
"observed_per_call_quantity": number;
|
|
1768
|
-
}
|
|
1769
|
-
export interface ModelCatalogTokenEstimateComponentBase {
|
|
1770
|
-
"component": string;
|
|
1771
|
-
"usage_dimension": string;
|
|
1772
|
-
"unit": string;
|
|
1773
|
-
"source_billing_mode": string;
|
|
1774
|
-
"billing_mode": ModelCatalogBillingMode;
|
|
1775
|
-
"quantity": number;
|
|
1776
|
-
"unit_price_usd": number;
|
|
1777
|
-
"estimated_cost_usd": number;
|
|
1778
|
-
}
|
|
1779
|
-
export interface ModelCatalogTokenBaseRateComponent extends ModelCatalogTokenEstimateComponentBase {
|
|
1780
|
-
"rate_relation": "base_rate";
|
|
1781
|
-
}
|
|
1782
|
-
export interface ModelCatalogTokenAdditiveSurchargeComponent extends ModelCatalogTokenEstimateComponentBase {
|
|
1783
|
-
"rate_relation": "additive_surcharge";
|
|
1784
|
-
}
|
|
1785
|
-
export interface ModelCatalogTokenInclusiveReplacementRateComponent extends ModelCatalogTokenEstimateComponentBase {
|
|
1786
|
-
"rate_relation": "replaces_inclusive_base_rate";
|
|
1787
|
-
"replaces_usage_dimension": string;
|
|
1788
|
-
"conditional_evidence"?: ModelCatalogConditionalRateEvidence;
|
|
1789
|
-
}
|
|
1790
|
-
export interface ModelCatalogTokenConditionalOverrideRateComponent extends ModelCatalogTokenEstimateComponentBase {
|
|
1791
|
-
"rate_relation": "replaces_published_rate";
|
|
1792
|
-
"replaces_usage_dimension": string;
|
|
1793
|
-
"conditional_evidence": ModelCatalogConditionalRateEvidence;
|
|
1794
|
-
}
|
|
1795
|
-
export interface ModelCatalogBaseRateEvidence {
|
|
1796
|
-
"rate_relation": "base_rate";
|
|
1797
|
-
}
|
|
1798
|
-
export interface ModelCatalogAdditiveSurchargeEvidence {
|
|
1799
|
-
"rate_relation": "additive_surcharge";
|
|
1800
|
-
}
|
|
1801
|
-
export interface ModelCatalogInclusiveReplacementEvidence {
|
|
1802
|
-
"rate_relation": "replaces_inclusive_base_rate";
|
|
1803
|
-
"replaces_usage_dimension": string;
|
|
1804
|
-
"conditional_evidence"?: ModelCatalogConditionalRateEvidence;
|
|
1805
|
-
}
|
|
1806
|
-
export interface ModelCatalogPublishedReplacementEvidence {
|
|
1807
|
-
"rate_relation": "replaces_published_rate";
|
|
1808
|
-
"replaces_usage_dimension": string;
|
|
1809
|
-
"conditional_evidence": ModelCatalogConditionalRateEvidence;
|
|
1810
|
-
}
|
|
1811
|
-
export interface ModelCatalogTokenEstimateExclusionBase {
|
|
1812
|
-
"component": string;
|
|
1813
|
-
"usage_dimension": string;
|
|
1814
|
-
"unit": string;
|
|
1815
|
-
"source_billing_mode": string;
|
|
1816
|
-
"rate_evidence": ModelCatalogExclusionRateEvidence;
|
|
1817
|
-
"unit_price_usd"?: number;
|
|
1818
|
-
}
|
|
1819
|
-
export interface ModelCatalogSupportedBillingExclusionBase extends ModelCatalogTokenEstimateExclusionBase {
|
|
1820
|
-
"billing_mode": ModelCatalogBillingMode;
|
|
1821
|
-
}
|
|
1822
|
-
export interface ModelCatalogOptionallyNormalizedBillingExclusionBase extends ModelCatalogTokenEstimateExclusionBase {
|
|
1823
|
-
"billing_mode"?: ModelCatalogBillingMode;
|
|
1824
|
-
}
|
|
1825
|
-
export interface ModelCatalogUsageNotObservedExclusion extends ModelCatalogSupportedBillingExclusionBase {
|
|
1826
|
-
"reason": "usage_not_observed";
|
|
1827
|
-
}
|
|
1828
|
-
export interface ModelCatalogOutsideTokenScopeExclusion extends ModelCatalogOptionallyNormalizedBillingExclusionBase {
|
|
1829
|
-
"reason": "outside_token_estimate_scope";
|
|
1830
|
-
}
|
|
1831
|
-
export interface ModelCatalogUnsupportedUsageExclusion extends ModelCatalogOptionallyNormalizedBillingExclusionBase {
|
|
1832
|
-
"reason": "unsupported_usage_dimension";
|
|
1833
|
-
}
|
|
1834
|
-
export interface ModelCatalogUnsupportedBillingExclusion extends ModelCatalogTokenEstimateExclusionBase {
|
|
1835
|
-
"billing_mode"?: ModelCatalogBillingMode;
|
|
1836
|
-
"reason": "unsupported_billing_mode";
|
|
1837
|
-
}
|
|
1838
|
-
export interface ModelCatalogConditionalExclusionBase {
|
|
1839
|
-
"component": string;
|
|
1840
|
-
"usage_dimension": string;
|
|
1841
|
-
"unit": string;
|
|
1842
|
-
"source_billing_mode": string;
|
|
1843
|
-
"billing_mode"?: ModelCatalogBillingMode;
|
|
1844
|
-
"rate_evidence": ModelCatalogPublishedReplacementEvidence;
|
|
1845
|
-
"unit_price_usd"?: number;
|
|
1846
|
-
}
|
|
1847
|
-
export interface ModelCatalogConditionalAdjustmentNotAppliedExclusion extends ModelCatalogConditionalExclusionBase {
|
|
1848
|
-
"reason": "conditional_adjustment_not_applied";
|
|
1849
|
-
}
|
|
1850
|
-
export interface ModelCatalogSupersededOverrideExclusion extends ModelCatalogConditionalExclusionBase {
|
|
1851
|
-
"reason": "superseded_by_later_override";
|
|
1852
|
-
}
|
|
1853
|
-
export interface GenAiEtlCatalogTokenCalculatedEstimate {
|
|
1854
|
-
"status": "calculated";
|
|
1855
|
-
"estimated_catalog_token_cost_usd": number;
|
|
1856
|
-
"estimated_catalog_token_cost_per_call_usd": number;
|
|
1857
|
-
"provenance": ModelCatalogPriceProvenance;
|
|
1858
|
-
"components": ModelCatalogTokenEstimateComponent[];
|
|
1859
|
-
"exclusions"?: ModelCatalogTokenEstimateExclusion[];
|
|
1860
|
-
}
|
|
1861
|
-
export interface GenAiEtlCatalogTokenEstimateFailureBase {
|
|
1862
|
-
"exclusions"?: ModelCatalogTokenEstimateExclusion[];
|
|
1863
|
-
}
|
|
1864
|
-
export interface GenAiEtlCatalogTokenSourceUnavailableEstimate extends GenAiEtlCatalogTokenEstimateFailureBase {
|
|
1865
|
-
"status": "source_unavailable";
|
|
1866
|
-
}
|
|
1867
|
-
export interface GenAiEtlCatalogTokenStaleSourceEstimate extends GenAiEtlCatalogTokenEstimateFailureBase {
|
|
1868
|
-
"status": "stale_source";
|
|
1869
|
-
}
|
|
1870
|
-
export interface GenAiEtlCatalogTokenMissingModelIdentityEstimate extends GenAiEtlCatalogTokenEstimateFailureBase {
|
|
1871
|
-
"status": "missing_model_identity";
|
|
1872
|
-
}
|
|
1873
|
-
export interface GenAiEtlCatalogTokenModelNotFoundEstimate extends GenAiEtlCatalogTokenEstimateFailureBase {
|
|
1874
|
-
"status": "model_not_found";
|
|
1875
|
-
}
|
|
1876
|
-
export interface GenAiEtlCatalogTokenAmbiguousModelEstimate extends GenAiEtlCatalogTokenEstimateFailureBase {
|
|
1877
|
-
"status": "ambiguous_model";
|
|
1878
|
-
}
|
|
1879
|
-
export interface GenAiEtlCatalogTokenIncompleteUsageEstimate extends GenAiEtlCatalogTokenEstimateFailureBase {
|
|
1880
|
-
"status": "incomplete_usage";
|
|
1881
|
-
}
|
|
1882
|
-
export interface GenAiEtlCatalogTokenConditionalPricingUnresolvableEstimate extends GenAiEtlCatalogTokenEstimateFailureBase {
|
|
1883
|
-
"status": "conditional_pricing_unresolvable";
|
|
1884
|
-
}
|
|
1885
|
-
export interface GenAiEtlCatalogTokenUnsupportedPricingEstimate extends GenAiEtlCatalogTokenEstimateFailureBase {
|
|
1886
|
-
"status": "unsupported_pricing";
|
|
1887
|
-
}
|
|
1888
|
-
export interface GenAiEtlPromotionGate {
|
|
1889
|
-
"gate": GenAiEtlPromotionGateKind;
|
|
1890
|
-
"state": GenAiEtlPromotionGateState;
|
|
1891
|
-
"reason"?: string;
|
|
1892
|
-
}
|
|
1893
|
-
export interface GenAiEtlAuditCluster {
|
|
1894
|
-
"cluster_id": string;
|
|
1895
|
-
"workflow_key": string;
|
|
1896
|
-
"service_name": string;
|
|
1897
|
-
"span_name"?: string;
|
|
1898
|
-
"operation_name"?: string;
|
|
1899
|
-
"provider"?: string;
|
|
1900
|
-
"model"?: string;
|
|
1901
|
-
"output_contract": GenAiEtlOutputContract;
|
|
1902
|
-
"task_family": GenAiEtlTaskFamily;
|
|
1903
|
-
"call_count": number;
|
|
1904
|
-
"input_tokens": number;
|
|
1905
|
-
"output_tokens": number;
|
|
1906
|
-
"cache_read_input_tokens": number;
|
|
1907
|
-
"cache_creation_input_tokens": number;
|
|
1908
|
-
"reasoning_output_tokens": number;
|
|
1909
|
-
"error_count": number;
|
|
1910
|
-
"error_rate": number;
|
|
1911
|
-
"average_latency_ms": number;
|
|
1912
|
-
"p95_latency_ms": number;
|
|
1913
|
-
"catalog_token_estimate": GenAiEtlCatalogTokenCostEstimate;
|
|
1914
|
-
"measurable_coverage"?: number;
|
|
1915
|
-
"safe_deferral_coverage"?: number;
|
|
1916
|
-
"candidate_status": GenAiEtlCandidateStatus;
|
|
1917
|
-
"candidate_path": GenAiEtlCandidatePath;
|
|
1918
|
-
"validation_metrics": GenAiEtlValidationMetric[];
|
|
1919
|
-
"residual_path": GenAiEtlResidualPath;
|
|
1920
|
-
"evidence_signals": GenAiEtlEvidenceSignal[];
|
|
1921
|
-
"missing_evidence": GenAiEtlEvidenceSignal[];
|
|
1922
|
-
"promotion_gates": GenAiEtlPromotionGate[];
|
|
1923
|
-
}
|
|
1924
|
-
export interface GenAiEtlAuditSummary {
|
|
1925
|
-
"total_calls": number;
|
|
1926
|
-
"total_input_tokens": number;
|
|
1927
|
-
"total_output_tokens": number;
|
|
1928
|
-
"estimated_catalog_token_cost_usd"?: number;
|
|
1929
|
-
"catalog_token_priced_call_coverage": number;
|
|
1930
|
-
"estimated_token_economic_concentration"?: number;
|
|
1931
|
-
"measurable_coverage"?: number;
|
|
1932
|
-
"safe_deferral_coverage"?: number;
|
|
1933
|
-
"candidate_etl_estimated_token_spend_share"?: number;
|
|
1934
|
-
}
|
|
1935
|
-
export interface GenAiEtlAuditReport {
|
|
1936
|
-
"generated_at": string;
|
|
1937
|
-
"period_start": string;
|
|
1938
|
-
"period_end": string;
|
|
1939
|
-
"summary": GenAiEtlAuditSummary;
|
|
1940
|
-
"billing_sources": ProviderBillingSource[];
|
|
1941
|
-
"catalog_sources": ModelCatalogSource[];
|
|
1942
|
-
"clusters": GenAiEtlAuditCluster[];
|
|
1943
|
-
}
|
|
1944
|
-
export interface GenAiEtlClusterScenario {
|
|
1945
|
-
"cluster_id": string;
|
|
1946
|
-
"coverage": number;
|
|
1947
|
-
"frontier_cost_per_call_usd"?: number;
|
|
1948
|
-
"alternative_cost_per_call_usd": number;
|
|
1949
|
-
"period_maintenance_cost_usd": number;
|
|
1950
|
-
"period_error_cost_usd": number;
|
|
1951
|
-
}
|
|
1952
|
-
export interface GenAiEtlAuditEvaluationRequest {
|
|
1953
|
-
"scenarios": GenAiEtlClusterScenario[];
|
|
1954
|
-
}
|
|
1955
|
-
export interface GenAiEtlClusterEvaluationBase {
|
|
1956
|
-
"cluster_id": string;
|
|
1957
|
-
"call_count": number;
|
|
1958
|
-
"coverage": number;
|
|
1959
|
-
"served_call_count": number;
|
|
1960
|
-
"residual_call_count": number;
|
|
1961
|
-
"alternative_cost_per_call_usd": number;
|
|
1962
|
-
"period_maintenance_cost_usd": number;
|
|
1963
|
-
"period_error_cost_usd": number;
|
|
1964
|
-
}
|
|
1965
|
-
export interface GenAiEtlCalculatedClusterEvaluationBase extends GenAiEtlClusterEvaluationBase {
|
|
1966
|
-
"status": "calculated";
|
|
1967
|
-
"frontier_cost_per_call_usd": number;
|
|
1968
|
-
"current_period_cost_usd": number;
|
|
1969
|
-
"gross_replaceable_value_usd": number;
|
|
1970
|
-
"net_replaceable_value_usd": number;
|
|
1971
|
-
}
|
|
1972
|
-
export interface GenAiEtlScenarioClusterEvaluation extends GenAiEtlCalculatedClusterEvaluationBase {
|
|
1973
|
-
"frontier_cost_basis": "scenario";
|
|
1974
|
-
}
|
|
1975
|
-
export interface GenAiEtlCatalogTokenClusterEvaluation extends GenAiEtlCalculatedClusterEvaluationBase {
|
|
1976
|
-
"frontier_cost_basis": "catalog_token_estimate";
|
|
1977
|
-
"catalog_provenance": ModelCatalogPriceProvenance;
|
|
1978
|
-
}
|
|
1979
|
-
export interface GenAiEtlUnavailableClusterEvaluation extends GenAiEtlClusterEvaluationBase {
|
|
1980
|
-
"status": "missing_frontier_cost";
|
|
1981
|
-
"frontier_cost_basis": "unavailable";
|
|
1982
|
-
}
|
|
1983
|
-
export interface GenAiEtlAuditEvaluationResponse {
|
|
1984
|
-
"generated_at": string;
|
|
1985
|
-
"period_start": string;
|
|
1986
|
-
"period_end": string;
|
|
1987
|
-
"results": GenAiEtlClusterEvaluation[];
|
|
1988
|
-
}
|
|
1989
1335
|
export interface LogStreamEvent {
|
|
1990
1336
|
"type": "log";
|
|
1991
1337
|
"data": LogRecord;
|
|
@@ -2013,12 +1359,6 @@ export interface CursorPageLogRecord {
|
|
|
2013
1359
|
"prev_cursor"?: string;
|
|
2014
1360
|
"has_more": boolean;
|
|
2015
1361
|
}
|
|
2016
|
-
export interface CursorPageMetricPoint {
|
|
2017
|
-
"items": MetricPoint[];
|
|
2018
|
-
"next_cursor"?: string;
|
|
2019
|
-
"prev_cursor"?: string;
|
|
2020
|
-
"has_more": boolean;
|
|
2021
|
-
}
|
|
2022
1362
|
export interface CursorPageSessionEntity {
|
|
2023
1363
|
"items": SessionEntity[];
|
|
2024
1364
|
"next_cursor"?: string;
|