Module client

Module client 

Source

Functions§

delete_model_version
Deletes a model version from the WADM system.
deploy_model
Deploys a model to the WADM system. If no lattice is provided, the default lattice name ‘default’ is used.
get_model_details
Retrieves details on a given model.
get_model_history
Retrieves the history of a given model name.
get_model_status
Retrieves the status of a given model by name.
get_models
Retrieves all application manifests.
put_manifest
Store an oam manifest directly for later deploys.
put_model
Stores the application manifest for later deploys. Model is the full YAML or JSON string in this case Returns the model name and version respectively.
undeploy_model
Undeploys a model from the WADM system.

Type Aliases§

ModelSummary
OamManifest
Status
VersionInfo