Documentation
¶
Index ¶
- type PersistController
- func NewJobPersistControllers(mgr ctrl.Manager, objStorage string, region string) (PersistController, error)
- func NewPytorchJobPersistController(mgr ctrl.Manager, handler *jobPersistHandler) PersistController
- func NewTFJobPersistController(mgr ctrl.Manager, handler *jobPersistHandler) PersistController
- func NewXDLJobPersistController(mgr ctrl.Manager, handler *jobPersistHandler) PersistController
- func NewXGBoostJobPersistController(mgr ctrl.Manager, handler *jobPersistHandler) PersistController
- type PytorchJobPersistController
- type TFJobPersistController
- type XDLJobPersistController
- type XGBoostJobPersistController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PersistController ¶
PersistController implementations
func NewPytorchJobPersistController ¶
func NewPytorchJobPersistController(mgr ctrl.Manager, handler *jobPersistHandler) PersistController
func NewTFJobPersistController ¶
func NewTFJobPersistController(mgr ctrl.Manager, handler *jobPersistHandler) PersistController
func NewXDLJobPersistController ¶
func NewXDLJobPersistController(mgr ctrl.Manager, handler *jobPersistHandler) PersistController
func NewXGBoostJobPersistController ¶
func NewXGBoostJobPersistController(mgr ctrl.Manager, handler *jobPersistHandler) PersistController
type PytorchJobPersistController ¶
type PytorchJobPersistController struct {
// contains filtered or unexported fields
}
func (*PytorchJobPersistController) SetupWithManager ¶
func (pc *PytorchJobPersistController) SetupWithManager(mgr ctrl.Manager) error
type TFJobPersistController ¶
type TFJobPersistController struct {
// contains filtered or unexported fields
}
func (*TFJobPersistController) SetupWithManager ¶
func (pc *TFJobPersistController) SetupWithManager(mgr ctrl.Manager) error
type XDLJobPersistController ¶
type XDLJobPersistController struct {
// contains filtered or unexported fields
}
func (*XDLJobPersistController) SetupWithManager ¶
func (pc *XDLJobPersistController) SetupWithManager(mgr ctrl.Manager) error
type XGBoostJobPersistController ¶
type XGBoostJobPersistController struct {
// contains filtered or unexported fields
}
func (*XGBoostJobPersistController) SetupWithManager ¶
func (pc *XGBoostJobPersistController) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.