Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CM ¶
type CM struct {
Namespace string
}
CM is the type for CM generator.
func (CM) GeneratePyTorchJob ¶
GeneratePyTorchJob generates a new PyTorchJob.
type Interface ¶
type Interface interface { GenerateTFJob(parameter *types.Parameter) (*tfv1.TFJob, error) GeneratePyTorchJob(parameter *types.Parameter) (*pytorchv1.PyTorchJob, error) }
Interface is the type for generator, which is used to generate TFJob/PyTorchJob.
type Native ¶
type Native struct {
Namespace string
}
Native is the type for native generator.
func (Native) GeneratePyTorchJob ¶
GeneratePyTorchJob generates a new PyTorchJob.
Click to show internal directories.
Click to hide internal directories.