Cluster

class Cluster : KotlinCustomResource

Resource Type definition for AWS::SageMaker::Cluster

Properties

Link copied to clipboard
val clusterArn: Output<String>

The Amazon Resource Name (ARN) of the HyperPod Cluster.

Link copied to clipboard
val clusterName: Output<String>?

The name of the HyperPod Cluster.

Link copied to clipboard

The status of the HyperPod Cluster.

Link copied to clipboard
val creationTime: Output<String>

The time at which the HyperPod cluster was created.

Link copied to clipboard
val failureMessage: Output<String>

The failure message of the HyperPod Cluster.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The instance groups of the SageMaker HyperPod cluster.

Link copied to clipboard

If node auto-recovery is set to true, faulty nodes will be replaced or rebooted when a failure is detected. If set to false, nodes will be labelled when a fault is detected.

Link copied to clipboard

The orchestrator type for the SageMaker HyperPod cluster. Currently, 'eks' is the only available option.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

Custom tags for managing the SageMaker HyperPod cluster as an AWS resource. You can add tags to your cluster in the same way you add them in other AWS services that support tagging.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC. For more information, see Give SageMaker Access to Resources in your Amazon VPC .