Skip to content

Add model Export & Load as part of the full model lifecycle #1686

Open
@kalensk

Description

@kalensk

As part of the full model lifecycle can there be a model export and load API where users provide the model name?

This is quite useful for moving a model from one database to another, performing a "backup and restore" type of operations, etc. Currently, users need to correctly select the relevant rows from each of the pgml catalog tables: pgml.projects, pgml.snapshots, pgml.models, pgml.deployments, pgml.files, etc. And take into account the sequence id fields when inserting. This is cumbersome and prone to error if the API changes, or a new table is introduced, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions