update model

The update model command updates the state of a registered ML model version.

Syntax

update model <model name>,<version>,<state>

Parameters

Parameter
Description

<model name>

The name of the ML model

<run id>

The registered ML model version number

<state>

The registered model state, which is one of the following: - STAGING: The ML model version is being staged. - PRODUCTION: The ML model version can be served. - ARCHIVED: The ML model version is archived. - DELETED: The ML model version is deleted.

Example

update model trip_fare_2_ml_model,1,PRODUCTION

Last updated