Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudPodCreateCmd ¶
func (*CloudPodCreateCmd) Validate ¶
func (cmd *CloudPodCreateCmd) Validate() error
type CloudService ¶
type CloudService interface {
Create(*CloudPodCreateCmd) error
}
func NewCloudService ¶
func NewCloudService( manager cloud.Cloud, ) CloudService
type InferenceCreateCmd ¶
func (*InferenceCreateCmd) Validate ¶
func (cmd *InferenceCreateCmd) Validate() error
type InferenceIndex ¶
type InferenceIndex = domain.InferenceIndex
type InferenceService ¶
type InferenceService interface { Create(*InferenceCreateCmd) error ExtendSurvivalTime(*InferenceUpdateCmd) error }
func NewInferenceService ¶
func NewInferenceService( manager inference.Inference, ) InferenceService
type InferenceUpdateCmd ¶
type InferenceUpdateCmd struct { domain.InferenceIndex TimeToExtend int }
func (*InferenceUpdateCmd) Validate ¶
func (cmd *InferenceUpdateCmd) Validate() error
Click to show internal directories.
Click to hide internal directories.