Configuration and Deployment
How to save, update, and deploy your pipeline.
While classes in the SDK already contain their methods for saving and updating VectorShift objects, it's also possible to use a configuration object to do the same. However, we recommend using class methods directly.
Creates a new configuration object with the API key. If the keys are not provided, they should already have been set as environment variables.
Methods for the Config
class to save and update Pipelines, corresponding to the save
and update
methods in the Pipeline
class. Returns the API response.
Last updated