Update Active Model Version
| lookoutequipment_update_active_model_version | R Documentation |
Sets the active model version for a given machine learning model¶
Description¶
Sets the active model version for a given machine learning model.
Usage¶
Arguments¶
ModelName[required] The name of the machine learning model for which the active model version is being set.
ModelVersion[required] The version of the machine learning model for which the active model version is being set.
Value¶
A list with the following syntax:
list(
ModelName = "string",
ModelArn = "string",
CurrentActiveVersion = 123,
PreviousActiveVersion = 123,
CurrentActiveVersionArn = "string",
PreviousActiveVersionArn = "string"
)