finetune

package
v0.0.0-...-d48154d Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2023 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 Finetune

type Finetune interface {
	Create(domain.Account, *domain.Finetune) (domain.JobInfo, error)
	Delete(string) error
	Terminate(string) error

	// GetLogDownloadURL returns the log url which can be used
	// to download the log of running training.
	GetLogDownloadURL(string) (string, error)

	GetDetail(string) (domain.JobDetail, error)
}

Jump to

Keyboard shortcuts

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