次の方法で共有


MapVariableDescriptorPreview.IsRequired プロパティ

定義

非推奨になりました。 true の場合、 LearningModelSession を評価する前に、この機能に値をバインドする必要があります。

public:
 property bool IsRequired { bool get(); };
bool IsRequired();
/// [get: Windows.Foundation.Metadata.Deprecated("Use ILearningModelFeatureDescriptor instead of ILearningModelVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
bool IsRequired();
public bool IsRequired { get; }
public bool IsRequired { [Windows.Foundation.Metadata.Deprecated("Use ILearningModelFeatureDescriptor instead of ILearningModelVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")] get; }
var boolean = mapVariableDescriptorPreview.isRequired;
Public ReadOnly Property IsRequired As Boolean

プロパティ値

Boolean

bool

True を指定すると、 LearningModelSession.Evaluate を呼び出す前に値をこの機能にバインドする必要があります。それ以外の場合は false。

実装

属性

注釈

警告

これは非推奨の API です。 代わりに、 Windows.AI.MachineLearning 名前空間を 使用してください。

適用対象