Package org.mlflow.api.proto
Class Service.Metric.Builder
- java.lang.Object
- 
- com.google.protobuf.AbstractMessageLite.Builder
- 
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
- 
- com.google.protobuf.GeneratedMessageV3.Builder<Service.Metric.Builder>
- 
- org.mlflow.api.proto.Service.Metric.Builder
 
 
 
 
- 
- All Implemented Interfaces:
- com.google.protobuf.Message.Builder,- com.google.protobuf.MessageLite.Builder,- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder,- java.lang.Cloneable,- Service.MetricOrBuilder
 - Enclosing class:
- Service.Metric
 
 public static final class Service.Metric.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.Metric.Builder> implements Service.MetricOrBuilder Metric associated with a run, represented as a key-value pair. Protobuf typemlflow.Metric
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Service.Metric.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Service.Metricbuild()Service.MetricbuildPartial()Service.Metric.Builderclear()Service.Metric.BuilderclearDatasetDigest()Dataset digest of the dataset associated with the metric, e.g.Service.Metric.BuilderclearDatasetName()The name of the dataset associated with the metric.Service.Metric.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Service.Metric.BuilderclearKey()Key identifying this metric.Service.Metric.BuilderclearModelId()The ID of the LoggedModel or Registered Model Version associated with the metric, if applicable.Service.Metric.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Service.Metric.BuilderclearRunId()The ID of the run containing the metric.Service.Metric.BuilderclearStep()Step at which to log the metric.Service.Metric.BuilderclearTimestamp()The timestamp at which this metric was recorded.Service.Metric.BuilderclearValue()Value associated with this metric.Service.Metric.Builderclone()java.lang.StringgetDatasetDigest()Dataset digest of the dataset associated with the metric, e.g.com.google.protobuf.ByteStringgetDatasetDigestBytes()Dataset digest of the dataset associated with the metric, e.g.java.lang.StringgetDatasetName()The name of the dataset associated with the metric.com.google.protobuf.ByteStringgetDatasetNameBytes()The name of the dataset associated with the metric.Service.MetricgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetKey()Key identifying this metric.com.google.protobuf.ByteStringgetKeyBytes()Key identifying this metric.java.lang.StringgetModelId()The ID of the LoggedModel or Registered Model Version associated with the metric, if applicable.com.google.protobuf.ByteStringgetModelIdBytes()The ID of the LoggedModel or Registered Model Version associated with the metric, if applicable.java.lang.StringgetRunId()The ID of the run containing the metric.com.google.protobuf.ByteStringgetRunIdBytes()The ID of the run containing the metric.longgetStep()Step at which to log the metric.longgetTimestamp()The timestamp at which this metric was recorded.doublegetValue()Value associated with this metric.booleanhasDatasetDigest()Dataset digest of the dataset associated with the metric, e.g.booleanhasDatasetName()The name of the dataset associated with the metric.booleanhasKey()Key identifying this metric.booleanhasModelId()The ID of the LoggedModel or Registered Model Version associated with the metric, if applicable.booleanhasRunId()The ID of the run containing the metric.booleanhasStep()Step at which to log the metric.booleanhasTimestamp()The timestamp at which this metric was recorded.booleanhasValue()Value associated with this metric.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Service.Metric.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Service.Metric.BuildermergeFrom(com.google.protobuf.Message other)Service.Metric.BuildermergeFrom(Service.Metric other)Service.Metric.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Service.Metric.BuildersetDatasetDigest(java.lang.String value)Dataset digest of the dataset associated with the metric, e.g.Service.Metric.BuildersetDatasetDigestBytes(com.google.protobuf.ByteString value)Dataset digest of the dataset associated with the metric, e.g.Service.Metric.BuildersetDatasetName(java.lang.String value)The name of the dataset associated with the metric.Service.Metric.BuildersetDatasetNameBytes(com.google.protobuf.ByteString value)The name of the dataset associated with the metric.Service.Metric.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Service.Metric.BuildersetKey(java.lang.String value)Key identifying this metric.Service.Metric.BuildersetKeyBytes(com.google.protobuf.ByteString value)Key identifying this metric.Service.Metric.BuildersetModelId(java.lang.String value)The ID of the LoggedModel or Registered Model Version associated with the metric, if applicable.Service.Metric.BuildersetModelIdBytes(com.google.protobuf.ByteString value)The ID of the LoggedModel or Registered Model Version associated with the metric, if applicable.Service.Metric.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)Service.Metric.BuildersetRunId(java.lang.String value)The ID of the run containing the metric.Service.Metric.BuildersetRunIdBytes(com.google.protobuf.ByteString value)The ID of the run containing the metric.Service.Metric.BuildersetStep(long value)Step at which to log the metric.Service.Metric.BuildersetTimestamp(long value)The timestamp at which this metric was recorded.Service.Metric.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Service.Metric.BuildersetValue(double value)Value associated with this metric.- 
Methods inherited from class com.google.protobuf.GeneratedMessageV3.BuildergetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
 - 
