Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Properties | List of all members
Org.Apache.REEF.Driver.Evaluator.IEvaluatorRequest Interface Reference

A request for an Evaluator allocation. More...

Inherited by Org.Apache.REEF.Driver.Evaluator.EvaluatorRequest.

Properties

int MemoryMegaBytes [get]
 Memory for the Evaluator in megabytes. More...
 
int Number [get]
 Number of Evaluators to allocate. More...
 
int VirtualCore [get]
 Number of cores in the Evaluator. More...
 
string Rack [get]
 The desired rack name for the Evaluator to be allocated in. More...
 
string EvaluatorBatchId [get]
 The batch ID for requested evaluators. More...
 
string RuntimeName [get]
 The name of the runtime to allocate teh evaluator on More...
 

Detailed Description

A request for an Evaluator allocation.

Property Documentation

◆ EvaluatorBatchId

string Org.Apache.REEF.Driver.Evaluator.IEvaluatorRequest.EvaluatorBatchId
get

The batch ID for requested evaluators.

Evaluators requested in the same batch will have the same Batch ID.

◆ MemoryMegaBytes

int Org.Apache.REEF.Driver.Evaluator.IEvaluatorRequest.MemoryMegaBytes
get

Memory for the Evaluator in megabytes.

◆ Number

int Org.Apache.REEF.Driver.Evaluator.IEvaluatorRequest.Number
get

Number of Evaluators to allocate.

◆ Rack

string Org.Apache.REEF.Driver.Evaluator.IEvaluatorRequest.Rack
get

The desired rack name for the Evaluator to be allocated in.

◆ RuntimeName

string Org.Apache.REEF.Driver.Evaluator.IEvaluatorRequest.RuntimeName
get

The name of the runtime to allocate teh evaluator on

◆ VirtualCore

int Org.Apache.REEF.Driver.Evaluator.IEvaluatorRequest.VirtualCore
get

Number of cores in the Evaluator.


The documentation for this interface was generated from the following file: