Package inference
Interface GrpcService.ServerReadyResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.ServerReadyResponse,GrpcService.ServerReadyResponse.Builder
- Enclosing class:
GrpcService
public static interface GrpcService.ServerReadyResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getReady
boolean getReady()@@ @@ .. cpp:var:: bool ready @@ @@ True if the inference server is ready, false it not ready. @@
bool ready = 1;- Returns:
- The ready.
-