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
* `environment` (dict[string, string]) - Optional. The environment variables (key-value pairs) to set in the containers.
149
149
* `node-count` (int) - Required. The number of nodes (instances) to launch the jobs on.
150
150
* `instance-type` (string) - Required. The instance type to launch the job on. Note that the instance types you can use are the available instances within your SageMaker quotas for instances prefixed with `ml`.
151
-
* `pre-script` (string) - Optional. Commands to run before the job starts. Multiple commands should be separated by semicolons.
152
-
* `post-script` (string) - Optional. Commands to run after the job completes. Multiple commands should be separated by semicolons.
151
+
* `pre-script` (list[string]) - Optional. Commands to run before the job starts. Multiple commands should be separated by comma.
152
+
* `post-script` (list[string]) - Optional. Commands to run after the job completes. Multiple commands should be separated by comma.
153
153
* `tasks-per-node` (int) - Optional. The number of devices to use per instance.
154
154
* `label-selector` (dict[string, list[string]]) - Optional. A dictionary of labels and their values that will override the predefined node selection rules based on the SageMaker HyperPod `node-health-status` label and values. If users provide this field, the CLI will launch the job with this customized label selection.
155
155
* `deep-health-check-passed-nodes-only` (bool) - Optional. If set to `true`, the job will be launched only on nodes that have the `deep-health-check-status` label with the value `passed`.
0 commit comments