Documentation
¶
Overview ¶
Provides functionalities to use GCP Cloud Storage as remote model store
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage interface { // Downloads the model based on the full path provided // in the `name` parameter. // // It returns the path, where the models lives. In case // the model was not present, it returns an storage.ErrObjNotFound. DownloadModel(ctx context.Context, name, modelPath string) (string, error) }
Click to show internal directories.
Click to hide internal directories.