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