Uses of Class
inference.GrpcService.InferResponseStatistics
Packages that use GrpcService.InferResponseStatistics
-
Uses of GrpcService.InferResponseStatistics in com.gencior.triton.core.pojo
Methods in com.gencior.triton.core.pojo with parameters of type GrpcService.InferResponseStatisticsModifier and TypeMethodDescriptionTritonInferResponseStatistics.fromProto(GrpcService.InferResponseStatistics proto) -
Uses of GrpcService.InferResponseStatistics in inference
Methods in inference that return GrpcService.InferResponseStatisticsModifier and TypeMethodDescriptionGrpcService.InferResponseStatistics.Builder.build()GrpcService.InferResponseStatistics.Builder.buildPartial()GrpcService.InferResponseStatistics.getDefaultInstance()GrpcService.InferResponseStatistics.Builder.getDefaultInstanceForType()GrpcService.InferResponseStatistics.getDefaultInstanceForType()GrpcService.ModelStatistics.Builder.getResponseStatsOrDefault(String key, GrpcService.InferResponseStatistics defaultValue) @@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.GrpcService.ModelStatistics.getResponseStatsOrDefault(String key, GrpcService.InferResponseStatistics defaultValue) @@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.GrpcService.ModelStatisticsOrBuilder.getResponseStatsOrDefault(String key, GrpcService.InferResponseStatistics defaultValue) @@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.GrpcService.ModelStatistics.Builder.getResponseStatsOrThrow(String key) @@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.GrpcService.ModelStatistics.getResponseStatsOrThrow(String key) @@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.GrpcService.ModelStatisticsOrBuilder.getResponseStatsOrThrow(String key) @@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.GrpcService.InferResponseStatistics.parseDelimitedFrom(InputStream input) GrpcService.InferResponseStatistics.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.InferResponseStatistics.parseFrom(byte[] data) GrpcService.InferResponseStatistics.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.InferResponseStatistics.parseFrom(com.google.protobuf.ByteString data) GrpcService.InferResponseStatistics.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.InferResponseStatistics.parseFrom(com.google.protobuf.CodedInputStream input) GrpcService.InferResponseStatistics.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.InferResponseStatistics.parseFrom(InputStream input) GrpcService.InferResponseStatistics.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.InferResponseStatistics.parseFrom(ByteBuffer data) GrpcService.InferResponseStatistics.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcService.InferResponseStatisticsModifier and TypeMethodDescriptionGrpcService.ModelStatistics.Builder.getMutableResponseStats()Deprecated.com.google.protobuf.Parser<GrpcService.InferResponseStatistics> GrpcService.InferResponseStatistics.getParserForType()GrpcService.ModelStatistics.Builder.getResponseStats()Deprecated.GrpcService.ModelStatistics.getResponseStats()Deprecated.GrpcService.ModelStatisticsOrBuilder.getResponseStats()Deprecated.GrpcService.ModelStatistics.Builder.getResponseStatsMap()@@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.GrpcService.ModelStatistics.getResponseStatsMap()@@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.GrpcService.ModelStatisticsOrBuilder.getResponseStatsMap()@@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.static com.google.protobuf.Parser<GrpcService.InferResponseStatistics> GrpcService.InferResponseStatistics.parser()Methods in inference with parameters of type GrpcService.InferResponseStatisticsModifier and TypeMethodDescriptionGrpcService.ModelStatistics.Builder.getResponseStatsOrDefault(String key, GrpcService.InferResponseStatistics defaultValue) @@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.GrpcService.ModelStatistics.getResponseStatsOrDefault(String key, GrpcService.InferResponseStatistics defaultValue) @@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.GrpcService.ModelStatisticsOrBuilder.getResponseStatsOrDefault(String key, GrpcService.InferResponseStatistics defaultValue) @@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.GrpcService.InferResponseStatistics.Builder.mergeFrom(GrpcService.InferResponseStatistics other) GrpcService.InferResponseStatistics.newBuilder(GrpcService.InferResponseStatistics prototype) GrpcService.ModelStatistics.Builder.putResponseStats(String key, GrpcService.InferResponseStatistics value) @@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.Method parameters in inference with type arguments of type GrpcService.InferResponseStatisticsModifier and TypeMethodDescriptionGrpcService.ModelStatistics.Builder.putAllResponseStats(Map<String, GrpcService.InferResponseStatistics> values) @@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.