- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- EvaluationResult
Gets a list of results for a given a Evaluation.
HTTP request
GET https://discoveryengine.googleapis.com/v1beta/{evaluation=projects/*/locations/*/evaluations/*}:listResults
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
evaluation |
Required. The evaluation resource name, such as If the caller does not have permission to list |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. Maximum number of If this field is negative, an |
pageToken |
Optional. A page token When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
Response message for EvaluationService.ListEvaluationResults method.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"evaluationResults": [
{
object ( |
| Fields | |
|---|---|
evaluationResults[] |
The evaluation results for the |
nextPageToken |
A token that can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/discoveryengine.readwrite
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the evaluation resource:
discoveryengine.evaluations.get
For more information, see the IAM documentation.
EvaluationResult
Represents the results of an evaluation for a single SampleQuery.
| JSON representation |
|---|
{ "sampleQuery": { object ( |
| Fields | |
|---|---|
sampleQuery |
Output only. The |
qualityMetrics |
Output only. The metrics produced by the evaluation, for a given |