Methods inherited from class com.google.protobuf.AbstractMessage.BuilderfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
 - 
Methods inherited from class com.google.protobuf.AbstractMessageLite.BuilderaddAll, addAll, mergeFrom, newUninitializedMessageException
 
- 
 
- 
- 
- 
Method Detail- 
getDescriptorpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor() 
 - 
internalGetFieldAccessorTableprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() - Specified by:
- internalGetFieldAccessorTablein class- com.google.protobuf.GeneratedMessageV3.Builder<Service.Metric.Builder>
 
 - 
clearpublic Service.Metric.Builder clear() - Specified by:
- clearin interface- com.google.protobuf.Message.Builder
- Specified by:
- clearin interface- com.google.protobuf.MessageLite.Builder
- Overrides:
- clearin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.Metric.Builder>
 
 - 
getDescriptorForTypepublic com.google.protobuf.Descriptors.Descriptor getDescriptorForType() - Specified by:
- getDescriptorForTypein interface- com.google.protobuf.Message.Builder
- Specified by:
- getDescriptorForTypein interface- com.google.protobuf.MessageOrBuilder
- Overrides:
- getDescriptorForTypein class- com.google.protobuf.GeneratedMessageV3.Builder<Service.Metric.Builder>
 
 - 
getDefaultInstanceForTypepublic Service.Metric getDefaultInstanceForType() - Specified by:
- getDefaultInstanceForTypein interface- com.google.protobuf.MessageLiteOrBuilder
- Specified by:
- getDefaultInstanceForTypein interface- com.google.protobuf.MessageOrBuilder
 
 - 
buildpublic Service.Metric build() - Specified by:
- buildin interface- com.google.protobuf.Message.Builder
- Specified by:
- buildin interface- com.google.protobuf.MessageLite.Builder
 
 - 
buildPartialpublic Service.Metric buildPartial() - Specified by:
- buildPartialin interface- com.google.protobuf.Message.Builder
- Specified by:
- buildPartialin interface- com.google.protobuf.MessageLite.Builder
 
 - 
clonepublic Service.Metric.Builder clone() - Specified by:
- clonein interface- com.google.protobuf.Message.Builder
- Specified by:
- clonein interface- com.google.protobuf.MessageLite.Builder
- Overrides:
- clonein class- com.google.protobuf.GeneratedMessageV3.Builder<Service.Metric.Builder>
 
 - 
setFieldpublic Service.Metric.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) - Specified by:
- setFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- setFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.Metric.Builder>
 
 - 
clearFieldpublic Service.Metric.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
- clearFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- clearFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.Metric.Builder>
 
 - 
clearOneofpublic Service.Metric.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
- clearOneofin interface- com.google.protobuf.Message.Builder
- Overrides:
- clearOneofin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.Metric.Builder>
 
 - 
setRepeatedFieldpublic Service.Metric.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) - Specified by:
- setRepeatedFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- setRepeatedFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.Metric.Builder>
 
 - 
addRepeatedFieldpublic Service.Metric.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) - Specified by:
- addRepeatedFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- addRepeatedFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.Metric.Builder>
 
 - 
mergeFrompublic Service.Metric.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
- mergeFromin interface- com.google.protobuf.Message.Builder
- Overrides:
- mergeFromin class- com.google.protobuf.AbstractMessage.Builder<Service.Metric.Builder>
 
 - 
