Package org.mlflow.api.proto
Class Service.MetricWithRunId.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Service.MetricWithRunId.Builder>
-
- org.mlflow.api.proto.Service.MetricWithRunId.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.MetricWithRunIdOrBuilder
- Enclosing class:
- Service.MetricWithRunId
public static final class Service.MetricWithRunId.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.MetricWithRunId.Builder> implements Service.MetricWithRunIdOrBuilder
Protobuf typemlflow.MetricWithRunId
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Service.MetricWithRunId.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Service.MetricWithRunId
build()
Service.MetricWithRunId
buildPartial()
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.MetricWithRunId
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
getRunId()
The ID of the run containing the metriccom.google.protobuf.ByteString
getRunIdBytes()
The ID of the run containing the metriclong
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
hasKey()
Key identifying this metric.boolean
hasRunId()
The ID of the run containing the metricboolean
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()
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.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Service.MetricWithRunId.Builder
setKey(java.lang.String 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, java.lang.Object value)
Service.MetricWithRunId.Builder
setRunId(java.lang.String 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.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, 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<Service.MetricWithRunId.Builder>
-
clear
public Service.MetricWithRunId.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<Service.MetricWithRunId.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<Service.MetricWithRunId.Builder>
-
getDefaultInstanceForType
public Service.MetricWithRunId getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Service.MetricWithRunId build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Service.MetricWithRunId buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Service.MetricWithRunId.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<Service.MetricWithRunId.Builder>
-
setField
public Service.MetricWithRunId.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<Service.MetricWithRunId.Builder>
-
clearField
public Service.MetricWithRunId.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<Service.MetricWithRunId.Builder>
-
clearOneof
public Service.MetricWithRunId.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<Service.MetricWithRunId.Builder>
-
setRepeatedField
public Service.MetricWithRunId.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<Service.MetricWithRunId.Builder>
-
addRepeatedField
public Service.MetricWithRunId.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<Service.MetricWithRunId.Builder>
-
mergeFrom
public Service.MetricWithRunId.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Service.MetricWithRunId.Builder>
-
mergeFrom
public Service.MetricWithRunId.Builder mergeFrom(Service.MetricWithRunId other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Service.MetricWithRunId.Builder>
-
mergeFrom
public Service.MetricWithRunId.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<Service.MetricWithRunId.Builder>
- Throws:
java.io.IOException
-
hasKey
public boolean hasKey()
Key identifying this metric.
optional string key = 1;
- Specified by:
hasKey
in interfaceService.MetricWithRunIdOrBuilder
- 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 interfaceService.MetricWithRunIdOrBuilder
- Returns:
- The key.
-
getKeyBytes
public com.google.protobuf.ByteString getKeyBytes()
Key identifying this metric.
optional string key = 1;
- Specified by:
getKeyBytes
in interfaceService.MetricWithRunIdOrBuilder
- Returns:
- The bytes for key.
-
setKey
public Service.MetricWithRunId.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 Service.MetricWithRunId.Builder clearKey()
Key identifying this metric.
optional string key = 1;
- Returns:
- This builder for chaining.
-
setKeyBytes
public Service.MetricWithRunId.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 interfaceService.MetricWithRunIdOrBuilder
- Returns:
- Whether the value field is set.
-
getValue
public double getValue()
Value associated with this metric.
optional double value = 2;
- Specified by:
getValue
in interfaceService.MetricWithRunIdOrBuilder
- Returns:
- The value.
-
setValue
public Service.MetricWithRunId.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 Service.MetricWithRunId.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 interfaceService.MetricWithRunIdOrBuilder
- 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 interfaceService.MetricWithRunIdOrBuilder
- Returns:
- The timestamp.
-
setTimestamp
public Service.MetricWithRunId.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 Service.MetricWithRunId.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 interfaceService.MetricWithRunIdOrBuilder
- 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 interfaceService.MetricWithRunIdOrBuilder
- Returns:
- The step.
-
setStep
public Service.MetricWithRunId.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 Service.MetricWithRunId.Builder clearStep()
Step at which to log the metric.
optional int64 step = 4 [default = 0];
- Returns:
- This builder for chaining.
-
hasRunId
public boolean hasRunId()
The ID of the run containing the metric
optional string run_id = 5;
- Specified by:
hasRunId
in interfaceService.MetricWithRunIdOrBuilder
- 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 = 5;
- Specified by:
getRunId
in interfaceService.MetricWithRunIdOrBuilder
- Returns:
- The runId.
-
getRunIdBytes
public com.google.protobuf.ByteString getRunIdBytes()
The ID of the run containing the metric
optional string run_id = 5;
- Specified by:
getRunIdBytes
in interfaceService.MetricWithRunIdOrBuilder
- Returns:
- The bytes for runId.
-
setRunId
public Service.MetricWithRunId.Builder setRunId(java.lang.String value)
The ID of the run containing the metric
optional string run_id = 5;
- Parameters:
value
- The runId to set.- Returns:
- This builder for chaining.
-
clearRunId
public Service.MetricWithRunId.Builder clearRunId()
The ID of the run containing the metric
optional string run_id = 5;
- Returns:
- This builder for chaining.
-
setRunIdBytes
public Service.MetricWithRunId.Builder setRunIdBytes(com.google.protobuf.ByteString value)
The ID of the run containing the metric
optional string run_id = 5;
- Parameters:
value
- The bytes for runId to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final Service.MetricWithRunId.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Service.MetricWithRunId.Builder>
-
mergeUnknownFields
public final Service.MetricWithRunId.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Service.MetricWithRunId.Builder>
-
-