Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIfFrameworkExists ¶
CheckIfFrameworkExists Checks if the specified framework exists
func GetImageBuildTagForFramework ¶
GetImageBuildTagForFramework Returns the latest build tag for a specified framework and version
Types ¶
type DetailList ¶
type DetailList struct {
Versions []*Details
}
DetailList list of versions for a framework
type Frameworks ¶
type Frameworks struct {
Frameworks map[string]*DetailList
}
Frameworks All frameworks supported and maintained by dlaas
func GetFrameworks ¶
func GetFrameworks(learnerConfigPath string) (Frameworks, error)
GetFrameworks returns the frameworks and their versions that are stored in the path to the learnerConfig
Click to show internal directories.
Click to hide internal directories.