Uses of Class
org.mlflow.api.proto.Service.MetricWithRunId.Builder
Packages that use Service.MetricWithRunId.Builder
-
Uses of Service.MetricWithRunId.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.MetricWithRunId.BuilderModifier and TypeMethodDescriptionService.GetMetricHistoryBulkInterval.Response.Builder.addMetricsBuilder()
List of metrics representing history of values and metadata.Service.GetMetricHistoryBulkInterval.Response.Builder.addMetricsBuilder
(int index) List of metrics representing history of values and metadata.Service.MetricWithRunId.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.MetricWithRunId.Builder.clear()
Service.MetricWithRunId.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Service.MetricWithRunId.Builder.clearKey()
Key identifying this metric.Service.MetricWithRunId.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.MetricWithRunId.Builder.clearRunId()
The ID of the run containing the metricService.MetricWithRunId.Builder.clearStep()
Step at which to log the metric.Service.MetricWithRunId.Builder.clearTimestamp()
The timestamp at which this metric was recorded.Service.MetricWithRunId.Builder.clearValue()
Value associated with this metric.Service.MetricWithRunId.Builder.clone()
Service.GetMetricHistoryBulkInterval.Response.Builder.getMetricsBuilder
(int index) List of metrics representing history of values and metadata.Service.MetricWithRunId.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.MetricWithRunId.Builder.mergeFrom
(com.google.protobuf.Message other) Service.MetricWithRunId.Builder.mergeFrom
(Service.MetricWithRunId other) Service.MetricWithRunId.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.MetricWithRunId.newBuilder()
Service.MetricWithRunId.newBuilder
(Service.MetricWithRunId prototype) Service.MetricWithRunId.newBuilderForType()
protected Service.MetricWithRunId.Builder
Service.MetricWithRunId.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.MetricWithRunId.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Key identifying this metric.Service.MetricWithRunId.Builder.setKeyBytes
(com.google.protobuf.ByteString value) Key identifying this metric.Service.MetricWithRunId.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) The ID of the run containing the metricService.MetricWithRunId.Builder.setRunIdBytes
(com.google.protobuf.ByteString value) The ID of the run containing the metricService.MetricWithRunId.Builder.setStep
(long value) Step at which to log the metric.Service.MetricWithRunId.Builder.setTimestamp
(long value) The timestamp at which this metric was recorded.Service.MetricWithRunId.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.MetricWithRunId.Builder.setValue
(double value) Value associated with this metric.Service.MetricWithRunId.toBuilder()
Methods in org.mlflow.api.proto that return types with arguments of type Service.MetricWithRunId.BuilderModifier and TypeMethodDescriptionService.GetMetricHistoryBulkInterval.Response.Builder.getMetricsBuilderList()
List of metrics representing history of values and metadata.Methods in org.mlflow.api.proto with parameters of type Service.MetricWithRunId.BuilderModifier and TypeMethodDescriptionService.GetMetricHistoryBulkInterval.Response.Builder.addMetrics
(int index, Service.MetricWithRunId.Builder builderForValue) List of metrics representing history of values and metadata.Service.GetMetricHistoryBulkInterval.Response.Builder.addMetrics
(Service.MetricWithRunId.Builder builderForValue) List of metrics representing history of values and metadata.Service.GetMetricHistoryBulkInterval.Response.Builder.setMetrics
(int index, Service.MetricWithRunId.Builder builderForValue) List of metrics representing history of values and metadata.