schema.serde.meridian_serde.save_meridian

Save the model object as an MmmKernel proto in the given filepath.

- binpb (wire-format proto) - txtpb (text-format proto) - textproto (text-format proto)

mmm Model object to save.
file_path File path to save a serialized model object. If the file name ends with .binpb, it will be saved in the wire-format. If the filename ends with .txtpb or .textproto, it will be saved in the text-format.
distribution_function_registry Optional. A lookup table that maps string keys to custom functions to be used as parameters in various tfp.distributions.
eda_function_registry A lookup table that maps string keys to custom functions to be used in EDASpec.