mlflow-client-go/config.go

7 lines
73 B
Go
Raw Permalink Normal View History

2024-05-15 08:14:29 +00:00
package mlflow
type Config struct {
ApiURI string
IgnoreSSL bool
}