Interface
MOSInterface.Interface — TypeMOS interface struct.
MOSInterface.Interface — MethodInterface()Create an interface to MOS The url is constructed from the environment variables MOS_BACKEND_HOST and MOS_BACKEND_HOST. The authentication token is assumed to be available in the environment variable MOS_BACKEND_TOKEN.
MOSInterface.Interface — MethodInterface(url::String)Create an interface to MOS at the given url. The authentication token is assumed to be available in the environment variable MOS_BACKEND_TOKEN.
MOSInterface.Interface — MethodInterface(url::String, token::String)Create an interface to MOS at the given url and using the given token for authentication.
MOSInterface.delete_model_with_name — Methoddelete_model_with_name(i::Interface, name::String)Delete model with given name.
MOSInterface.get_model — Methodget_model(i::Interface, id::Integer)::ModelGet model with given id.
MOSInterface.get_model_with_name — Methodget_model_with_name(i::Interface, name::String)::ModelGet model with given name.
MOSInterface.new_model — Methodnew_model(i::Interface, filepath::AbstractString)::ModelCreate new MOS model from local annotated file.