Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PreferredModelFormat ¶
func PreferredModelFormat(runtime string, supportedFormats []mv1.ModelFormat) (mv1.ModelFormat, error)
PreferredModelFormat returns the preferred model format.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a client for the puller server.
type P ¶
type P struct {
// contains filtered or unexported fields
}
P is a puller.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents a server that handles pull requests.
func (*Server) ProcessPullRequests ¶
ProcessPullRequests processes pull requests.
func (*Server) QueuePullRequest ¶
QueuePullRequest queues a pull request for the given model ID.
Click to show internal directories.
Click to hide internal directories.