scorable.generated.openapi_aclient.models.otel_trace¶
Scorable API
Scorable JSON API provides a way to access Scorable using provisioned API token
The version of the OpenAPI document: 1.0.0 Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
Classes¶
OtelTrace |
Module Contents¶
- class scorable.generated.openapi_aclient.models.otel_trace.OtelTrace¶
Bases:
pydantic.BaseModelOtelTrace
- model_config¶
- parent_span_id: Annotated[str, Field(strict=True, max_length=16)] | None = None¶
- span: Any | None¶
- span_id: Annotated[str, Field(strict=True, max_length=16)]¶
- timestamp: datetime.datetime¶
- trace_id: Annotated[str, Field(strict=True, max_length=32)]¶