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) }
Click to show internal directories.
Click to hide internal directories.