mlmd

package
v0.2.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrMLMDConnectionStart = errors.New("error dialing connection to mlmd service")
	ErrMLMDTypeCreation    = errors.New("error creating MLMD types")
	ErrMLMDCoreCreation    = errors.New("error creating core service")
	ErrMLMDConnectionClose = errors.New("error closing connection to mlmd service")
)

Functions

This section is empty.

Types

type MLMDConfig

type MLMDConfig struct {
	Hostname string
	Port     int
}

func (*MLMDConfig) Validate

func (c *MLMDConfig) Validate() error

type MLMDService

type MLMDService struct {
	*MLMDConfig
	// contains filtered or unexported fields
}

func NewMLMDService

func NewMLMDService(cfg *MLMDConfig) *MLMDService

func (*MLMDService) Connect

func (s *MLMDService) Connect() (api.ModelRegistryApi, error)

func (*MLMDService) Teardown

func (s *MLMDService) Teardown() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL