Package tensorflow.serving
Interface PredictionLogOuterClass.SessionRunLogOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PredictionLogOuterClass.SessionRunLog,PredictionLogOuterClass.SessionRunLog.Builder
- Enclosing class:
PredictionLogOuterClass
public static interface PredictionLogOuterClass.SessionRunLogOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.tensorflow.serving.SessionRunRequest request = 1;.tensorflow.serving.SessionRunRequest request = 1;.tensorflow.serving.SessionRunResponse response = 2;.tensorflow.serving.SessionRunResponse response = 2;boolean.tensorflow.serving.SessionRunRequest request = 1;boolean.tensorflow.serving.SessionRunResponse response = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRequest
boolean hasRequest().tensorflow.serving.SessionRunRequest request = 1;- Returns:
- Whether the request field is set.
-
getRequest
SessionServiceOuterClass.SessionRunRequest getRequest().tensorflow.serving.SessionRunRequest request = 1;- Returns:
- The request.
-
getRequestOrBuilder
SessionServiceOuterClass.SessionRunRequestOrBuilder getRequestOrBuilder().tensorflow.serving.SessionRunRequest request = 1; -
hasResponse
boolean hasResponse().tensorflow.serving.SessionRunResponse response = 2;- Returns:
- Whether the response field is set.
-
getResponse
SessionServiceOuterClass.SessionRunResponse getResponse().tensorflow.serving.SessionRunResponse response = 2;- Returns:
- The response.
-
getResponseOrBuilder
SessionServiceOuterClass.SessionRunResponseOrBuilder getResponseOrBuilder().tensorflow.serving.SessionRunResponse response = 2;
-