SimulatorSessionProgress Class

  • java.lang.Object
    • microsoft.bonsai.simulatorapi.models.SimulatorSessionProgress

public class SimulatorSessionProgress

SimulatorSession progress related to train an actual brain.

Method Summary

Modifier and Type Method and Description
SimulatorSessionMilestone attached()

Get the attached value.

SimulatorSessionMilestone iterated()

Get the iterated value.

SimulatorSessionProgress withAttached(SimulatorSessionMilestone attached)

Set the attached value.

SimulatorSessionProgress withIterated(SimulatorSessionMilestone iterated)

Set the iterated value.

Method Details

attached

public SimulatorSessionMilestone attached()

Get the attached value.

Returns:

the attached value

iterated

public SimulatorSessionMilestone iterated()

Get the iterated value.

Returns:

the iterated value

withAttached

public SimulatorSessionProgress withAttached(SimulatorSessionMilestone attached)

Set the attached value.

Parameters:

attached - the attached value to set

Returns:

the SimulatorSessionProgress object itself.

withIterated

public SimulatorSessionProgress withIterated(SimulatorSessionMilestone iterated)

Set the iterated value.

Parameters:

iterated - the iterated value to set

Returns:

the SimulatorSessionProgress object itself.

Applies to