RunCallableResponse.Builder |
RunCallableResponse.Builder.addAllFetch(Iterable<? extends TensorProto> values) |
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.addFetch(int index,
TensorProto value) |
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.addFetch(int index,
TensorProto.Builder builderForValue) |
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.addFetch(TensorProto value) |
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.addFetch(TensorProto.Builder builderForValue) |
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.clear() |
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.clearFetch() |
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.clearMetadata() |
Returned metadata if requested in the options.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.clone() |
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.mergeFrom(RunCallableResponse other) |
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.mergeMetadata(RunMetadata value) |
Returned metadata if requested in the options.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static RunCallableResponse.Builder |
RunCallableResponse.newBuilder() |
|
static RunCallableResponse.Builder |
RunCallableResponse.newBuilder(RunCallableResponse prototype) |
|
RunCallableResponse.Builder |
RunCallableResponse.newBuilderForType() |
|
protected RunCallableResponse.Builder |
RunCallableResponse.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.removeFetch(int index) |
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.setFetch(int index,
TensorProto value) |
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.setFetch(int index,
TensorProto.Builder builderForValue) |
Values of the tensors returned by the callable, in the order defined in the
CallableOptions.fetch field passed to MakeCallable.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.setMetadata(RunMetadata value) |
Returned metadata if requested in the options.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.setMetadata(RunMetadata.Builder builderForValue) |
Returned metadata if requested in the options.
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
RunCallableResponse.Builder |
RunCallableResponse.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
RunCallableResponse.Builder |
RunCallableResponse.toBuilder() |
|