1

ML Flow has multiple events to subscribe like MODEL_VERSION_CREATED when a model version is created. what are the other events available to subscribe.

om1042
  • 11
  • 2

1 Answers1

0

You can reference model by 2 ways –

Model_Version

Model_name

You can get more information on Creating new Model Version from this notebook

Abhishek K
  • 3,047
  • 1
  • 6
  • 19