Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AICCFinetuneCreateCmd ¶
type AICCFinetuneCreateCmd struct { FinetuneId string domain.AICCFinetune }
func (*AICCFinetuneCreateCmd) Validate ¶
func (cmd *AICCFinetuneCreateCmd) Validate() error
type FinetuneService ¶
type FinetuneService interface { Create(cmd *AICCFinetuneCreateCmd) (JobInfoDTO, error) Delete(jobId string) error Terminate(jobId string) error GetLogDownloadURL(jobId string) (string, error) GenFileDownloadURL(obsfile string) (string, error) }
func NewAICCFinetuneService ¶
func NewAICCFinetuneService( ts aiccfinetune.AICCFinetune, ws watch.WatchService, log *logrus.Entry, ) FinetuneService
type JobInfoDTO ¶
Click to show internal directories.
Click to hide internal directories.