GoogleCloudMlV1__MetricSpecResponse

data class GoogleCloudMlV1__MetricSpecResponse(val name: String, val target: Int)

MetricSpec contains the specifications to use to calculate the desired nodes count when autoscaling is enabled.

Constructors

Link copied to clipboard
constructor(name: String, target: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

metric name.

Link copied to clipboard
val target: Int

Target specifies the target value for the given metric; once real metric deviates from the threshold by a certain percentage, the node count changes.