ScalingConfigResponse

data class ScalingConfigResponse(val instanceSize: String, val scalingFactor: Double)

Represents the scaling configuration of a metastore service.

Constructors

Link copied to clipboard
constructor(instanceSize: String, scalingFactor: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))

Link copied to clipboard

Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.