public interface ReleaseCallableRequestOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getHandle()
REQUIRED: handle must be returned by a MakeCallable call to the same
master service.
|
String |
getSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
org.nd4j.shade.protobuf.ByteString |
getSessionHandleBytes()
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;
org.nd4j.shade.protobuf.ByteString getSessionHandleBytes()
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;
long getHandle()
REQUIRED: handle must be returned by a MakeCallable call to the same master service.
int64 handle = 2;
Copyright © 2022. All rights reserved.