Uses of Class
org.mlflow.api.proto.Service.GetMetricHistory.Builder
Packages that use Service.GetMetricHistory.Builder
-
Uses of Service.GetMetricHistory.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.GetMetricHistory.BuilderModifier and TypeMethodDescriptionService.GetMetricHistory.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.GetMetricHistory.Builder.clear()
Service.GetMetricHistory.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Service.GetMetricHistory.Builder.clearMaxResults()
Maximum number of logged instances of a metric for a run to return per call.Service.GetMetricHistory.Builder.clearMetricKey()
Name of the metric.Service.GetMetricHistory.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.GetMetricHistory.Builder.clearPageToken()
Token indicating the page of metric history to fetchService.GetMetricHistory.Builder.clearRunId()
ID of the run from which to fetch metric values.Service.GetMetricHistory.Builder.clearRunUuid()
[Deprecated, use run_id instead] ID of the run from which to fetch metric values.Service.GetMetricHistory.Builder.clone()
Service.GetMetricHistory.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GetMetricHistory.Builder.mergeFrom
(com.google.protobuf.Message other) Service.GetMetricHistory.Builder.mergeFrom
(Service.GetMetricHistory other) Service.GetMetricHistory.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.GetMetricHistory.newBuilder()
Service.GetMetricHistory.newBuilder
(Service.GetMetricHistory prototype) Service.GetMetricHistory.newBuilderForType()
protected Service.GetMetricHistory.Builder
Service.GetMetricHistory.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.GetMetricHistory.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.GetMetricHistory.Builder.setMaxResults
(int value) Maximum number of logged instances of a metric for a run to return per call.Service.GetMetricHistory.Builder.setMetricKey
(String value) Name of the metric.Service.GetMetricHistory.Builder.setMetricKeyBytes
(com.google.protobuf.ByteString value) Name of the metric.Service.GetMetricHistory.Builder.setPageToken
(String value) Token indicating the page of metric history to fetchService.GetMetricHistory.Builder.setPageTokenBytes
(com.google.protobuf.ByteString value) Token indicating the page of metric history to fetchService.GetMetricHistory.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ID of the run from which to fetch metric values.Service.GetMetricHistory.Builder.setRunIdBytes
(com.google.protobuf.ByteString value) ID of the run from which to fetch metric values.Service.GetMetricHistory.Builder.setRunUuid
(String value) [Deprecated, use run_id instead] ID of the run from which to fetch metric values.Service.GetMetricHistory.Builder.setRunUuidBytes
(com.google.protobuf.ByteString value) [Deprecated, use run_id instead] ID of the run from which to fetch metric values.Service.GetMetricHistory.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.GetMetricHistory.toBuilder()