mergeFrompublic Service.Metric.Builder mergeFrom(Service.Metric other) 
 - 
isInitializedpublic final boolean isInitialized() - Specified by:
- isInitializedin interface- com.google.protobuf.MessageLiteOrBuilder
- Overrides:
- isInitializedin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.Metric.Builder>
 
 - 
mergeFrompublic Service.Metric.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException - Specified by:
- mergeFromin interface- com.google.protobuf.Message.Builder
- Specified by:
- mergeFromin interface- com.google.protobuf.MessageLite.Builder
- Overrides:
- mergeFromin class- com.google.protobuf.AbstractMessage.Builder<Service.Metric.Builder>
- Throws:
- java.io.IOException
 
 - 
hasKeypublic boolean hasKey() Key identifying this metric. optional string key = 1;- Specified by:
- hasKeyin interface- Service.MetricOrBuilder
- Returns:
- Whether the key field is set.
 
 - 
getKeypublic java.lang.String getKey() Key identifying this metric. optional string key = 1;- Specified by:
- getKeyin interface- Service.MetricOrBuilder
- Returns:
- The key.
 
 - 
getKeyBytespublic com.google.protobuf.ByteString getKeyBytes() Key identifying this metric. optional string key = 1;- Specified by:
- getKeyBytesin interface- Service.MetricOrBuilder
- Returns:
- The bytes for key.
 
 - 
setKeypublic Service.Metric.Builder setKey(java.lang.String value) Key identifying this metric. optional string key = 1;- Parameters:
- value- The key to set.
- Returns:
- This builder for chaining.
 
 - 
clearKeypublic Service.Metric.Builder clearKey() Key identifying this metric. optional string key = 1;- Returns:
- This builder for chaining.
 
 - 
setKeyBytespublic Service.Metric.Builder setKeyBytes(com.google.protobuf.ByteString value) Key identifying this metric. optional string key = 1;- Parameters:
- value- The bytes for key to set.
- Returns:
- This builder for chaining.
 
 - 
hasValuepublic boolean hasValue() Value associated with this metric. optional double value = 2;- Specified by:
- hasValuein interface- Service.MetricOrBuilder
- Returns:
- Whether the value field is set.
 
 - 
getValuepublic double getValue() Value associated with this metric. optional double value = 2;- Specified by:
- getValuein interface- Service.MetricOrBuilder
- Returns:
- The value.
 
 - 
setValuepublic Service.Metric.Builder setValue(double value) Value associated with this metric. optional double value = 2;- Parameters:
- value- The value to set.
- Returns:
- This builder for chaining.
 
 - 
clearValuepublic Service.Metric.Builder clearValue() Value associated with this metric. optional double value = 2;- Returns:
- This builder for chaining.
 
 - 
hasTimestamppublic boolean hasTimestamp() The timestamp at which this metric was recorded. optional int64 timestamp = 3;- Specified by:
- hasTimestampin interface- Service.MetricOrBuilder
- Returns:
- Whether the timestamp field is set.
 
 - 
getTimestamppublic long getTimestamp() The timestamp at which this metric was recorded. optional int64 timestamp = 3;- Specified by:
- getTimestampin interface- Service.MetricOrBuilder
- Returns:
- The timestamp.
 
 - 
setTimestamppublic Service.Metric.Builder setTimestamp(long value) The timestamp at which this metric was recorded. optional int64 timestamp = 3;- Parameters:
- value- The timestamp to set.
- Returns:
- This builder for chaining.
 
 - 
clearTimestamppublic Service.Metric.Builder clearTimestamp() The timestamp at which this metric was recorded. optional int64 timestamp = 3;- Returns:
- This builder for chaining.
 
 - 
hasSteppublic boolean hasStep() Step at which to log the metric. optional int64 step = 4 [default = 0];- Specified by:
- hasStepin interface- Service.MetricOrBuilder
- Returns:
- Whether the step field is set.
 
 - 
getSteppublic long getStep() Step at which to log the metric. optional int64 step = 4 [default = 0];- Specified by:
- getStepin interface- Service.MetricOrBuilder
- Returns:
- The step.
 
 - 
