You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/openapi-spec/swagger.json
+4-35Lines changed: 4 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -13155,32 +13155,14 @@
13155
13155
}
13156
13156
},
13157
13157
"trainer.v1alpha1.ContainerOverride": {
13158
-
"description": "ContainerOverride represents parameters that can be overridden using PodSpecOverrides. Parameters from the Trainer, DatasetConfig, and ModelConfig will take precedence.",
13158
+
"description": "ContainerOverride represents parameters that can be overridden using PodSpecOverrides.",
13159
13159
"type": "object",
13160
13160
"required": [
13161
13161
"name"
13162
13162
],
13163
13163
"properties": {
13164
-
"args": {
13165
-
"description": "Arguments to the entrypoint for the training container.",
13166
-
"type": "array",
13167
-
"items": {
13168
-
"type": "string",
13169
-
"default": ""
13170
-
},
13171
-
"x-kubernetes-list-type": "atomic"
13172
-
},
13173
-
"command": {
13174
-
"description": "Entrypoint commands for the training container.",
13175
-
"type": "array",
13176
-
"items": {
13177
-
"type": "string",
13178
-
"default": ""
13179
-
},
13180
-
"x-kubernetes-list-type": "atomic"
13181
-
},
13182
13164
"env": {
13183
-
"description": "List of environment variables to set in the container. These values will be merged with the TrainingRuntime's environments.",
13165
+
"description": "List of environment variables to set in the container. These values will be merged with the TrainingRuntime's environments. These values can't be set for container with the name: `node`, `dataset-initializer`, or `model-initializer`. For those containers the envs can only be set via Trainer or Initializer APIs.",
13184
13166
"type": "array",
13185
13167
"items": {
13186
13168
"default": {},
@@ -13195,19 +13177,6 @@
13195
13177
],
13196
13178
"x-kubernetes-list-type": "map"
13197
13179
},
13198
-
"envFrom": {
13199
-
"description": "List of sources to populate environment variables in the container. These values will be merged with the TrainingRuntime's environments.",
0 commit comments