ScalarDimensionConfig
Constructor
Methods
build
Builds the object.
def build() -> common.ScalarDimensionConfig
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
def mode(mode: common.ScalarDimensionMode) -> typing.Self
See also