Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FrameworkTypeTensorFlow defines tensorflow type. FrameworkTypeTensorFlow = "tensorflow" // FrameworkTypePyTorch defines pytorch type. FrameworkTypePyTorch = "pytorch" )
View Source
const ( CleanPodPolicyAll = "all" CleanPodPolicyRunning = "running" CleanPodPolicyNone = "none" )
CleanPodPolicy describes how to deal with pods when the job is finished.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrameworkType ¶
type FrameworkType string
FrameworkType is the type for types of the frameworks.
Click to show internal directories.
Click to hide internal directories.