SimulatorSessionProgress Class
- java.
lang. Object - microsoft.
bonsai. simulatorapi. models. SimulatorSessionProgress
- microsoft.
public class SimulatorSessionProgress
SimulatorSession progress related to train an actual brain.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Simulator |
attached()
Get the attached value. |
|
Simulator |
iterated()
Get the iterated value. |
|
Simulator |
withAttached(SimulatorSessionMilestone attached)
Set the attached value. |
|
Simulator |
withIterated(SimulatorSessionMilestone iterated)
Set the iterated value. |
Method Details
attached
public SimulatorSessionMilestone attached()
Get the attached value.
Returns:
iterated
public SimulatorSessionMilestone iterated()
Get the iterated value.
Returns:
withAttached
public SimulatorSessionProgress withAttached(SimulatorSessionMilestone attached)
Set the attached value.
Parameters:
Returns:
withIterated
public SimulatorSessionProgress withIterated(SimulatorSessionMilestone iterated)
Set the iterated value.
Parameters:
Returns: