public interface MakeCallableRequestOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CallableOptions |
getOptions()
Options that define the behavior of the created callable.
|
CallableOptionsOrBuilder |
getOptionsOrBuilder()
Options that define the behavior of the created callable.
|
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.
|
boolean |
hasOptions()
Options that define the behavior of the created callable.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;boolean hasOptions()
Options that define the behavior of the created callable.
.tensorflow.CallableOptions options = 2;CallableOptions getOptions()
Options that define the behavior of the created callable.
.tensorflow.CallableOptions options = 2;CallableOptionsOrBuilder getOptionsOrBuilder()
Options that define the behavior of the created callable.
.tensorflow.CallableOptions options = 2;Copyright © 2021. All rights reserved.