setSteppublic Service.Metric.Builder setStep(long value) Step at which to log the metric. optional int64 step = 4 [default = 0];- Parameters:
- value- The step to set.
- Returns:
- This builder for chaining.
 
 - 
clearSteppublic Service.Metric.Builder clearStep() Step at which to log the metric. optional int64 step = 4 [default = 0];- Returns:
- This builder for chaining.
 
 - 
hasDatasetNamepublic boolean hasDatasetName() The name of the dataset associated with the metric. E.g. “my.uc.table@2” “nyc-taxi-dataset”, “fantastic-elk-3” optional string dataset_name = 5 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Specified by:
- hasDatasetNamein interface- Service.MetricOrBuilder
- Returns:
- Whether the datasetName field is set.
 
 - 
getDatasetNamepublic java.lang.String getDatasetName() The name of the dataset associated with the metric. E.g. “my.uc.table@2” “nyc-taxi-dataset”, “fantastic-elk-3” optional string dataset_name = 5 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Specified by:
- getDatasetNamein interface- Service.MetricOrBuilder
- Returns:
- The datasetName.
 
 - 
getDatasetNameBytespublic com.google.protobuf.ByteString getDatasetNameBytes() The name of the dataset associated with the metric. E.g. “my.uc.table@2” “nyc-taxi-dataset”, “fantastic-elk-3” optional string dataset_name = 5 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Specified by:
- getDatasetNameBytesin interface- Service.MetricOrBuilder
- Returns:
- The bytes for datasetName.
 
 - 
setDatasetNamepublic Service.Metric.Builder setDatasetName(java.lang.String value) The name of the dataset associated with the metric. E.g. “my.uc.table@2” “nyc-taxi-dataset”, “fantastic-elk-3” optional string dataset_name = 5 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Parameters:
- value- The datasetName to set.
- Returns:
- This builder for chaining.
 
 - 
clearDatasetNamepublic Service.Metric.Builder clearDatasetName() The name of the dataset associated with the metric. E.g. “my.uc.table@2” “nyc-taxi-dataset”, “fantastic-elk-3” optional string dataset_name = 5 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Returns:
- This builder for chaining.
 
 - 
setDatasetNameBytespublic Service.Metric.Builder setDatasetNameBytes(com.google.protobuf.ByteString value) The name of the dataset associated with the metric. E.g. “my.uc.table@2” “nyc-taxi-dataset”, “fantastic-elk-3” optional string dataset_name = 5 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Parameters:
- value- The bytes for datasetName to set.
- Returns:
- This builder for chaining.
 
 - 
hasDatasetDigestpublic boolean hasDatasetDigest() Dataset digest of the dataset associated with the metric, e.g. an md5 hash of the dataset that uniquely identifies it within datasets of the same name. optional string dataset_digest = 6 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Specified by:
- hasDatasetDigestin interface- Service.MetricOrBuilder
- Returns:
- Whether the datasetDigest field is set.
 
 - 
getDatasetDigestpublic java.lang.String getDatasetDigest() Dataset digest of the dataset associated with the metric, e.g. an md5 hash of the dataset that uniquely identifies it within datasets of the same name. optional string dataset_digest = 6 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Specified by:
- getDatasetDigestin interface- Service.MetricOrBuilder
- Returns:
- The datasetDigest.
 
 - 
getDatasetDigestBytespublic com.google.protobuf.ByteString getDatasetDigestBytes() Dataset digest of the dataset associated with the metric, e.g. an md5 hash of the dataset that uniquely identifies it within datasets of the same name. optional string dataset_digest = 6 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Specified by:
- getDatasetDigestBytesin interface- Service.MetricOrBuilder
- Returns:
- The bytes for datasetDigest.
 
 - 
setDatasetDigestpublic Service.Metric.Builder setDatasetDigest(java.lang.String value) Dataset digest of the dataset associated with the metric, e.g. an md5 hash of the dataset that uniquely identifies it within datasets of the same name. optional string dataset_digest = 6 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Parameters:
- value- The datasetDigest to set.
- Returns:
- This builder for chaining.
 
 - 
