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
* Update telemetry status to be Integer for parity (#130)
Co-authored-by: adishaa <[email protected]>
* Release new version for Health Monitoring Agent (1.0.643.0_1.0.192.0) with minor improvements and bug fixes (#137)
* Release new version for Health Monitoring Agent (1.0.674.0_1.0.199.0) with minor improvements and bug fixes. (#139)
* documentation working setup
* training inference documentation changes
* Add more inference examples
* UI changes for documentation
* Change to tabbed view for CLI and SDK
* Change to tabbed view getting started page
* clean up custom css
* fix inference sdk create commands
* Fix sdk and cli commands
---------
Co-authored-by: adishaa <[email protected]>
Co-authored-by: maheshxb <[email protected]>
Co-authored-by: jiayelamazon <[email protected]>
-`region` (string) - Optional. The AWS region where the SageMaker HyperPod and EKS clusters are located. If not specified, uses the region from your current AWS account credentials.
32
-
-`namespace` (string) - Optional. The namespace to check quota with. Only SageMaker managed namespaces are supported.
33
-
-`output` (enum) - Optional. The output format: `table` or `json` (default).
34
-
35
-
### Connect to a Cluster
27
+
## Connect to a Cluster
36
28
37
29
Configure your local kubectl environment to interact with a specific SageMaker HyperPod cluster and namespace:
Copy file name to clipboardExpand all lines: doc/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ Example Notebooks <examples>
14
14
API reference <_apidoc/modules>
15
15
```
16
16
17
-
SageMaker HyperPod CLI and SDK provide a seamless way to manage distributed training and inference workloads on EKS-hosted SageMaker HyperPod clusters—without needing Kubernetes expertise. Use the powerful CLI to launch and monitor training jobs and endpoints, or leverage the Python SDK to do the same programmatically with minimal code, including support for JumpStart models, custom endpoints, and built-in monitoring.
17
+
SageMaker HyperPod Command Line Interface (CLI) and Software Development Kit (SDK) provide a seamless way to manage distributed training and inference workloads on EKS-hosted SageMaker HyperPod clusters—without needing Kubernetes expertise. Use the powerful CLI to launch and monitor training jobs and endpoints, or leverage the Python SDK to do the same programmatically with minimal code, including support for JumpStart models, custom endpoints, and built-in monitoring.
0 commit comments