IEvaluatorParameterT Interface |
A placeholder for a parameter within an evaluator.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public interface IEvaluatorParameter<T>
Public Interface IEvaluatorParameter(Of T)
generic<typename T>
public interface class IEvaluatorParameter
type IEvaluatorParameter<'T> = interface end
Type Parameters
- T
- The type of the parameter.
The IEvaluatorParameterT type exposes the following members.
Methods
| Name | Description |
---|
| GetEvaluator |
Gets the placeholder evaluator associated with this parameter.
|
TopSee Also