ResourceConfig

Describes the resources, including machine learning (ML) compute instances and ML storage volumes, to use for model training.

Types

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

Properties

Link copied to clipboard

The number of ML compute instances to use. For distributed training, provide a value greater than 1.

Link copied to clipboard

The configuration of a heterogeneous cluster in JSON format.

Link copied to clipboard

The ML compute instance type.

Link copied to clipboard

The duration of time in seconds to retain configured resources in a warm pool for subsequent training jobs.

Link copied to clipboard

The Amazon Web Services KMS key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training job.

Link copied to clipboard

The size of the ML storage volume that you want to provision.

Functions

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