Evaluation Datasets
evaluation_datasets
Methods
Approve Auto Generated Test Cases Batch
Description
Creates a evaluation dataset
Details
This API can be used to create a evaluation dataset. To use this API, review the request schema and pass in all fields that are required to create a evaluation dataset.
Description
Lists all evaluation datasets accessible to the user.
Details
This API can be used to list evaluation datasets. If a user has access to multiple accounts, all evaluation datasets from all accounts the user is associated with will be returned.
Publish Latest Evaluation Dataset Version
Description
Deletes the dataset, and all other entities associated with the dataset, such as test cases, evaluations and results.
Details
This is a permanent and destructive action that cannot be undone.
Description
Gets the details of a dataset.
Description
Updates a evaluation dataset
Details
This API can be used to update the evaluation dataset that matches the ID that was passed in as a path parameter. To use this API, pass in the id that was returned from your Create Evaluation Dataset API call as a path parameter.
Review the request schema to see the fields that can be updated.
Domain types
Autogenerated Draft Test Cases
evaluation_datasets.autogenerated_draft_test_cases
Methods
Approve Autogenerated Draft Test Case
Description
Creates a autogenerated draft test case
Details
This API can be used to create a autogenerated draft test case. To use this API, review the request schema and pass in all fields that are required to create a autogenerated draft test case.
Description
Delete a specified draft test case. This version will not be retained.
List Autogenerated Draft Test Cases
Description
Get the test case by its id.
Description
Update a test case draft.
Domain types
Evaluation Dataset Versions
evaluation_datasets.evaluation_dataset_versions
Methods
Description
Creates a evaluation dataset version
Details
This API can be used to create a evaluation dataset version. To use this API, review the request schema and pass in all fields that are required to create a evaluation dataset version.
Description
Lists all evaluation dataset versions accessible to the user.
Details
This API can be used to list evaluation dataset versions. If a user has access to multiple accounts, all evaluation dataset versions from all accounts the user is associated with will be returned.
Publish Evaluation Dataset Version
Description
Gets the details of a evaluation dataset version
Details
This API can be used to get information about a single evaluation dataset version by ID. To use this API, pass in the id that was returned from your Create Evaluation Dataset Version API call as a path parameter.
Review the response schema to see the fields that will be returned.
Domain types
Generation Jobs
evaluation_datasets.generation_jobs
Methods
Cancel Evaluation Dataset Generation Job
Create Evaluation Dataset Generation Job
Get Evaluation Dataset Generation Jobs
Get Evaluation Dataset Generation Job
Domain types
Test Cases
evaluation_datasets.test_cases
Methods
Description
Creates a batch of test cases
Details
This API can be used to create multiple test cases so users do not have to the incur the cost of repeated network calls. To use this API, pass in a list of test cases in the request body.
Description
Create a test case for a selected dataset.
Description
Delete a specified test case -- retaining older version belonging to older dataset versions.
Details
This request shouldn't be used when deleting due to compliance reasons. See Wipe action.
Description
List all test cases for a selected dataset.
Description
Get the test case by its id.
Description
Update a test case.
Domain types
evaluation_datasets.test_cases.history
Methods
Description
Delete a specified test case and remove all its history from past dataset versions too.
Description
List all test cases for a specified dataset version.
Description
Get the test case by its id for a specified dataset version.