QualityReport(mapping=None, *, ignore_unknown_fields=False, **kwargs)The report describing any identified quality issues in the app.
Attributes |
|
|---|---|
| Name | Description |
issues |
MutableSequence[google.cloud.ces_v1beta.types.QualityReport.AgentIssues]
Optional. The issues grouped by agent. |
evaluation_runs |
MutableSequence[str]
Optional. A list of evaluation runs used to generate the quality report. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluationRun}.
|
general_issues |
MutableSequence[google.cloud.ces_v1beta.types.QualityReport.Issue]
Optional. General issues not specific to any agent. |
Classes
AgentIssues
AgentIssues(mapping=None, *, ignore_unknown_fields=False, **kwargs)Issues identified for a single agent.
Issue
Issue(mapping=None, *, ignore_unknown_fields=False, **kwargs)The issue identified.