Package | Description |
---|---|
org.apache.ignite.tensorflow.cluster |
TensorFlow integration API that allows to start and maintain TensorFlow cluster using infrastructure tools from
package
org.apache.ignite.tensorflow.core . |
Modifier and Type | Method and Description |
---|---|
TensorFlowCluster |
TensorFlowClusterManager.createCluster(UUID clusterId,
TensorFlowJobArchive jobArchive,
Consumer<String> userScriptOut,
Consumer<String> userScriptErr)
Creates and starts a new TensorFlow cluster for the specified cache.
|
TensorFlowCluster |
TensorFlowClusterManager.getCluster(UUID clusterId)
Returns cluster by identifier.
|
Modifier and Type | Method and Description |
---|---|
Map<UUID,TensorFlowCluster> |
TensorFlowClusterManager.getAllClusters()
Returns list of maintained TensorFlow clusters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TensorFlowClusterGateway.apply(UUID uuid,
Optional<TensorFlowCluster> cluster)
Predicate body.
|
void |
TensorFlowClusterGateway.subscribe(Consumer<Optional<TensorFlowCluster>> subscriber)
Subscribers the specified subscriber on the upstream events.
|
void |
TensorFlowClusterGateway.unsubscribe(Consumer<Optional<TensorFlowCluster>> subscriber)
Unsubscribe the specified subscriber.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024