DmModelEvaluationStrategy
**Experimental** Controls how device models are evaluated with respect to devices and boards, including preferred and fallback behaviors.
enum DmModelEvaluationStrategy {
DEVICES_ONLY
DEVICES_PREFER_BOARD_COMPATIBLE
}
Values
DmModelEvaluationStrategy.DEVICES_ONLY
**Experimental** Evaluate only devices. Boards are not considered.
DmModelEvaluationStrategy.DEVICES_PREFER_BOARD_COMPATIBLE
**Experimental** Evaluate devices, preferring configurations that are compatible with the specified board when possible (soft preference, not a hard constraint).