mirror of https://github.com/kubeflow/examples.git
14 lines
340 B
Plaintext
14 lines
340 B
Plaintext
{
|
|
global: {
|
|
// User-defined global parameters; accessible to all component and environments, Ex:
|
|
// replicas: 4,
|
|
},
|
|
components: {
|
|
// Component-level parameters, defined initially from 'ks prototype use ...'
|
|
// Each object below should correspond to a component in the components/ directory
|
|
tfjob: {
|
|
|
|
},
|
|
},
|
|
}
|