Uses of Class
org.mlflow.api.proto.Service.GetMetricHistory.Response.Builder
Packages that use Service.GetMetricHistory.Response.Builder
-
Uses of Service.GetMetricHistory.Response.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.GetMetricHistory.Response.BuilderModifier and TypeMethodDescriptionService.GetMetricHistory.Response.Builder.addAllMetrics
(Iterable<? extends Service.Metric> values) All logged values for this metric.Service.GetMetricHistory.Response.Builder.addMetrics
(int index, Service.Metric value) All logged values for this metric.Service.GetMetricHistory.Response.Builder.addMetrics
(int index, Service.Metric.Builder builderForValue) All logged values for this metric.Service.GetMetricHistory.Response.Builder.addMetrics
(Service.Metric value) All logged values for this metric.Service.GetMetricHistory.Response.Builder.addMetrics
(Service.Metric.Builder builderForValue) All logged values for this metric.Service.GetMetricHistory.Response.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.GetMetricHistory.Response.Builder.clear()
Service.GetMetricHistory.Response.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Service.GetMetricHistory.Response.Builder.clearMetrics()
All logged values for this metric.Service.GetMetricHistory.Response.Builder.clearNextPageToken()
Token that can be used to issue a query for the next page of metric history values.Service.GetMetricHistory.Response.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.GetMetricHistory.Response.Builder.clone()
Service.GetMetricHistory.Response.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GetMetricHistory.Response.Builder.mergeFrom
(com.google.protobuf.Message other) Service.GetMetricHistory.Response.Builder.mergeFrom
(Service.GetMetricHistory.Response other) Service.GetMetricHistory.Response.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.GetMetricHistory.Response.newBuilder()
Service.GetMetricHistory.Response.newBuilder
(Service.GetMetricHistory.Response prototype) Service.GetMetricHistory.Response.newBuilderForType()
Service.GetMetricHistory.Response.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.GetMetricHistory.Response.Builder.removeMetrics
(int index) All logged values for this metric.Service.GetMetricHistory.Response.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.GetMetricHistory.Response.Builder.setMetrics
(int index, Service.Metric value) All logged values for this metric.Service.GetMetricHistory.Response.Builder.setMetrics
(int index, Service.Metric.Builder builderForValue) All logged values for this metric.Service.GetMetricHistory.Response.Builder.setNextPageToken
(String value) Token that can be used to issue a query for the next page of metric history values.Service.GetMetricHistory.Response.Builder.setNextPageTokenBytes
(com.google.protobuf.ByteString value) Token that can be used to issue a query for the next page of metric history values.Service.GetMetricHistory.Response.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.GetMetricHistory.Response.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.GetMetricHistory.Response.toBuilder()