Interface

MOSInterface.InterfaceMethod
Interface()

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.

source
MOSInterface.InterfaceMethod
Interface(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.

source
MOSInterface.InterfaceMethod
Interface(url::String, token::String)

Create an interface to MOS at the given url and using the given token for authentication.

source
MOSInterface.new_modelMethod
new_model(i::Interface, filepath::AbstractString)::Model

Create new MOS model from local annotated file.

source