Condividi tramite


ILearningModelFeatureDescriptor Interfaccia

Definizione

Descrive le proprietà comuni che tutte le funzionalità hanno.

public interface class ILearningModelFeatureDescriptor
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.MachineLearningContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3154694012, 28368, 16388, 151, 186, 185, 162, 238, 205, 43, 79)]
struct ILearningModelFeatureDescriptor
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.MachineLearningContract), 65536)]
[Windows.Foundation.Metadata.Guid(3154694012, 28368, 16388, 151, 186, 185, 162, 238, 205, 43, 79)]
public interface ILearningModelFeatureDescriptor
Public Interface ILearningModelFeatureDescriptor
Derivato
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 1809 (è stato introdotto in 10.0.17763.0)
API contract
Windows.AI.MachineLearning.MachineLearningContract (è stato introdotto in v1.0)

Commenti

Windows Server

Per usare questa API in Windows Server, è necessario usare Windows Server 2019 con Esperienza desktop.

Thread safety

Questa API è thread-safe.

Proprietà

Description

Descrizione di ciò che questa funzionalità viene usata per nel modello.

IsRequired

Se true, è necessario associare un valore a questa funzionalità prima di chiamare LearningModelSession.Evaluate.

Kind

Tipo di funzionalità: usare questa opzione per conoscere la classe derivata da usare.

Name

Nome usato per associare i valori a questa funzionalità.

Si applica a

Vedi anche