path

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	JobDataName         = "data"     // Original data
	JobEmbeddedDataName = "embedded" // Data after embedding
	JobResultName       = "result"   // Data after model evaluation
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Path

type Path struct {
	Prefix string
}

Path represents a generic path structure with a prefix.

var (
	Job Path = Path{Prefix: "job"}
)

func (Path) Path

func (p Path) Path(jobID string, name string) string

Path constructs a complete path for a job.

Jump to

Keyboard shortcuts

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