ClusterInstanceGroupSpecification

The specifications of an instance group that you need to define.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies an IAM execution role to be assumed by the instance group.

Link copied to clipboard

Specifies the number of instances to add to the instance group of a SageMaker HyperPod cluster.

Link copied to clipboard

Specifies the name of the instance group.

Link copied to clipboard

Specifies the additional storage configurations for the instances in the SageMaker HyperPod cluster instance group.

Link copied to clipboard

Specifies the instance type of the instance group.

Link copied to clipboard

Specifies the LifeCycle configuration for the instance group.

Link copied to clipboard

A flag indicating whether deep health checks should be performed when the cluster instance group is created or updated.

Link copied to clipboard

To configure multi-AZ deployments, customize the Amazon VPC configuration at the instance group level. You can specify different subnets and security groups across different AZs in the instance group specification to override a SageMaker HyperPod cluster's default Amazon VPC configuration. For more information about deploying a cluster in multiple AZs, see Setting up SageMaker HyperPod clusters across multiple AZs.

Link copied to clipboard

The configuration object of the schedule that SageMaker uses to update the AMI.

Link copied to clipboard

Specifies the value for Threads per core. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading. For instance types that doesn't support multithreading, specify 1. For more information, see the reference table of CPU cores and threads per CPU core per instance type in the Amazon Elastic Compute Cloud User Guide.

Link copied to clipboard

The Amazon Resource Name (ARN); of the training plan to use for this cluster instance group.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String