package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Dec 27, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Model struct {
ID string `json:"id"`
Name string `json:"name"`
Args map[string]interface{} `json:"args"`
Alias string `json:"alias"`
ImageName string `json:"image_name,omitempty"`
InferenceCost float32 `json:"inference_cost,omitempty"`
IsAsync bool `json:"is_async,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.