GoogleCloudMlV1__ManualScalingArgs

data class GoogleCloudMlV1__ManualScalingArgs(val nodes: Output<Int>? = null) : ConvertibleToJava<GoogleCloudMlV1__ManualScalingArgs>

Options for manually scaling a model.

Constructors

Link copied to clipboard
fun GoogleCloudMlV1__ManualScalingArgs(nodes: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudMlV1__ManualScalingArgs

Properties

Link copied to clipboard
val nodes: Output<Int>? = null

The number of nodes to allocate for this model. These nodes are always up, starting from the time the model is deployed, so the cost of operating this model will be proportional to nodes * number of hours since last billing cycle plus the cost for each prediction performed.