Optional_defaultOptionalallowedThe allowed parameter values when the type is 'one_of'.
OptionalmaxThe maximum allowed value (inclusive) when the type is 'numeric_range'.
OptionalminThe minimum allowed value (inclusive) when the type is 'numeric_range'.
The name of the parameter.
Whether the parameter is required (true) or optional (false).
The parameter type e.g. 'one_of', 'numeric_range', or 'any'.
If the type is 'one_of', then 'allowed_values' will be set, and the value specified must be one of the allowed values. 'one_of' is only compatible with value_type 'string' or 'integer'.
If 'numeric_range', then 'min' and 'max' will be set, then the value specified must adhere to the value_type and must fall within the [min, max] range (inclusive).
If 'any' then any value is allowed, as long as it adheres to the value_type.
The type of value the parameter accepts, e.g. 'string', 'integer', 'float', or 'boolean'.
Describes a parameter supported by the model, including parameter value constraints.
Export
ModelInfoSupportedParameter