Uses of Class
org.mlflow.api.proto.Service.GetMetricHistoryBulkInterval.Builder
Packages that use Service.GetMetricHistoryBulkInterval.Builder
-
Uses of Service.GetMetricHistoryBulkInterval.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.GetMetricHistoryBulkInterval.BuilderModifier and TypeMethodDescriptionService.GetMetricHistoryBulkInterval.Builder.addAllRunIds
(Iterable<String> values) ID(s) of the run(s) from which to fetch metric values.Service.GetMetricHistoryBulkInterval.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ID(s) of the run(s) from which to fetch metric values.Service.GetMetricHistoryBulkInterval.Builder.addRunIdsBytes
(com.google.protobuf.ByteString value) ID(s) of the run(s) from which to fetch metric values.Service.GetMetricHistoryBulkInterval.Builder.clear()
Service.GetMetricHistoryBulkInterval.Builder.clearEndStep()
Optional end step to only fetch metrics before the specified step.Service.GetMetricHistoryBulkInterval.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Service.GetMetricHistoryBulkInterval.Builder.clearMaxResults()
Maximum number of results to fetch per run specified.Service.GetMetricHistoryBulkInterval.Builder.clearMetricKey()
Name of the metric.Service.GetMetricHistoryBulkInterval.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.GetMetricHistoryBulkInterval.Builder.clearRunIds()
ID(s) of the run(s) from which to fetch metric values.Service.GetMetricHistoryBulkInterval.Builder.clearStartStep()
Optional start step to only fetch metrics after the specified step.Service.GetMetricHistoryBulkInterval.Builder.clone()
Service.GetMetricHistoryBulkInterval.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GetMetricHistoryBulkInterval.Builder.mergeFrom
(com.google.protobuf.Message other) Service.GetMetricHistoryBulkInterval.Builder.mergeFrom
(Service.GetMetricHistoryBulkInterval other) Service.GetMetricHistoryBulkInterval.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.GetMetricHistoryBulkInterval.newBuilder()
Service.GetMetricHistoryBulkInterval.newBuilder
(Service.GetMetricHistoryBulkInterval prototype) Service.GetMetricHistoryBulkInterval.newBuilderForType()
Service.GetMetricHistoryBulkInterval.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.GetMetricHistoryBulkInterval.Builder.setEndStep
(int value) Optional end step to only fetch metrics before the specified step.Service.GetMetricHistoryBulkInterval.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.GetMetricHistoryBulkInterval.Builder.setMaxResults
(int value) Maximum number of results to fetch per run specified.Service.GetMetricHistoryBulkInterval.Builder.setMetricKey
(String value) Name of the metric.Service.GetMetricHistoryBulkInterval.Builder.setMetricKeyBytes
(com.google.protobuf.ByteString value) Name of the metric.Service.GetMetricHistoryBulkInterval.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ID(s) of the run(s) from which to fetch metric values.Service.GetMetricHistoryBulkInterval.Builder.setStartStep
(int value) Optional start step to only fetch metrics after the specified step.Service.GetMetricHistoryBulkInterval.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.GetMetricHistoryBulkInterval.toBuilder()