validateOnly property

bool? validateOnly
getter/setter pair

Use validate only mode for this prediction query.

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

Implementation

core.bool? validateOnly;