isReady

This method returns when the API is ready to use

isReady(): Promise<void>

Usage:

await modelApi.isReady();

Last updated