ISkillFeatureTensorDescriptor Interface
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.
Provides information about an ISkillFeatureValue derivative of SkillFeatureKind.Tensor.
public interface class ISkillFeatureTensorDescriptor : Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeatureDescriptor
[Windows.Foundation.Metadata.Guid(68142258, 17704, 17507, 174, 104, 94, 22, 97, 73, 215, 110)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract), 65536)]
public interface ISkillFeatureTensorDescriptor : Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureDescriptor
type ISkillFeatureTensorDescriptor = interface
interface ISkillFeatureDescriptor
Public Interface ISkillFeatureTensorDescriptor
Implements ISkillFeatureDescriptor
- Derived
- Attributes
-
Windows.Foundation.Metadata.GuidAttribute Windows.Foundation.Metadata.ContractVersionAttribute
- Implements
Properties
| Description |
The skill variable's description. (Inherited from ISkillFeatureDescriptor) |
| ElementKind |
The SkillElementKind contained in this tensor feature. |
| FeatureKind |
The SkillFeatureKind of an ISkillFeature variable. (Inherited from ISkillFeatureDescriptor) |
| IsRequired |
Whether or not this feature is required to be bound in an ISkillBinding to proceed to evaluation with the related ISkill. (Inherited from ISkillFeatureDescriptor) |
| Name |
The skill variable's name. (Inherited from ISkillFeatureDescriptor) |
| Shape |
The dimensions required for this tensor feature as an IReadOnlyList. |
Methods
| CreateValueAsync(Object, ISkillExecutionDevice) |
Creates an ISkillFeatureValue according to the format this instance describes in the memory space of the specified device. (Inherited from ISkillFeatureDescriptor) |