InstanceGroup

Defines an instance group for heterogeneous cluster training. When requesting a training job using the CreateTrainingJob API, you can configure multiple instance groups .

Types

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

Properties

Link copied to clipboard

Specifies the number of instances of the instance group.

Link copied to clipboard

Specifies the name of the instance group.

Link copied to clipboard

Specifies the instance type of the instance group.

Functions

Link copied to clipboard
inline fun copy(block: InstanceGroup.Builder.() -> Unit = {}): InstanceGroup
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