aip_sdk.ScoreResult
aip_sdk.ScoreResult(input_id: str, scorer: str, score: float, explanation: str | None = None, config_identity: list[MetricConfigIdentity] = list['MetricConfigIdentity']())
Per-row, per-scorer result from a completed run.
aip_sdk.ScoreResult.config_identity
aip_sdk.ScoreResult.config_identity: list[MetricConfigIdentity] = field(default_factory=list['MetricConfigIdentity'])
No docstring is defined in the source.
aip_sdk.ScoreResult.explanation
aip_sdk.ScoreResult.explanation: str | None = None
No docstring is defined in the source.
aip_sdk.ScoreResult.input_id
aip_sdk.ScoreResult.input_id: str
No docstring is defined in the source.
aip_sdk.ScoreResult.score
aip_sdk.ScoreResult.score: float
No docstring is defined in the source.
aip_sdk.ScoreResult.scorer
aip_sdk.ScoreResult.scorer: str
No docstring is defined in the source.