Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeployedModel ¶
type DeployedModel struct { // deploymentID is ModelDeployment that deploys this model DeploymentID string `json:"deploymentID"` ServedModel ServedModel `json:"servedModel"` }
DeployedModel contains information about deployed model
type Metadata ¶
type Metadata struct { ModelName string `json:"modelName"` ModelVersion string `json:"modelVersion"` // Optional metadata key, value Others map[string]string `json:"others"` }
Metadata of a model
type ServedModel ¶
ServedModel contains information about served model
Click to show internal directories.
Click to hide internal directories.