Interface IAugmentationPolicy
- Namespace
- AiDotNet.Augmentation
- Assembly
- AiDotNet.dll
Non-generic base interface for augmentation policies.
public interface IAugmentationPolicy
Properties
AugmentationCount
Gets the number of augmentations in this policy.
int AugmentationCount { get; }
Property Value
AugmentationNames
Gets the augmentation names in this policy.
IList<string> AugmentationNames { get; }
Property Value
Name
Gets the name of this policy.
string Name { get; }