OnnxMapType(Type, Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create the corresponding DataViewType for ONNX map.
public OnnxMapType (Type keyType, Type valueType);
new Microsoft.ML.Transforms.Onnx.OnnxMapType : Type * Type -> Microsoft.ML.Transforms.Onnx.OnnxMapType
Public Sub New (keyType As Type, valueType As Type)
Parameters
- keyType
- Type
Key type of the associated ONNX map.
- valueType
- Type
Value type of the associated ONNX map.
Applies to
Feedback
Submit and view feedback for