clearDatasetDigestpublic Service.Metric.Builder clearDatasetDigest() Dataset digest of the dataset associated with the metric, e.g. an md5 hash of the dataset that uniquely identifies it within datasets of the same name. optional string dataset_digest = 6 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Returns:
- This builder for chaining.
 
 - 
setDatasetDigestBytespublic Service.Metric.Builder setDatasetDigestBytes(com.google.protobuf.ByteString value) Dataset digest of the dataset associated with the metric, e.g. an md5 hash of the dataset that uniquely identifies it within datasets of the same name. optional string dataset_digest = 6 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Parameters:
- value- The bytes for datasetDigest to set.
- Returns:
- This builder for chaining.
 
 - 
hasModelIdpublic boolean hasModelId() The ID of the LoggedModel or Registered Model Version associated with the metric, if applicable. optional string model_id = 7 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Specified by:
- hasModelIdin interface- Service.MetricOrBuilder
- Returns:
- Whether the modelId field is set.
 
 - 
getModelIdpublic java.lang.String getModelId() The ID of the LoggedModel or Registered Model Version associated with the metric, if applicable. optional string model_id = 7 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Specified by:
- getModelIdin interface- Service.MetricOrBuilder
- Returns:
- The modelId.
 
 - 
getModelIdBytespublic com.google.protobuf.ByteString getModelIdBytes() The ID of the LoggedModel or Registered Model Version associated with the metric, if applicable. optional string model_id = 7 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Specified by:
- getModelIdBytesin interface- Service.MetricOrBuilder
- Returns:
- The bytes for modelId.
 
 - 
setModelIdpublic Service.Metric.Builder setModelId(java.lang.String value) The ID of the LoggedModel or Registered Model Version associated with the metric, if applicable. optional string model_id = 7 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Parameters:
- value- The modelId to set.
- Returns:
- This builder for chaining.
 
 - 
clearModelIdpublic Service.Metric.Builder clearModelId() The ID of the LoggedModel or Registered Model Version associated with the metric, if applicable. optional string model_id = 7 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Returns:
- This builder for chaining.
 
 - 
setModelIdBytespublic Service.Metric.Builder setModelIdBytes(com.google.protobuf.ByteString value) The ID of the LoggedModel or Registered Model Version associated with the metric, if applicable. optional string model_id = 7 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Parameters:
- value- The bytes for modelId to set.
- Returns:
- This builder for chaining.
 
 - 
hasRunIdpublic boolean hasRunId() The ID of the run containing the metric. optional string run_id = 8 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Specified by:
- hasRunIdin interface- Service.MetricOrBuilder
- Returns:
- Whether the runId field is set.
 
 - 
getRunIdpublic java.lang.String getRunId() The ID of the run containing the metric. optional string run_id = 8 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Specified by:
- getRunIdin interface- Service.MetricOrBuilder
- Returns:
- The runId.
 
 - 
getRunIdBytespublic com.google.protobuf.ByteString getRunIdBytes() The ID of the run containing the metric. optional string run_id = 8 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Specified by:
- getRunIdBytesin interface- Service.MetricOrBuilder
- Returns:
- The bytes for runId.
 
 - 
setRunIdpublic Service.Metric.Builder setRunId(java.lang.String value) The ID of the run containing the metric. optional string run_id = 8 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Parameters:
- value- The runId to set.
- Returns:
- This builder for chaining.
 
 - 
clearRunIdpublic Service.Metric.Builder clearRunId() The ID of the run containing the metric. optional string run_id = 8 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Returns:
- This builder for chaining.
 
 - 
setRunIdBytespublic Service.Metric.Builder setRunIdBytes(com.google.protobuf.ByteString value) The ID of the run containing the metric. optional string run_id = 8 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];- Parameters:
- value- The bytes for runId to set.
- Returns:
- This builder for chaining.
 
 - 
setUnknownFieldspublic final Service.Metric.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
- setUnknownFieldsin interface- com.google.protobuf.Message.Builder
- Overrides:
- setUnknownFieldsin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.Metric.Builder>
 
 - 
mergeUnknownFieldspublic final Service.Metric.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
- mergeUnknownFieldsin interface- com.google.protobuf.Message.Builder
- Overrides:
- mergeUnknownFieldsin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.Metric.Builder>
 
 
- 
 
-