Table of Contents

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

int

AugmentationNames

Gets the augmentation names in this policy.

IList<string> AugmentationNames { get; }

Property Value

IList<string>

Name

Gets the name of this policy.

string Name { get; }

Property Value

string