Package inference
Interface GrpcService.InferResponseStatisticsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.InferResponseStatistics,GrpcService.InferResponseStatistics.Builder
- Enclosing class:
GrpcService
public static interface GrpcService.InferResponseStatisticsOrBuilder
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
-
hasComputeInfer
boolean hasComputeInfer()@@ .. cpp:var:: StatisticDuration compute_infer @@ @@ The count and cumulative duration to compute a response. @@
.inference.StatisticDuration compute_infer = 1;- Returns:
- Whether the computeInfer field is set.
-
getComputeInfer
GrpcService.StatisticDuration getComputeInfer()@@ .. cpp:var:: StatisticDuration compute_infer @@ @@ The count and cumulative duration to compute a response. @@
.inference.StatisticDuration compute_infer = 1;- Returns:
- The computeInfer.
-
getComputeInferOrBuilder
GrpcService.StatisticDurationOrBuilder getComputeInferOrBuilder()@@ .. cpp:var:: StatisticDuration compute_infer @@ @@ The count and cumulative duration to compute a response. @@
.inference.StatisticDuration compute_infer = 1; -
hasComputeOutput
boolean hasComputeOutput()@@ .. cpp:var:: StatisticDuration compute_output @@ @@ The count and cumulative duration to extract the output tensors of a @@ response. @@
.inference.StatisticDuration compute_output = 2;- Returns:
- Whether the computeOutput field is set.
-
getComputeOutput
GrpcService.StatisticDuration getComputeOutput()@@ .. cpp:var:: StatisticDuration compute_output @@ @@ The count and cumulative duration to extract the output tensors of a @@ response. @@
.inference.StatisticDuration compute_output = 2;- Returns:
- The computeOutput.
-
getComputeOutputOrBuilder
GrpcService.StatisticDurationOrBuilder getComputeOutputOrBuilder()@@ .. cpp:var:: StatisticDuration compute_output @@ @@ The count and cumulative duration to extract the output tensors of a @@ response. @@
.inference.StatisticDuration compute_output = 2; -
hasSuccess
boolean hasSuccess()@@ .. cpp:var:: StatisticDuration success @@ @@ The count and cumulative duration for successful responses. @@
.inference.StatisticDuration success = 3;- Returns:
- Whether the success field is set.
-
getSuccess
GrpcService.StatisticDuration getSuccess()@@ .. cpp:var:: StatisticDuration success @@ @@ The count and cumulative duration for successful responses. @@
.inference.StatisticDuration success = 3;- Returns:
- The success.
-
getSuccessOrBuilder
GrpcService.StatisticDurationOrBuilder getSuccessOrBuilder()@@ .. cpp:var:: StatisticDuration success @@ @@ The count and cumulative duration for successful responses. @@
.inference.StatisticDuration success = 3; -
hasFail
boolean hasFail()@@ .. cpp:var:: StatisticDuration fail @@ @@ The count and cumulative duration for failed responses. @@
.inference.StatisticDuration fail = 4;- Returns:
- Whether the fail field is set.
-
getFail
GrpcService.StatisticDuration getFail()@@ .. cpp:var:: StatisticDuration fail @@ @@ The count and cumulative duration for failed responses. @@
.inference.StatisticDuration fail = 4;- Returns:
- The fail.
-
getFailOrBuilder
GrpcService.StatisticDurationOrBuilder getFailOrBuilder()@@ .. cpp:var:: StatisticDuration fail @@ @@ The count and cumulative duration for failed responses. @@
.inference.StatisticDuration fail = 4; -
hasEmptyResponse
boolean hasEmptyResponse()@@ .. cpp:var:: StatisticDuration empty_response @@ @@ The count and cumulative duration for empty responses. @@
.inference.StatisticDuration empty_response = 5;- Returns:
- Whether the emptyResponse field is set.
-
getEmptyResponse
GrpcService.StatisticDuration getEmptyResponse()@@ .. cpp:var:: StatisticDuration empty_response @@ @@ The count and cumulative duration for empty responses. @@
.inference.StatisticDuration empty_response = 5;- Returns:
- The emptyResponse.
-
getEmptyResponseOrBuilder
GrpcService.StatisticDurationOrBuilder getEmptyResponseOrBuilder()@@ .. cpp:var:: StatisticDuration empty_response @@ @@ The count and cumulative duration for empty responses. @@
.inference.StatisticDuration empty_response = 5; -
hasCancel
boolean hasCancel()@@ .. cpp:var:: StatisticDuration cancel @@ @@ The count and cumulative duration, for cleaning up resources held by @@ a cancelled request, for cancelled responses. @@
.inference.StatisticDuration cancel = 6;- Returns:
- Whether the cancel field is set.
-
getCancel
GrpcService.StatisticDuration getCancel()@@ .. cpp:var:: StatisticDuration cancel @@ @@ The count and cumulative duration, for cleaning up resources held by @@ a cancelled request, for cancelled responses. @@
.inference.StatisticDuration cancel = 6;- Returns:
- The cancel.
-
getCancelOrBuilder
GrpcService.StatisticDurationOrBuilder getCancelOrBuilder()@@ .. cpp:var:: StatisticDuration cancel @@ @@ The count and cumulative duration, for cleaning up resources held by @@ a cancelled request, for cancelled responses. @@
.inference.StatisticDuration cancel = 6;
-