honeyhive._generated.models.PostExperimentRunResponse
PostExperimentRunResponse
Bases: BaseModel
PostExperimentRunResponse model Response for POST /runs
Source code in src/honeyhive/_generated/models/PostExperimentRunResponse.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"
)