Documentation
¶
Index ¶
Constants ¶
View Source
const (
ModelsExtractorType = "models-data-extractor"
)
Variables ¶
View Source
var ModelsAttributeKey = plugin.NewDataKey("/v1/models", ModelsExtractorType)
Functions ¶
This section is empty.
Types ¶
type ModelDataCollection ¶
type ModelDataCollection []ModelData
ModelDataCollection defines models' data returned from /v1/models API
func (ModelDataCollection) Clone ¶
func (m ModelDataCollection) Clone() fwkdl.Cloneable
Clone returns a full copy of the object
func (ModelDataCollection) String ¶
func (m ModelDataCollection) String() string
Click to show internal directories.
Click to hide internal directories.