Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCreatingDatastore = errors.New("error creating datastore") ErrUnsupportedDatastore = errors.New("unsupported datastore type") )
Functions ¶
This section is empty.
Types ¶
type Connector ¶
type Connector interface {
Connect() (api.ModelRegistryApi, error)
Teardown() error
}
func NewConnector ¶
type Datastore ¶
type Datastore struct {
MLMD mlmd.MLMDConfig
EmbedMD embedmd.EmbedMDConfig
Type string
}
type TeardownFunc ¶
type TeardownFunc func() error
Click to show internal directories.
Click to hide internal directories.