numericalFeatures

@JvmName(name = "dexmxclpjsygndqy")
suspend fun numericalFeatures(value: Output<Map<String, String>>)
@JvmName(name = "sgueltrwaxjpoxkx")
suspend fun numericalFeatures(value: Map<String, String>?)

Parameters

value

Numerical features. Some examples would be the height/weight of a product, or age of a customer. Feature names must be UTF-8 encoded strings. For example: { "lengths_cm": {"value":[2&#46;3, 15&#46;4]}, "heights_cm": {"value":[8&#46;1, 6&#46;4]} }


@JvmName(name = "smcgwpmteegyyrif")
fun numericalFeatures(vararg values: Pair<String, String>)

Parameters

values

Numerical features. Some examples would be the height/weight of a product, or age of a customer. Feature names must be UTF-8 encoded strings. For example: { "lengths_cm": {"value":[2&#46;3, 15&#46;4]}, "heights_cm": {"value":[8&#46;1, 6&#46;4]} }