UnloadModelsRequest Class

The request message which tells the backend which models to unload (true means unload)

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class UnloadModelsRequest : IMessage<UnloadModelsRequest>, 
	IMessage, IEquatable<UnloadModelsRequest>, IDeepCloneable<UnloadModelsRequest>, 
	IBufferMessage
Inheritance
Object    UnloadModelsRequest
Implements
IBufferMessage, IDeepCloneableUnloadModelsRequest, IMessage, IMessageUnloadModelsRequest, IEquatableUnloadModelsRequest

Constructors

UnloadModelsRequestInitializes a new instance of the UnloadModelsRequest class
UnloadModelsRequest(UnloadModelsRequest)Initializes a new instance of the UnloadModelsRequest class

Properties

Descriptor 
Embedder When true, unload the current embedder model
Llm When true, unload the current LLM
Parser 
Ranker When true, unload the current ranker model

Methods

Fields

EmbedderFieldNumberField number for the "embedder" field.
LlmFieldNumberField number for the "llm" field.
RankerFieldNumberField number for the "ranker" field.

See Also