Documentation ¶
Index ¶
- Constants
- type IHyperpackageService
- type LocalHyperpackageService
- func (s LocalHyperpackageService) Build(dockerfileSavePath string, imageTags []string, ...)
- func (s LocalHyperpackageService) BuildAndRun(dockerfileSavePath string, imageTags []string, ...)
- func (s LocalHyperpackageService) Import(importModelFileName string, modelFlavor string, trainShape string)
- func (s LocalHyperpackageService) List()
- func (s LocalHyperpackageService) Run(imageTag string, dockerOptions types.DockerOptions)
- func (s LocalHyperpackageService) Stop(name string)
- type RemoteHyperpackageService
- func (s RemoteHyperpackageService) Build(dockerfileSavePath string, imageTags []string, ...)
- func (s RemoteHyperpackageService) BuildAndRun(dockerfileSavePath string, imageTags []string, ...)
- func (s RemoteHyperpackageService) Import(importModelFileName string, modelFlavor string, trainShape string)
- func (s RemoteHyperpackageService) List()
- func (s RemoteHyperpackageService) Run(imageTag string, dockerOptions types.DockerOptions)
- func (s RemoteHyperpackageService) Stop(name string)
Constants ¶
View Source
const HYPERPACK_CONTAINER_PREFIX = "hyperpackage"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IHyperpackageService ¶
type IHyperpackageService interface { Build(dockerfileSavePath string, imageTags []string, syncOptions types.WorkspaceSyncOptions) Run(imageTag string, dockerOptions types.DockerOptions) BuildAndRun(dockerfileSavePath string, imageTags []string, jupyterOptions types.JupyterLaunchOptions, ec2Options types.EC2StartOptions, syncOptions types.WorkspaceSyncOptions, dockerOptions types.DockerOptions) Import(importModelFileName string, modelFlavor string, trainShape string) List() Stop(name string) }
func HyperpackageService ¶
func HyperpackageService(hyperpackagePath string, manifestPath string, remoteName string) IHyperpackageService
type LocalHyperpackageService ¶
func (LocalHyperpackageService) Build ¶
func (s LocalHyperpackageService) Build(dockerfileSavePath string, imageTags []string, syncOptions types.WorkspaceSyncOptions)
func (LocalHyperpackageService) BuildAndRun ¶
func (s LocalHyperpackageService) BuildAndRun(dockerfileSavePath string, imageTags []string, jupyterOptions types.JupyterLaunchOptions, ec2Options types.EC2StartOptions, syncOptions types.WorkspaceSyncOptions, dockerOptions types.DockerOptions)
func (LocalHyperpackageService) Import ¶
func (s LocalHyperpackageService) Import(importModelFileName string, modelFlavor string, trainShape string)
func (LocalHyperpackageService) List ¶
func (s LocalHyperpackageService) List()
func (LocalHyperpackageService) Run ¶
func (s LocalHyperpackageService) Run(imageTag string, dockerOptions types.DockerOptions)
func (LocalHyperpackageService) Stop ¶
func (s LocalHyperpackageService) Stop(name string)
type RemoteHyperpackageService ¶
type RemoteHyperpackageService struct { HyperpackagePath string ManifestPath string RemoteConfiguration types.ComputeRemoteConfiguration }
func (RemoteHyperpackageService) Build ¶
func (s RemoteHyperpackageService) Build(dockerfileSavePath string, imageTags []string, syncOptions types.WorkspaceSyncOptions)
func (RemoteHyperpackageService) BuildAndRun ¶
func (s RemoteHyperpackageService) BuildAndRun(dockerfileSavePath string, imageTags []string, jupyterOptions types.JupyterLaunchOptions, ec2Options types.EC2StartOptions, syncOptions types.WorkspaceSyncOptions, dockerOptions types.DockerOptions)
func (RemoteHyperpackageService) Import ¶
func (s RemoteHyperpackageService) Import(importModelFileName string, modelFlavor string, trainShape string)
func (RemoteHyperpackageService) List ¶
func (s RemoteHyperpackageService) List()
func (RemoteHyperpackageService) Run ¶
func (s RemoteHyperpackageService) Run(imageTag string, dockerOptions types.DockerOptions)
func (RemoteHyperpackageService) Stop ¶
func (s RemoteHyperpackageService) Stop(name string)
Click to show internal directories.
Click to hide internal directories.