SkillFeatureTensorDescriptor Class
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.
Describes an ISkillFeatureTensorValue.
public ref class SkillFeatureTensorDescriptor sealed : Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeatureTensorDescriptor
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureTensorDescriptorFactory), 65536, "Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract), 65536)]
[Windows.Foundation.Metadata.Static(typeof(Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureTensorDescriptorStatics), 65536, "Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract")]
public sealed class SkillFeatureTensorDescriptor : Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureTensorDescriptor
type SkillFeatureTensorDescriptor = class
interface ISkillFeatureTensorDescriptor
interface ISkillFeatureDescriptor
Public NotInheritable Class SkillFeatureTensorDescriptor
Implements ISkillFeatureTensorDescriptor
- Inheritance
-
SkillFeatureTensorDescriptor
- Attributes
-
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.ActivatableAttribute Windows.Foundation.Metadata.ContractVersionAttribute Windows.Foundation.Metadata.StaticAttribute
- Implements
Constructors
| SkillFeatureTensorDescriptor(String, String, Boolean, IVectorView<Int64>, SkillElementKind) |
The SkillFeatureTensorDescriptor constructor. |
Properties
| Description |
The skill variable's description. |
| ElementKind |
The SkillElementKind contained in this tensor feature. |
| FeatureKind |
The SkillFeatureKind of this skill feature. |
| IsRequired |
Whether or not this feature is required to be bound in an ISkillBinding to proceed to evaluation with the related ISkill. |
| Name |
The skill variable's name. |
| Shape |
The dimensions required for this tensor feature as an IReadOnlyList. |
Methods
| CreateValueAsync(Object, ISkillExecutionDevice) |
Creates an ISkillFeatureValue of SkillFeatureKind.Tensor according to the shape specified by value. |