Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDuration = errors.New("invalid duration")
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Address string `json:"address"` DefaultArtifactRoot string `json:"default_artifact_root"` LogLevel string `json:"log_level"` ModelRegistryStoreURI string `json:"model_registry_store_uri"` PythonEnv []string `json:"python_env"` PythonAddress string `json:"python_address"` PythonCommand []string `json:"python_command"` PythonTestsENV map[string]interface{} `json:"python_tests_env"` ShutdownTimeout Duration `json:"shutdown_timeout"` StaticFolder string `json:"static_folder"` TrackingStoreURI string `json:"tracking_store_uri"` Version string `json:"version"` }
func NewConfigFromBytes ¶
func NewConfigFromString ¶
Click to show internal directories.
Click to hide internal directories.