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

Provides the progress of the job to the Resource Manager More...

Inherited by Org.Apache.REEF.Driver.Defaults.DefaultProgressProvider.

Properties

float Progress [get]
 Provides the progress of the job to the Resource Manager. More...
 

Detailed Description

Provides the progress of the job to the Resource Manager

Property Documentation

◆ Progress

float Org.Apache.REEF.Driver.IProgressProvider.Progress
get

Provides the progress of the job to the Resource Manager.

Value should be a float between 0 and 1. If value greater than 1, 1 will be reported. If value less than 0, 0 will be reported.


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