Documentation
¶
Index ¶
- func NewFileName(v string, model string, task string) error
- type AICCFinetune
- type AICCFinetuneConfig
- type AICCFinetuneCreateEvent
- type AICCFinetuneIndex
- type AICCFinetuneSummary
- type CustomizedKey
- type CustomizedValue
- type Directory
- type FileName
- type FilePath
- type FinetuneDesc
- type FinetuneName
- type FinetuneTask
- type InputeFilePath
- type JobDetail
- type JobInfo
- type KeyValue
- type ModelName
- type UploadService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AICCFinetune ¶
type AICCFinetune struct {
Id string
User types.Account
Model ModelName
Task FinetuneTask
AICCFinetuneConfig
CreatedAt int64
// following fields is not under the controlling of version
Job JobInfo
JobDetail JobDetail
}
type AICCFinetuneConfig ¶
type AICCFinetuneConfig struct {
Name FinetuneName
Desc FinetuneDesc
Hyperparameters []KeyValue
Env []KeyValue
}
type AICCFinetuneCreateEvent ¶
type AICCFinetuneIndex ¶
type AICCFinetuneSummary ¶
type AICCFinetuneSummary struct {
Id string
Name FinetuneName
Desc FinetuneDesc
Error string
Status string
Duration int
CreatedAt int64
Task string
}
type CustomizedKey ¶
type CustomizedKey interface {
CustomizedKey() string
}
CustomizedKey
func NewCustomizedKey ¶
func NewCustomizedKey(v string) (CustomizedKey, error)
type CustomizedValue ¶
type CustomizedValue interface {
CustomizedValue() string
}
CustomizedValue
func NewCustomizedValue ¶
func NewCustomizedValue(v string) (CustomizedValue, error)
type FinetuneDesc ¶
type FinetuneDesc interface {
FinetuneDesc() string
}
FinetuneDesc
func NewFinetuneDesc ¶
func NewFinetuneDesc(v string) (FinetuneDesc, error)
type FinetuneName ¶
type FinetuneName interface {
FinetuneName() string
}
FinetuneName
func NewFinetuneName ¶
func NewFinetuneName(v string) (FinetuneName, error)
type FinetuneTask ¶
type FinetuneTask interface {
FinetuneTask() string
}
FinetuneTask
func NewFinetuneTask ¶
func NewFinetuneTask(v string) (FinetuneTask, error)
type InputeFilePath ¶
type InputeFilePath interface {
InputeFilePath() string
}
InputFilePath
func NewInputeFilePath ¶
func NewInputeFilePath(v string) (InputeFilePath, error)
type KeyValue ¶
type KeyValue struct {
Key CustomizedKey
Value CustomizedValue
}
type UploadService ¶
type UploadService struct {
// contains filtered or unexported fields
}
func NewUploadService ¶
func NewUploadService(v uploader.DataFileUploader) UploadService
Click to show internal directories.
Click to hide internal directories.