MapVariableDescriptorPreview.Fields Property

Definition

Deprecated. Gets the data type of the field of the map variable.

public:
 property ILearningModelVariableDescriptorPreview ^ Fields { ILearningModelVariableDescriptorPreview ^ get(); };
ILearningModelVariableDescriptorPreview Fields();
/// [get: Windows.Foundation.Metadata.Deprecated("Use IMapFeatureDescriptor instead of IMapVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
ILearningModelVariableDescriptorPreview Fields();
public ILearningModelVariableDescriptorPreview Fields { get; }
public ILearningModelVariableDescriptorPreview Fields { [Windows.Foundation.Metadata.Deprecated("Use IMapFeatureDescriptor instead of IMapVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")] get; }
var iLearningModelVariableDescriptorPreview = mapVariableDescriptorPreview.fields;
Public ReadOnly Property Fields As ILearningModelVariableDescriptorPreview

Property Value

The data type of the field of the map variable.

Attributes

Remarks

Warning

This is a deprecated API. Please use the Windows.AI.MachineLearning namespace instead.

Applies to