public static interface SessionServiceOuterClass.SessionRunResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RunMetadata |
getMetadata()
Returned metadata if requested in the options.
|
RunMetadataOrBuilder |
getMetadataOrBuilder()
Returned metadata if requested in the options.
|
Model.ModelSpec |
getModelSpec()
Effective Model Specification used for session run.
|
Model.ModelSpecOrBuilder |
getModelSpecOrBuilder()
Effective Model Specification used for session run.
|
NamedTensorProto |
getTensor(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
int |
getTensorCount()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
java.util.List<NamedTensorProto> |
getTensorList()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
NamedTensorProtoOrBuilder |
getTensorOrBuilder(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
java.util.List<? extends NamedTensorProtoOrBuilder> |
getTensorOrBuilderList()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
boolean |
hasMetadata()
Returned metadata if requested in the options.
|
boolean |
hasModelSpec()
Effective Model Specification used for session run.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasModelSpec()
Effective Model Specification used for session run.
.tensorflow.serving.ModelSpec model_spec = 3;Model.ModelSpec getModelSpec()
Effective Model Specification used for session run.
.tensorflow.serving.ModelSpec model_spec = 3;Model.ModelSpecOrBuilder getModelSpecOrBuilder()
Effective Model Specification used for session run.
.tensorflow.serving.ModelSpec model_spec = 3;java.util.List<NamedTensorProto> getTensorList()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;NamedTensorProto getTensor(int index)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;int getTensorCount()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;java.util.List<? extends NamedTensorProtoOrBuilder> getTensorOrBuilderList()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;NamedTensorProtoOrBuilder getTensorOrBuilder(int index)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;boolean hasMetadata()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;RunMetadata getMetadata()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;RunMetadataOrBuilder getMetadataOrBuilder()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;