Documentation ¶
Overview ¶
Copyright 2020 The Alibaba Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- type MarsJobPersistController
- type PersistController
- func NewJobPersistControllers(mgr ctrl.Manager, objStorage string, region string) (PersistController, error)
- func NewMarsJobPersistController(mgr ctrl.Manager, handler *jobPersistHandler) PersistController
- 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 MarsJobPersistController ¶ added in v0.2.0
type MarsJobPersistController struct {
// contains filtered or unexported fields
}
func (*MarsJobPersistController) SetupWithManager ¶ added in v0.2.0
func (pc *MarsJobPersistController) SetupWithManager(mgr ctrl.Manager) error
type PersistController ¶
PersistController implementations
func NewMarsJobPersistController ¶ added in v0.2.0
func NewMarsJobPersistController(mgr ctrl.Manager, handler *jobPersistHandler) PersistController
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.