Type Alias EvaluationRequest

type EvaluationRequest = {
    engineSizeHint?: string;
}
Index
engineSizeHint?: string

Overrides the automatic engine size calculation with the supplied number of GiB. The value is forwarded to the engine session request when acquiring an engine. Optional.