training

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Training

type Training interface {
	CreateJob(endpoint string, info *domain.TrainingIndex, t *domain.TrainingConfig) (domain.JobInfo, error)
	DeleteJob(endpoint, jobId string) error
	TerminateJob(endpoint, jobId string) error
	GetLogPreviewURL(endpoint, jobId string) (string, error)
	IsJobDone(status string) bool
	GetFileDownloadURL(endpoint, file string) (string, error)
}

Jump to

Keyboard shortcuts

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