scorable.generated.openapi_aclient.models.execution_log_list ============================================================ .. py:module:: scorable.generated.openapi_aclient.models.execution_log_list .. 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 (latest) Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. Classes ------- .. autoapisummary:: scorable.generated.openapi_aclient.models.execution_log_list.ExecutionLogList Module Contents --------------- .. py:class:: ExecutionLogList Bases: :py:obj:`pydantic.BaseModel` ExecutionLogList .. py:attribute:: cost :type: Optional[Union[pydantic.StrictFloat, pydantic.StrictInt]] .. py:attribute:: created_at :type: Optional[datetime.datetime] .. py:attribute:: evaluation_context :type: Optional[scorable.generated.openapi_aclient.models.execution_log_list_evaluation_context.ExecutionLogListEvaluationContext] .. py:attribute:: executed_item_id :type: Optional[pydantic.StrictStr] .. py:attribute:: executed_item_name :type: pydantic.StrictStr .. py:attribute:: executed_item_version_id :type: Optional[pydantic.StrictStr] .. py:attribute:: execution_type :type: pydantic.StrictStr .. py:attribute:: id :type: pydantic.StrictStr .. py:attribute:: llm_output :type: Optional[pydantic.StrictStr] .. py:attribute:: model_config .. py:attribute:: owner :type: scorable.generated.openapi_aclient.models.nested_user_details.NestedUserDetails .. py:attribute:: parent_execution_log_id :type: Optional[pydantic.StrictStr] :value: None .. py:attribute:: project_id :type: Optional[pydantic.StrictStr] .. py:attribute:: request_preview :type: Annotated[str, Field(strict=True, max_length=500)] .. py:attribute:: response_preview :type: Annotated[str, Field(strict=True, max_length=500)] .. py:attribute:: score :type: Optional[Union[pydantic.StrictFloat, pydantic.StrictInt]] .. py:attribute:: session_id :type: pydantic.StrictStr .. py:attribute:: tags :type: List[pydantic.StrictStr] .. py:attribute:: user_id :type: pydantic.StrictStr .. py:attribute:: variables :type: Optional[Dict[str, pydantic.StrictStr]]