scorable.generated.openapi_aclient.models.otel_trace ==================================================== .. py:module:: scorable.generated.openapi_aclient.models.otel_trace .. autoapi-nested-parse:: 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 ------- .. autoapisummary:: scorable.generated.openapi_aclient.models.otel_trace.OtelTrace Module Contents --------------- .. py:class:: OtelTrace Bases: :py:obj:`pydantic.BaseModel` OtelTrace .. py:attribute:: model_config .. py:attribute:: parent_span_id :type: Optional[Annotated[str, Field(strict=True, max_length=16)]] :value: None .. py:attribute:: span :type: Optional[Any] .. py:attribute:: span_id :type: Annotated[str, Field(strict=True, max_length=16)] .. py:attribute:: timestamp :type: datetime.datetime .. py:attribute:: trace_id :type: Annotated[str, Field(strict=True, max_length=32)]