Class CreateEvaluationDatasetRequest (0.3.0)

CreateEvaluationDatasetRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for EvaluationService.CreateEvaluationDataset.

Attributes

Name Description
parent str
Required. The app to create the evaluation for. Format: projects/{project}/locations/{location}/apps/{app}
evaluation_dataset_id str
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.
evaluation_dataset google.cloud.ces_v1beta.types.EvaluationDataset
Required. The evaluation dataset to create.