ScaleDimensionConfig
Constructor
Methods
build
Builds the object.
def build() -> common.ScaleDimensionConfig
field
fixed: T -- will be added by each element
def field(field: str) -> typing.Self
fixed
def fixed(fixed: float) -> typing.Self
max_val
def max_val(max_val: float) -> typing.Self
min_val
def min_val(min_val: float) -> typing.Self
mode
| *"linear"
def mode(mode: common.ScaleDimensionMode) -> typing.Self
See also