public interface MakeCallableRequestOrBuilder
extends com.github.os72.protobuf351.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.
|
com.github.os72.protobuf351.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;com.github.os72.protobuf351.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 © 2018. All rights reserved.