ResourceConfig

Information about the EC2 resources that are used to train the model.

Types

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

Properties

Link copied to clipboard

The number of resources that are used to train the model.

Link copied to clipboard

The instance type that is used to train the model.

Link copied to clipboard

The maximum size of the instance that is used to train the model.

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