RunCallableRequest.Builder |
RunCallableRequest.Builder.addAllFeed(Iterable<? extends TensorProto> values) |
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.addFeed(int index,
TensorProto value) |
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.addFeed(int index,
TensorProto.Builder builderForValue) |
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.addFeed(TensorProto value) |
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.addFeed(TensorProto.Builder builderForValue) |
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.clear() |
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.clearFeed() |
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.clearHandle() |
REQUIRED: handle must be returned by a MakeCallable call to the same
master service.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.clearSessionHandle() |
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.clone() |
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.mergeFrom(RunCallableRequest other) |
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static RunCallableRequest.Builder |
RunCallableRequest.newBuilder() |
|
static RunCallableRequest.Builder |
RunCallableRequest.newBuilder(RunCallableRequest prototype) |
|
RunCallableRequest.Builder |
RunCallableRequest.newBuilderForType() |
|
protected RunCallableRequest.Builder |
RunCallableRequest.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.removeFeed(int index) |
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.setFeed(int index,
TensorProto value) |
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.setFeed(int index,
TensorProto.Builder builderForValue) |
Values of the tensors passed as arguments to the callable, in the order
defined in the CallableOptions.feed field passed to MakeCallable.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.setHandle(long value) |
REQUIRED: handle must be returned by a MakeCallable call to the same
master service.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.setSessionHandle(String value) |
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.setSessionHandleBytes(org.nd4j.shade.protobuf.ByteString value) |
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
RunCallableRequest.Builder |
RunCallableRequest.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
RunCallableRequest.Builder |
RunCallableRequest.toBuilder() |
|