public static interface SessionServiceOuterClass.SessionRunRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NamedTensorProto |
getFeed(int index)
Tensors to be fed in the step.
|
int |
getFeedCount()
Tensors to be fed in the step.
|
java.util.List<NamedTensorProto> |
getFeedList()
Tensors to be fed in the step.
|
NamedTensorProtoOrBuilder |
getFeedOrBuilder(int index)
Tensors to be fed in the step.
|
java.util.List<? extends NamedTensorProtoOrBuilder> |
getFeedOrBuilderList()
Tensors to be fed in the step.
|
java.lang.String |
getFetch(int index)
Fetches.
|
com.google.protobuf.ByteString |
getFetchBytes(int index)
Fetches.
|
int |
getFetchCount()
Fetches.
|
java.util.List<java.lang.String> |
getFetchList()
Fetches.
|
Model.ModelSpec |
getModelSpec()
Model Specification.
|
Model.ModelSpecOrBuilder |
getModelSpecOrBuilder()
Model Specification.
|
RunOptions |
getOptions()
Options for the run call.
|
RunOptionsOrBuilder |
getOptionsOrBuilder()
Options for the run call.
|
java.lang.String |
getTarget(int index)
Target Nodes.
|
com.google.protobuf.ByteString |
getTargetBytes(int index)
Target Nodes.
|
int |
getTargetCount()
Target Nodes.
|
java.util.List<java.lang.String> |
getTargetList()
Target Nodes.
|
boolean |
hasModelSpec()
Model Specification.
|
boolean |
hasOptions()
Options for the run call.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasModelSpec()
Model Specification. If version is not specified, will use the latest (numerical) version.
.tensorflow.serving.ModelSpec model_spec = 1;Model.ModelSpec getModelSpec()
Model Specification. If version is not specified, will use the latest (numerical) version.
.tensorflow.serving.ModelSpec model_spec = 1;Model.ModelSpecOrBuilder getModelSpecOrBuilder()
Model Specification. If version is not specified, will use the latest (numerical) version.
.tensorflow.serving.ModelSpec model_spec = 1;java.util.List<NamedTensorProto> getFeedList()
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;NamedTensorProto getFeed(int index)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;int getFeedCount()
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;java.util.List<? extends NamedTensorProtoOrBuilder> getFeedOrBuilderList()
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;NamedTensorProtoOrBuilder getFeedOrBuilder(int index)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;java.util.List<java.lang.String> getFetchList()
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;int getFetchCount()
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;java.lang.String getFetch(int index)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;index - The index of the element to return.com.google.protobuf.ByteString getFetchBytes(int index)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;index - The index of the value to return.java.util.List<java.lang.String> getTargetList()
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;int getTargetCount()
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;java.lang.String getTarget(int index)
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;index - The index of the element to return.com.google.protobuf.ByteString getTargetBytes(int index)
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;index - The index of the value to return.boolean hasOptions()
Options for the run call. **Currently ignored.**
.tensorflow.RunOptions options = 5;RunOptions getOptions()
Options for the run call. **Currently ignored.**
.tensorflow.RunOptions options = 5;RunOptionsOrBuilder getOptionsOrBuilder()
Options for the run call. **Currently ignored.**
.tensorflow.RunOptions options = 5;