mlflow

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RunsRoutePrefix        = "/runs"
	MetricsRoutePrefix     = "/metrics"
	ArtifactsRoutePrefix   = "/artifacts"
	ExperimentsRoutePrefix = "/experiments"
)

List of route prefixes.

View Source
const (
	ArtifactsGetRoute  = "/get"
	ArtifactsListRoute = "/list"
)

List of `/artifact/*` routes.

View Source
const (
	ExperimentsGetRoute         = "/get"
	ExperimentsListRoute        = "/list"
	ExperimentsCreateRoute      = "/create"
	ExperimentsDeleteRoute      = "/delete"
	ExperimentsRestoreRoute     = "/restore"
	ExperimentsSearchRoute      = "/search"
	ExperimentsUpdateRoute      = "/update"
	ExperimentsGetByNameRoute   = "/get-by-name"
	ExperimentsSetExperimentTag = "/set-experiment-tag"
)

List of `/experiments/*` routes.

View Source
const (
	MetricsGetHistoriesRoute   = "/get-histories"
	MetricsGetHistoryRoute     = "/get-history"
	MetricsGetHistoryBulkRoute = "/get-history-bulk"
)

List of `/metrics/*` routes.

View Source
const (
	RunsGetRoute          = "/get"
	RunsCreateRoute       = "/create"
	RunsDeleteRoute       = "/delete"
	RunsSearchRoute       = "/search"
	RunsSetTagRoute       = "/set-tag"
	RunsUpdateRoute       = "/update"
	RunsRestoreRoute      = "/restore"
	RunsDeleteTagRoute    = "/delete-tag"
	RunsLogBatchRoute     = "/log-batch"
	RunsLogMetricRoute    = "/log-metric"
	RunsLogParameterRoute = "/log-parameter"
)

List of `/runs/*` routes.

Variables

This section is empty.

Functions

This section is empty.

Types

type Router

type Router struct {
	// contains filtered or unexported fields
}

Router represents `mlflow` router.

func NewRouter

func NewRouter(controller *controller.Controller) *Router

NewRouter creates new instance of `mlflow` router.

func (Router) Init

func (r Router) Init(server fiber.Router)

Init makes initialization of all `mlflow` routes.

Jump to

Keyboard shortcuts

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