public class TensorFlowClusterSpec extends Object implements Serializable
Constructor and Description |
---|
TensorFlowClusterSpec() |
Modifier and Type | Method and Description |
---|---|
TensorFlowClusterSpec |
addTask(String jobName,
UUID nodeId,
int port)
Adds new task to the cluster specification.
|
String |
format(Ignite ignite)
Formats cluster specification so that TensorFlow accepts it.
|
Map<String,List<TensorFlowServerAddressSpec>> |
getJobs() |
public TensorFlowClusterSpec addTask(String jobName, UUID nodeId, int port)
jobName
- Job name.nodeId
- Node identifier.port
- Port number.public String format(Ignite ignite)
ignite
- Ignite instance.public Map<String,List<TensorFlowServerAddressSpec>> getJobs()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024