@azure-rest/ai-inference
Version:
Inference API for Azure-supported AI models
19 lines • 699 B
TypeScript
/**
* THIS IS AN AUTO-GENERATED FILE - DO NOT EDIT!
*
* Any changes you make here may be lost.
*
* If you need to make changes, please do so in the original source file, \{project-root\}/sources/custom
*/
import type { PipelinePolicy } from "@azure/core-rest-pipeline";
/**
* The programmatic identifier of the tracingPolicy.
*/
export declare const tracingPolicyName = "inferenceTracingPolicy";
/**
* A simple policy to create OpenTelemetry Spans for each request made by the pipeline
* that has SpanOptions with a parent.
* Requests made without a parent Span will not be recorded.
*/
export declare function tracingPolicy(): PipelinePolicy;
//# sourceMappingURL=tracingPolicy.d.ts.map