Constraint Term Object

A single term in a Parameter Constraint. See parameter constraints for more information.

Fields

KeyTypeValue

name

string

The name of this term.

weight

float

The weight of this term.

Example

{
  "name": "a",
  "weight": 2
}

Last updated