Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SupportedProtocols = []storage.Protocol{storage.S3}
Functions ¶
func StartPuller ¶
func StartPuller(downloader Downloader, commands <-chan ModelOp)
func SyncModelDir ¶
Types ¶
type Downloader ¶
func (*Downloader) DownloadModel ¶
func (d *Downloader) DownloadModel(modelName string, modelSpec *v1alpha1.ModelSpec) error
type ModelChannel ¶
type ModelChannel struct {
// contains filtered or unexported fields
}
type Puller ¶
type Puller struct { Downloader Downloader // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.