honeyhive._generated.models.GetExperimentRunResponse
GetExperimentRunResponse
Bases: BaseModel
GetExperimentRunResponse model Response for GET /runs/{run_id}
Source code in src/honeyhive/_generated/models/GetExperimentRunResponse.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | |
evaluation
class-attribute
instance-attribute
evaluation: ExperimentRunObject = Field(
validation_alias="evaluation"
)