public interface RegisterGraphResponseOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGraphHandle()
If the registration succeeds, returns an opaque graph_handle to
the master.
|
org.nd4j.shade.protobuf.ByteString |
getGraphHandleBytes()
If the registration succeeds, returns an opaque graph_handle to
the master.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGraphHandle()
If the registration succeeds, returns an opaque graph_handle to the master. The master calls RunGraph with graph_handle to compute different steps.
string graph_handle = 1;org.nd4j.shade.protobuf.ByteString getGraphHandleBytes()
If the registration succeeds, returns an opaque graph_handle to the master. The master calls RunGraph with graph_handle to compute different steps.
string graph_handle = 1;Copyright © 2021. All rights reserved.