public class TensorFlowServer extends Object implements Serializable
Constructor and Description |
---|
TensorFlowServer(TensorFlowClusterSpec clusterSpec,
String jobName)
Constructs a new instance of TensorFlow server specification.
|
TensorFlowServer(TensorFlowClusterSpec clusterSpec,
String jobName,
Integer taskIdx)
Constructs a new instance of TensorFlow server specification.
|
TensorFlowServer(TensorFlowClusterSpec clusterSpec,
String jobName,
Integer taskIdx,
String proto)
Constructs a new instance of TensorFlow server specification.
|
Modifier and Type | Method and Description |
---|---|
TensorFlowClusterSpec |
getClusterSpec() |
String |
getJobName() |
String |
getProto() |
Integer |
getTaskIdx() |
public TensorFlowServer(TensorFlowClusterSpec clusterSpec, String jobName)
clusterSpec
- TensorFlow cluster specification.jobName
- Job name.public TensorFlowServer(TensorFlowClusterSpec clusterSpec, String jobName, Integer taskIdx)
clusterSpec
- TensorFlow cluster specification.jobName
- Job name.taskIdx
- Task index.public TensorFlowServer(TensorFlowClusterSpec clusterSpec, String jobName, Integer taskIdx, String proto)
clusterSpec
- TensorFlow cluster specification.jobName
- Job name.taskIdx
- Task index.proto
- Task index.public TensorFlowClusterSpec getClusterSpec()
public String getJobName()
public Integer getTaskIdx()
public String getProto()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024