Class OpenaiIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.OpenaiIncubatingAttributes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>The service tier requested.static final io.opentelemetry.api.common.AttributeKey<String>The service tier used for the response.static final io.opentelemetry.api.common.AttributeKey<String>A fingerprint to track any eventual change in the Generative AI environment. -
Method Summary
-
Field Details
-
OPENAI_REQUEST_SERVICE_TIER
The service tier requested. May be a specific tier, default, or auto. -
OPENAI_RESPONSE_SERVICE_TIER
The service tier used for the response. -
OPENAI_RESPONSE_SYSTEM_FINGERPRINT
public static final io.opentelemetry.api.common.AttributeKey<String> OPENAI_RESPONSE_SYSTEM_FINGERPRINTA fingerprint to track any eventual change in the Generative AI environment.
-