examples/github_issue_summarization/notebooks/tf-job/ks-app/components/params.libsonnet

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: {
},
},
}