Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 351 Bytes

File metadata and controls

16 lines (11 loc) · 351 Bytes
title Get Status of a Model
sidebarTitle Get Status of a Model

Description

The get_status() function lets you fetch the current status of the model, for example, to see if the model completed its training phase.

Syntax

Use the get_status() method to check the training status of the model:

my_model.get_status()