Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ccc-model-manager / models / model_params.py
Size: Mime:
#  Copyright (c) 2018-2020 VMware, Inc. All rights reserved

from model_manager.common.serializable import Serializable


class BaseModelParams(Serializable):
    def __init__(self, model_address: str):
        self.model_address = model_address