> For the complete documentation index, see [llms.txt](https://aizen-corp.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aizen-corp.gitbook.io/docs/model-serving-commands/prediction-commands/test-prediction.md).

# test prediction

The `test prediction` command tests a prediction deployment by sending it prediction REST requests. The test requests are formed by selecting a few random rows from the training dataset and by sending these values as basis features in HTTP requests.

## Syntax

```
test prediction <prediction name>
```

## Parameters

| Parameter           | Description                           |
| ------------------- | ------------------------------------- |
| `<prediction name>` | The name of the prediction deployment |

## Example

```
test prediction trip_ml_deploy_2
```
