Package org.mlflow.api.proto
Class ModelRegistry.ModelMetric.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ModelRegistry.ModelMetric.Builder>
-
- org.mlflow.api.proto.ModelRegistry.ModelMetric.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
,ModelRegistry.ModelMetricOrBuilder
- Enclosing class:
- ModelRegistry.ModelMetric
public static final class ModelRegistry.ModelMetric.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ModelRegistry.ModelMetric.Builder> implements ModelRegistry.ModelMetricOrBuilder
Metric associated with a model, represented as a key-value pair. Copied from MLflow metric
Protobuf typemlflow.ModelMetric
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelRegistry.ModelMetric.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
ModelRegistry.ModelMetric
build()
ModelRegistry.ModelMetric
buildPartial()
ModelRegistry.ModelMetric.Builder
clear()
ModelRegistry.ModelMetric.Builder
clearDatasetDigest()
Dataset digest of the dataset associated with the metric, e.g.ModelRegistry.ModelMetric.Builder
clearDatasetName()
The name of the dataset associated with the metric.ModelRegistry.ModelMetric.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ModelRegistry.ModelMetric.Builder
clearKey()
Key identifying this metric.ModelRegistry.ModelMetric.Builder
clearModelId()
The ID of the LoggedModel or Registered Model Version associated with the metricModelRegistry.ModelMetric.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ModelRegistry.ModelMetric.Builder
clearRunId()
The ID of the run containing the metric.ModelRegistry.ModelMetric.Builder
clearStep()
Step at which to log the metric.ModelRegistry.ModelMetric.Builder
clearTimestamp()
The timestamp at which this metric was recorded.ModelRegistry.ModelMetric.Builder
clearValue()
Value associated with this metric.ModelRegistry.ModelMetric.Builder
clone()
java.lang.String
getDatasetDigest()
Dataset digest of the dataset associated with the metric, e.g.com.google.protobuf.ByteString
getDatasetDigestBytes()
Dataset digest of the dataset associated with the metric, e.g.java.lang.String
getDatasetName()
The name of the dataset associated with the metric.com.google.protobuf.ByteString
getDatasetNameBytes()
The name of the dataset associated with the metric.ModelRegistry.ModelMetric
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
java.lang.String
getKey()
Key identifying this metric.com.google.protobuf.ByteString
getKeyBytes()
Key identifying this metric.java.lang.String
getModelId()
The ID of the LoggedModel or Registered Model Version associated with the metriccom.google.protobuf.ByteString
getModelIdBytes()
The ID of the LoggedModel or Registered Model Version associated with the metricjava.lang.String
getRunId()
The ID of the run containing the metric.com.google.protobuf.ByteString
getRunIdBytes()
The ID of the run containing the metric.long
getStep()
Step at which to log the metric.long
getTimestamp()
The timestamp at which this metric was recorded.double
getValue()
Value associated with this metric.boolean
hasDatasetDigest()
Dataset digest of the dataset associated with the metric, e.g.boolean
hasDatasetName()
The name of the dataset associated with the metric.boolean
hasKey()
Key identifying this metric.boolean
hasModelId()
The ID of the LoggedModel or Registered Model Version associated with the metricboolean
hasRunId()
The ID of the run containing the metric.boolean
hasStep()
Step at which to log the metric.boolean
hasTimestamp()
The timestamp at which this metric was recorded.boolean
hasValue()
Value associated with this metric.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ModelRegistry.ModelMetric.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ModelRegistry.ModelMetric.Builder
mergeFrom(com.google.protobuf.Message other)
ModelRegistry.ModelMetric.Builder
mergeFrom(ModelRegistry.ModelMetric other)
ModelRegistry.ModelMetric.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ModelRegistry.ModelMetric.Builder
setDatasetDigest(java.lang.String value)
Dataset digest of the dataset associated with the metric, e.g.ModelRegistry.ModelMetric.Builder
setDatasetDigestBytes(com.google.protobuf.ByteString value)
Dataset digest of the dataset associated with the metric, e.g.ModelRegistry.ModelMetric.Builder
setDatasetName(java.lang.String value)
The name of the dataset associated with the metric.ModelRegistry.ModelMetric.Builder
setDatasetNameBytes(com.google.protobuf.ByteString value)
The name of the dataset associated with the metric.ModelRegistry.ModelMetric.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
ModelRegistry.ModelMetric.Builder
setKey(java.lang.String value)
Key identifying this metric.ModelRegistry.ModelMetric.Builder
setKeyBytes(com.google.protobuf.ByteString value)
Key identifying this metric.ModelRegistry.ModelMetric.Builder
setModelId(java.lang.String value)
The ID of the LoggedModel or Registered Model Version associated with the metricModelRegistry.ModelMetric.Builder
setModelIdBytes(com.google.protobuf.ByteString value)
The ID of the LoggedModel or Registered Model Version associated with the metricModelRegistry.ModelMetric.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
ModelRegistry.ModelMetric.Builder
setRunId(java.lang.String value)
The ID of the run containing the metric.ModelRegistry.ModelMetric.Builder
setRunIdBytes(com.google.protobuf.ByteString value)
The ID of the run containing the metric.ModelRegistry.ModelMetric.Builder
setStep(long value)
Step at which to log the metric.ModelRegistry.ModelMetric.Builder
setTimestamp(long value)
The timestamp at which this metric was recorded.ModelRegistry.ModelMetric.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ModelRegistry.ModelMetric.Builder
setValue(double value)
Value associated with this metric.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, 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.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ModelRegistry.ModelMetric.Builder>
-
clear
public ModelRegistry.ModelMetric.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ModelRegistry.ModelMetric.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ModelRegistry.ModelMetric.Builder>
-
getDefaultInstanceForType
public ModelRegistry.ModelMetric getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ModelRegistry.ModelMetric build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ModelRegistry.ModelMetric buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ModelRegistry.ModelMetric.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ModelRegistry.ModelMetric.Builder>
-
setField
public ModelRegistry.ModelMetric.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ModelRegistry.ModelMetric.Builder>
-
clearField
public ModelRegistry.ModelMetric.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ModelRegistry.ModelMetric.Builder>
-
clearOneof
public ModelRegistry.ModelMetric.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ModelRegistry.ModelMetric.Builder>
-
setRepeatedField
public ModelRegistry.ModelMetric.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ModelRegistry.ModelMetric.Builder>
-
addRepeatedField
public ModelRegistry.ModelMetric.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ModelRegistry.ModelMetric.Builder>
-
mergeFrom
public ModelRegistry.ModelMetric.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ModelRegistry.ModelMetric.Builder>
-
mergeFrom
public ModelRegistry.ModelMetric.Builder mergeFrom(ModelRegistry.ModelMetric other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ModelRegistry.ModelMetric.Builder>
-
mergeFrom
public ModelRegistry.ModelMetric.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ModelRegistry.ModelMetric.Builder>
- Throws:
java.io.IOException
-
hasKey
public boolean hasKey()
Key identifying this metric.
optional string key = 1;
- Specified by:
hasKey
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- Whether the key field is set.
-
getKey
public java.lang.String getKey()
Key identifying this metric.
optional string key = 1;
- Specified by:
getKey
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- The key.
-
getKeyBytes
public com.google.protobuf.ByteString getKeyBytes()
Key identifying this metric.
optional string key = 1;
- Specified by:
getKeyBytes
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- The bytes for key.
-
setKey
public ModelRegistry.ModelMetric.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.
-
clearKey
public ModelRegistry.ModelMetric.Builder clearKey()
Key identifying this metric.
optional string key = 1;
- Returns:
- This builder for chaining.
-
setKeyBytes
public ModelRegistry.ModelMetric.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.
-
hasValue
public boolean hasValue()
Value associated with this metric.
optional double value = 2;
- Specified by:
hasValue
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- Whether the value field is set.
-
getValue
public double getValue()
Value associated with this metric.
optional double value = 2;
- Specified by:
getValue
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- The value.
-
setValue
public ModelRegistry.ModelMetric.Builder setValue(double value)
Value associated with this metric.
optional double value = 2;
- Parameters:
value
- The value to set.- Returns:
- This builder for chaining.
-
clearValue
public ModelRegistry.ModelMetric.Builder clearValue()
Value associated with this metric.
optional double value = 2;
- Returns:
- This builder for chaining.
-
hasTimestamp
public boolean hasTimestamp()
The timestamp at which this metric was recorded.
optional int64 timestamp = 3;
- Specified by:
hasTimestamp
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- Whether the timestamp field is set.
-
getTimestamp
public long getTimestamp()
The timestamp at which this metric was recorded.
optional int64 timestamp = 3;
- Specified by:
getTimestamp
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- The timestamp.
-
setTimestamp
public ModelRegistry.ModelMetric.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.
-
clearTimestamp
public ModelRegistry.ModelMetric.Builder clearTimestamp()
The timestamp at which this metric was recorded.
optional int64 timestamp = 3;
- Returns:
- This builder for chaining.
-
hasStep
public boolean hasStep()
Step at which to log the metric.
optional int64 step = 4 [default = 0];
- Specified by:
hasStep
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- Whether the step field is set.
-
getStep
public long getStep()
Step at which to log the metric.
optional int64 step = 4 [default = 0];
- Specified by:
getStep
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- The step.
-
setStep
public ModelRegistry.ModelMetric.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.
-
clearStep
public ModelRegistry.ModelMetric.Builder clearStep()
Step at which to log the metric.
optional int64 step = 4 [default = 0];
- Returns:
- This builder for chaining.
-
hasDatasetName
public 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:
hasDatasetName
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- Whether the datasetName field is set.
-
getDatasetName
public 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:
getDatasetName
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- The datasetName.
-
getDatasetNameBytes
public 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:
getDatasetNameBytes
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- The bytes for datasetName.
-
setDatasetName
public ModelRegistry.ModelMetric.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.
-
clearDatasetName
public ModelRegistry.ModelMetric.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.
-
setDatasetNameBytes
public ModelRegistry.ModelMetric.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.
-
hasDatasetDigest
public 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:
hasDatasetDigest
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- Whether the datasetDigest field is set.
-
getDatasetDigest
public 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:
getDatasetDigest
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- The datasetDigest.
-
getDatasetDigestBytes
public 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:
getDatasetDigestBytes
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- The bytes for datasetDigest.
-
setDatasetDigest
public ModelRegistry.ModelMetric.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.
-
clearDatasetDigest
public ModelRegistry.ModelMetric.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.
-
setDatasetDigestBytes
public ModelRegistry.ModelMetric.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.
-
hasModelId
public boolean hasModelId()
The ID of the LoggedModel or Registered Model Version associated with the metric
optional string model_id = 7 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];
- Specified by:
hasModelId
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- Whether the modelId field is set.
-
getModelId
public java.lang.String getModelId()
The ID of the LoggedModel or Registered Model Version associated with the metric
optional string model_id = 7 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];
- Specified by:
getModelId
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- The modelId.
-
getModelIdBytes
public com.google.protobuf.ByteString getModelIdBytes()
The ID of the LoggedModel or Registered Model Version associated with the metric
optional string model_id = 7 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];
- Specified by:
getModelIdBytes
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- The bytes for modelId.
-
setModelId
public ModelRegistry.ModelMetric.Builder setModelId(java.lang.String value)
The ID of the LoggedModel or Registered Model Version associated with the metric
optional string model_id = 7 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];
- Parameters:
value
- The modelId to set.- Returns:
- This builder for chaining.
-
clearModelId
public ModelRegistry.ModelMetric.Builder clearModelId()
The ID of the LoggedModel or Registered Model Version associated with the metric
optional string model_id = 7 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];
- Returns:
- This builder for chaining.
-
setModelIdBytes
public ModelRegistry.ModelMetric.Builder setModelIdBytes(com.google.protobuf.ByteString value)
The ID of the LoggedModel or Registered Model Version associated with the metric
optional string model_id = 7 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];
- Parameters:
value
- The bytes for modelId to set.- Returns:
- This builder for chaining.
-
hasRunId
public boolean hasRunId()
The ID of the run containing the metric.
optional string run_id = 8 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];
- Specified by:
hasRunId
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- Whether the runId field is set.
-
getRunId
public java.lang.String getRunId()
The ID of the run containing the metric.
optional string run_id = 8 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];
- Specified by:
getRunId
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- The runId.
-
getRunIdBytes
public com.google.protobuf.ByteString getRunIdBytes()
The ID of the run containing the metric.
optional string run_id = 8 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];
- Specified by:
getRunIdBytes
in interfaceModelRegistry.ModelMetricOrBuilder
- Returns:
- The bytes for runId.
-
setRunId
public ModelRegistry.ModelMetric.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.
-
clearRunId
public ModelRegistry.ModelMetric.Builder clearRunId()
The ID of the run containing the metric.
optional string run_id = 8 [(.mlflow.visibility) = PUBLIC_UNDOCUMENTED];
- Returns:
- This builder for chaining.
-
setRunIdBytes
public ModelRegistry.ModelMetric.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.
-
setUnknownFields
public final ModelRegistry.ModelMetric.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ModelRegistry.ModelMetric.Builder>
-
mergeUnknownFields
public final ModelRegistry.ModelMetric.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ModelRegistry.ModelMetric.Builder>
-
-