Method: projects.locations.apps.evaluationDatasets.create

Creates an evaluation dataset.

HTTP request

POST https://ces.googleapis.com/v1beta/{parent=projects/*/locations/*/apps/*}/evaluationDatasets

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The app to create the evaluation for. Format: projects/{project}/locations/{location}/apps/{app}

Query parameters

Parameters
evaluationDatasetId

string

Optional. The ID to use for the evaluation dataset, which will become the final component of the evaluation dataset's resource name. If not provided, a unique ID will be automatically assigned for the evaluation.

Request body

The request body contains an instance of EvaluationDataset.

Response body

If successful, the response body contains a newly created instance of EvaluationDataset.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • ces.evaluationDatasets.create

For more information, see the IAM documentation.