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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Service.MetricWithRunId.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Service.MetricWithRunIdbuild()Service.MetricWithRunIdbuildPartial()Service.MetricWithRunId.Builderclear()Service.MetricWithRunId.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Service.MetricWithRunId.BuilderclearKey()Key identifying this metric.Service.MetricWithRunId.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Service.MetricWithRunId.BuilderclearRunId()The ID of the run containing the metricService.MetricWithRunId.BuilderclearStep()Step at which to log the metric.Service.MetricWithRunId.BuilderclearTimestamp()The timestamp at which this metric was recorded.Service.MetricWithRunId.BuilderclearValue()Value associated with this metric.Service.MetricWithRunId.Builderclone()Service.MetricWithRunIdgetDefaultInstanceForType()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.StringgetRunId()The ID of the run containing the metriccom.google.protobuf.ByteStringgetRunIdBytes()The ID of the run containing the metriclonggetStep()Step at which to log the metric.longgetTimestamp()The timestamp at which this metric was recorded.doublegetValue()Value associated with this metric.booleanhasKey()Key identifying this metric.booleanhasRunId()The ID of the run containing the metricbooleanhasStep()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.MetricWithRunId.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Service.MetricWithRunId.BuildermergeFrom(com.google.protobuf.Message other)Service.MetricWithRunId.BuildermergeFrom(Service.MetricWithRunId other)Service.MetricWithRunId.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Service.MetricWithRunId.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Service.MetricWithRunId.BuildersetKey(java.lang.String value)Key identifying this metric.Service.MetricWithRunId.BuildersetKeyBytes(com.google.protobuf.ByteString value)Key identifying this metric.Service.MetricWithRunId.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)Service.MetricWithRunId.BuildersetRunId(java.lang.String value)The ID of the run containing the metricService.MetricWithRunId.BuildersetRunIdBytes(com.google.protobuf.ByteString value)The ID of the run containing the metricService.MetricWithRunId.BuildersetStep(long value)Step at which to log the metric.Service.MetricWithRunId.BuildersetTimestamp(long value)The timestamp at which this metric was recorded.Service.MetricWithRunId.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Service.MetricWithRunId.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.MetricWithRunId.Builder>
 
 - 
clearpublic Service.MetricWithRunId.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.MetricWithRunId.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.MetricWithRunId.Builder>
 
 - 
getDefaultInstanceForTypepublic Service.MetricWithRunId getDefaultInstanceForType() - Specified by:
- getDefaultInstanceForTypein interface- com.google.protobuf.MessageLiteOrBuilder
- Specified by:
- getDefaultInstanceForTypein interface- com.google.protobuf.MessageOrBuilder
 
 - 
buildpublic Service.MetricWithRunId build() - Specified by:
- buildin interface- com.google.protobuf.Message.Builder
- Specified by:
- buildin interface- com.google.protobuf.MessageLite.Builder
 
 - 
buildPartialpublic Service.MetricWithRunId buildPartial() - Specified by:
- buildPartialin interface- com.google.protobuf.Message.Builder
- Specified by:
- buildPartialin interface- com.google.protobuf.MessageLite.Builder
 
 - 
clonepublic Service.MetricWithRunId.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.MetricWithRunId.Builder>
 
 - 
setFieldpublic Service.MetricWithRunId.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.MetricWithRunId.Builder>
 
 - 
clearFieldpublic Service.MetricWithRunId.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.MetricWithRunId.Builder>
 
 - 
clearOneofpublic Service.MetricWithRunId.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.MetricWithRunId.Builder>
 
 - 
setRepeatedFieldpublic Service.MetricWithRunId.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.MetricWithRunId.Builder>
 
 - 
addRepeatedFieldpublic Service.MetricWithRunId.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.MetricWithRunId.Builder>
 
 - 
mergeFrompublic Service.MetricWithRunId.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.MetricWithRunId.Builder>
 
 - 
mergeFrompublic Service.MetricWithRunId.Builder mergeFrom(Service.MetricWithRunId other) 
 - 
isInitializedpublic final boolean isInitialized() - Specified by:
- isInitializedin interface- com.google.protobuf.MessageLiteOrBuilder
- Overrides:
- isInitializedin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.MetricWithRunId.Builder>
 
 - 
mergeFrompublic Service.MetricWithRunId.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.MetricWithRunId.Builder>
- Throws:
- java.io.IOException
 
 - 
hasKeypublic boolean hasKey() Key identifying this metric. optional string key = 1;- Specified by:
- hasKeyin interface- Service.MetricWithRunIdOrBuilder
- 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.MetricWithRunIdOrBuilder
- Returns:
- The key.
 
 - 
getKeyBytespublic com.google.protobuf.ByteString getKeyBytes() Key identifying this metric. optional string key = 1;- Specified by:
- getKeyBytesin interface- Service.MetricWithRunIdOrBuilder
- Returns:
- The bytes for key.
 
 - 
setKeypublic 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.
 
 - 
clearKeypublic Service.MetricWithRunId.Builder clearKey() Key identifying this metric. optional string key = 1;- Returns:
- This builder for chaining.
 
 - 
setKeyBytespublic 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.
 
 - 
hasValuepublic boolean hasValue() Value associated with this metric. optional double value = 2;- Specified by:
- hasValuein interface- Service.MetricWithRunIdOrBuilder
- Returns:
- Whether the value field is set.
 
 - 
getValuepublic double getValue() Value associated with this metric. optional double value = 2;- Specified by:
- getValuein interface- Service.MetricWithRunIdOrBuilder
- Returns:
- The value.
 
 - 
setValuepublic 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.
 
 - 
clearValuepublic Service.MetricWithRunId.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.MetricWithRunIdOrBuilder
- 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.MetricWithRunIdOrBuilder
- Returns:
- The timestamp.
 
 - 
setTimestamppublic 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.
 
 - 
clearTimestamppublic Service.MetricWithRunId.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.MetricWithRunIdOrBuilder
- 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.MetricWithRunIdOrBuilder
- Returns:
- The step.
 
 - 
setSteppublic 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.
 
 - 
clearSteppublic Service.MetricWithRunId.Builder clearStep() Step at which to log the metric. optional int64 step = 4 [default = 0];- Returns:
- This builder for chaining.
 
 - 
hasRunIdpublic boolean hasRunId() The ID of the run containing the metric optional string run_id = 5;- Specified by:
- hasRunIdin interface- Service.MetricWithRunIdOrBuilder
- Returns:
- Whether the runId field is set.
 
 - 
getRunIdpublic java.lang.String getRunId() The ID of the run containing the metric optional string run_id = 5;- Specified by:
- getRunIdin interface- Service.MetricWithRunIdOrBuilder
- Returns:
- The runId.
 
 - 
getRunIdBytespublic com.google.protobuf.ByteString getRunIdBytes() The ID of the run containing the metric optional string run_id = 5;- Specified by:
- getRunIdBytesin interface- Service.MetricWithRunIdOrBuilder
- Returns:
- The bytes for runId.
 
 - 
setRunIdpublic 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.
 
 - 
clearRunIdpublic Service.MetricWithRunId.Builder clearRunId() The ID of the run containing the metric optional string run_id = 5;- Returns:
- This builder for chaining.
 
 - 
setRunIdBytespublic 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.
 
 - 
setUnknownFieldspublic final Service.MetricWithRunId.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.MetricWithRunId.Builder>
 
 - 
mergeUnknownFieldspublic final Service.MetricWithRunId.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.MetricWithRunId.Builder>
 
 
- 
 
-