Uses of Class
inference.GrpcService.ModelStatistics.Builder
Packages that use GrpcService.ModelStatistics.Builder
-
Uses of GrpcService.ModelStatistics.Builder in inference
Methods in inference that return GrpcService.ModelStatistics.BuilderModifier and TypeMethodDescriptionGrpcService.ModelStatistics.Builder.addAllBatchStats(Iterable<? extends GrpcService.InferBatchStatistics> values) @@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.ModelStatistics.Builder.addAllMemoryUsage(Iterable<? extends GrpcService.MemoryUsage> values) @@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.GrpcService.ModelStatistics.Builder.addBatchStats(int index, GrpcService.InferBatchStatistics value) @@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.ModelStatistics.Builder.addBatchStats(int index, GrpcService.InferBatchStatistics.Builder builderForValue) @@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.ModelStatistics.Builder.addBatchStats(GrpcService.InferBatchStatistics value) @@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.ModelStatistics.Builder.addBatchStats(GrpcService.InferBatchStatistics.Builder builderForValue) @@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.ModelStatistics.Builder.addMemoryUsage(int index, GrpcService.MemoryUsage value) @@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.GrpcService.ModelStatistics.Builder.addMemoryUsage(int index, GrpcService.MemoryUsage.Builder builderForValue) @@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.GrpcService.ModelStatistics.Builder.addMemoryUsage(GrpcService.MemoryUsage value) @@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.GrpcService.ModelStatistics.Builder.addMemoryUsage(GrpcService.MemoryUsage.Builder builderForValue) @@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.GrpcService.ModelStatisticsResponse.Builder.addModelStatsBuilder()@@ .. cpp:var:: ModelStatistics model_stats (repeated) @@ @@ Statistics for each requested model.GrpcService.ModelStatisticsResponse.Builder.addModelStatsBuilder(int index) @@ .. cpp:var:: ModelStatistics model_stats (repeated) @@ @@ Statistics for each requested model.GrpcService.ModelStatistics.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GrpcService.ModelStatistics.Builder.clear()GrpcService.ModelStatistics.Builder.clearBatchStats()@@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.ModelStatistics.Builder.clearExecutionCount()@@ .. cpp:var:: uint64 last_inference @@ @@ The cumulative count of the number of successful inference executions @@ performed for the model.GrpcService.ModelStatistics.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GrpcService.ModelStatistics.Builder.clearInferenceCount()@@ .. cpp:var:: uint64 last_inference @@ @@ The cumulative count of successful inference requests made for this @@ model.GrpcService.ModelStatistics.Builder.clearInferenceStats()@@ .. cpp:var:: InferStatistics inference_stats @@ @@ The aggregate statistics for the model/version.GrpcService.ModelStatistics.Builder.clearLastInference()@@ .. cpp:var:: uint64 last_inference @@ @@ The timestamp of the last inference request made for this model, @@ as milliseconds since the epoch.GrpcService.ModelStatistics.Builder.clearMemoryUsage()@@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.GrpcService.ModelStatistics.Builder.clearName()@@ .. cpp:var:: string name @@ @@ The name of the model.GrpcService.ModelStatistics.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GrpcService.ModelStatistics.Builder.clearResponseStats()GrpcService.ModelStatistics.Builder.clearVersion()@@ .. cpp:var:: string version @@ @@ The version of the model.GrpcService.ModelStatistics.Builder.clone()GrpcService.ModelStatisticsResponse.Builder.getModelStatsBuilder(int index) @@ .. cpp:var:: ModelStatistics model_stats (repeated) @@ @@ Statistics for each requested model.GrpcService.ModelStatistics.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelStatistics.Builder.mergeFrom(com.google.protobuf.Message other) GrpcService.ModelStatistics.Builder.mergeFrom(GrpcService.ModelStatistics other) GrpcService.ModelStatistics.Builder.mergeInferenceStats(GrpcService.InferStatistics value) @@ .. cpp:var:: InferStatistics inference_stats @@ @@ The aggregate statistics for the model/version.GrpcService.ModelStatistics.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GrpcService.ModelStatistics.newBuilder()GrpcService.ModelStatistics.newBuilder(GrpcService.ModelStatistics prototype) GrpcService.ModelStatistics.newBuilderForType()protected GrpcService.ModelStatistics.BuilderGrpcService.ModelStatistics.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) GrpcService.ModelStatistics.Builder.putAllResponseStats(Map<String, GrpcService.InferResponseStatistics> values) @@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.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.GrpcService.ModelStatistics.Builder.removeBatchStats(int index) @@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.ModelStatistics.Builder.removeMemoryUsage(int index) @@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.GrpcService.ModelStatistics.Builder.removeResponseStats(String key) @@ .. cpp:var:: map<string, InferResponseStatistics> response_stats @@ @@ The key and value pairs for all responses statistics.GrpcService.ModelStatistics.Builder.setBatchStats(int index, GrpcService.InferBatchStatistics value) @@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.ModelStatistics.Builder.setBatchStats(int index, GrpcService.InferBatchStatistics.Builder builderForValue) @@ .. cpp:var:: InferBatchStatistics batch_stats (repeated) @@ @@ The aggregate statistics for each different batch size that is @@ executed in the model.GrpcService.ModelStatistics.Builder.setExecutionCount(long value) @@ .. cpp:var:: uint64 last_inference @@ @@ The cumulative count of the number of successful inference executions @@ performed for the model.GrpcService.ModelStatistics.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GrpcService.ModelStatistics.Builder.setInferenceCount(long value) @@ .. cpp:var:: uint64 last_inference @@ @@ The cumulative count of successful inference requests made for this @@ model.GrpcService.ModelStatistics.Builder.setInferenceStats(GrpcService.InferStatistics value) @@ .. cpp:var:: InferStatistics inference_stats @@ @@ The aggregate statistics for the model/version.GrpcService.ModelStatistics.Builder.setInferenceStats(GrpcService.InferStatistics.Builder builderForValue) @@ .. cpp:var:: InferStatistics inference_stats @@ @@ The aggregate statistics for the model/version.GrpcService.ModelStatistics.Builder.setLastInference(long value) @@ .. cpp:var:: uint64 last_inference @@ @@ The timestamp of the last inference request made for this model, @@ as milliseconds since the epoch.GrpcService.ModelStatistics.Builder.setMemoryUsage(int index, GrpcService.MemoryUsage value) @@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.GrpcService.ModelStatistics.Builder.setMemoryUsage(int index, GrpcService.MemoryUsage.Builder builderForValue) @@ .. cpp:var:: MemoryUsage memory_usage (repeated) @@ @@ The memory usage detected during model loading, which may be used to @@ estimate the memory to be released once the model is unloaded.@@ .. cpp:var:: string name @@ @@ The name of the model.GrpcService.ModelStatistics.Builder.setNameBytes(com.google.protobuf.ByteString value) @@ .. cpp:var:: string name @@ @@ The name of the model.GrpcService.ModelStatistics.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) GrpcService.ModelStatistics.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GrpcService.ModelStatistics.Builder.setVersion(String value) @@ .. cpp:var:: string version @@ @@ The version of the model.GrpcService.ModelStatistics.Builder.setVersionBytes(com.google.protobuf.ByteString value) @@ .. cpp:var:: string version @@ @@ The version of the model.GrpcService.ModelStatistics.toBuilder()Methods in inference that return types with arguments of type GrpcService.ModelStatistics.BuilderModifier and TypeMethodDescriptionGrpcService.ModelStatisticsResponse.Builder.getModelStatsBuilderList()@@ .. cpp:var:: ModelStatistics model_stats (repeated) @@ @@ Statistics for each requested model.Methods in inference with parameters of type GrpcService.ModelStatistics.BuilderModifier and TypeMethodDescriptionGrpcService.ModelStatisticsResponse.Builder.addModelStats(int index, GrpcService.ModelStatistics.Builder builderForValue) @@ .. cpp:var:: ModelStatistics model_stats (repeated) @@ @@ Statistics for each requested model.GrpcService.ModelStatisticsResponse.Builder.addModelStats(GrpcService.ModelStatistics.Builder builderForValue) @@ .. cpp:var:: ModelStatistics model_stats (repeated) @@ @@ Statistics for each requested model.GrpcService.ModelStatisticsResponse.Builder.setModelStats(int index, GrpcService.ModelStatistics.Builder builderForValue) @@ .. cpp:var:: ModelStatistics model_stats (repeated) @@ @@ Statistics for each requested model.