Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Continuous Retrain and Deployment in Production #16

@meethariprasad

Description

@meethariprasad

Scenario Description

  • There is one model that need to be daily trained and updated through scheduled pipelines.

  • The new version of the model will also be updated in existing ACI REST API in staging instance.

  • Please note we don't want REST API to be created again, as there are applications using existing URL.

  • Also, if update failed, REST API to retain its state, not error out when called.

  • How to move this entire scenario to production deployment, so that in production once "deployed", pipelines can run seamlessly and update model and update existing production REST API with new model version?

  • Please note we don't want REST API to be created again, as there are applications using existing URL. Also, if update failed, REST API to retain its state, not error out when called.

Reasons for scenario

This is a extremely important business requirement and highly common scenario. There is no clear document|tutorial|guidelines around to do this.

Other Comments

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions