Python - Missing MaterialExpression Classes?

It appears some common expression classes are missing. For example:

unreal.MaterialExpressionLerp

does not exist. Neither does unreal.MaterialExpressionFlattenNormal.

But others do exist like, unreal.MaterialExpressionVectorParameter or unreal.MaterialExpressionTextureSampleParameter2D, etc.

Are these missing or am I overlooking something?