dryRun property

bool? dryRun
getter/setter pair

Use dryRun mode for this prediction query.

If set to true, a dummy model will be used that returns arbitrary catalog items. Note that the dryRun mode should only be used for testing the API, or if the model is not ready.

Optional.

Implementation

core.bool? dryRun;