View source: R/sagemaker_operations.R
sagemaker_create_cluster | R Documentation |
Creates a SageMaker HyperPod cluster. SageMaker HyperPod is a capability of SageMaker for creating and managing persistent clusters for developing large machine learning models, such as large language models (LLMs) and diffusion models. To learn more, see Amazon SageMaker HyperPod in the Amazon SageMaker Developer Guide.
See https://www.paws-r-sdk.com/docs/sagemaker_create_cluster/ for full documentation.
sagemaker_create_cluster(
ClusterName,
InstanceGroups,
VpcConfig = NULL,
Tags = NULL
)
ClusterName |
[required] The name for the new SageMaker HyperPod cluster. |
InstanceGroups |
[required] The instance groups to be created in the SageMaker HyperPod cluster. |
VpcConfig |
|
Tags |
Custom tags for managing the SageMaker HyperPod cluster as an Amazon Web Services resource. You can add tags to your cluster in the same way you add them in other Amazon Web Services services that support tagging. To learn more about tagging Amazon Web Services resources in general, see Tagging Amazon Web Services Resources User Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.