Documentation ¶
Index ¶
- Constants
- type Runtime
- func (r *Runtime) InfereceProxy(c *gin.Context, name string) error
- func (r *Runtime) InferenceCreate(ctx context.Context, req types.InferenceDeployment) error
- func (r *Runtime) InferenceDelete(ctx context.Context, name string) error
- func (r *Runtime) InferenceList(ns string) ([]types.InferenceDeployment, error)
Constants ¶
View Source
const (
Localhost = "127.0.0.1"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
func (*Runtime) InferenceCreate ¶
func (*Runtime) InferenceDelete ¶
func (*Runtime) InferenceList ¶
func (r *Runtime) InferenceList(ns string) ([]types.InferenceDeployment, error)
Click to show internal directories.
Click to hide internal directories.