ScalingConfigInstanceSize

enum ScalingConfigInstanceSize : Enum<ScalingConfigInstanceSize> , ConvertibleToJava<ScalingConfigInstanceSize>

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

Entries

Link copied to clipboard

Unspecified instance size

Link copied to clipboard

Extra small instance size, maps to a scaling factor of 0.1.

Link copied to clipboard

Small instance size, maps to a scaling factor of 0.5.

Link copied to clipboard

Medium instance size, maps to a scaling factor of 1.0.

Link copied to clipboard

Large instance size, maps to a scaling factor of 3.0.

Link copied to clipboard

Extra large instance size, maps to a scaling factor of 6.0.

Types

Link copied to clipboard
object Companion

Functions

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

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: ScalingConfigInstanceSize
Link copied to clipboard
Link copied to clipboard