public static final class Service.LogMetric.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.LogMetric.Builder> implements Service.LogMetricOrBuilder
mlflow.LogMetric| Modifier and Type | Method and Description |
|---|---|
Service.LogMetric.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Service.LogMetric |
build() |
Service.LogMetric |
buildPartial() |
Service.LogMetric.Builder |
clear() |
Service.LogMetric.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Service.LogMetric.Builder |
clearKey()
Name of the metric.
|
Service.LogMetric.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Service.LogMetric.Builder |
clearRunId()
ID of the run under which to log the metric.
|
Service.LogMetric.Builder |
clearRunUuid()
[Deprecated, use run_id instead] ID of the run under which to log the metric.
|
Service.LogMetric.Builder |
clearStep()
Step at which to log the metric
|
Service.LogMetric.Builder |
clearTimestamp()
Unix timestamp in milliseconds at the time metric was logged.
|
Service.LogMetric.Builder |
clearValue()
Double value of the metric being logged.
|
Service.LogMetric.Builder |
clone() |
Service.LogMetric |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getKey()
Name of the metric.
|
com.google.protobuf.ByteString |
getKeyBytes()
Name of the metric.
|
String |
getRunId()
ID of the run under which to log the metric.
|
com.google.protobuf.ByteString |
getRunIdBytes()
ID of the run under which to log the metric.
|
String |
getRunUuid()
[Deprecated, use run_id instead] ID of the run under which to log the metric.
|
com.google.protobuf.ByteString |
getRunUuidBytes()
[Deprecated, use run_id instead] ID of the run under which to log the metric.
|
long |
getStep()
Step at which to log the metric
|
long |
getTimestamp()
Unix timestamp in milliseconds at the time metric was logged.
|
double |
getValue()
Double value of the metric being logged.
|
boolean |
hasKey()
Name of the metric.
|
boolean |
hasRunId()
ID of the run under which to log the metric.
|
boolean |
hasRunUuid()
[Deprecated, use run_id instead] ID of the run under which to log the metric.
|
boolean |
hasStep()
Step at which to log the metric
|
boolean |
hasTimestamp()
Unix timestamp in milliseconds at the time metric was logged.
|
boolean |
hasValue()
Double value of the metric being logged.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Service.LogMetric.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Service.LogMetric.Builder |
mergeFrom(com.google.protobuf.Message other) |
Service.LogMetric.Builder |
mergeFrom(Service.LogMetric other) |
Service.LogMetric.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Service.LogMetric.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Service.LogMetric.Builder |
setKey(String value)
Name of the metric.
|
Service.LogMetric.Builder |
setKeyBytes(com.google.protobuf.ByteString value)
Name of the metric.
|
Service.LogMetric.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Service.LogMetric.Builder |
setRunId(String value)
ID of the run under which to log the metric.
|
Service.LogMetric.Builder |
setRunIdBytes(com.google.protobuf.ByteString value)
ID of the run under which to log the metric.
|
Service.LogMetric.Builder |
setRunUuid(String value)
[Deprecated, use run_id instead] ID of the run under which to log the metric.
|
Service.LogMetric.Builder |
setRunUuidBytes(com.google.protobuf.ByteString value)
[Deprecated, use run_id instead] ID of the run under which to log the metric.
|
Service.LogMetric.Builder |
setStep(long value)
Step at which to log the metric
|
Service.LogMetric.Builder |
setTimestamp(long value)
Unix timestamp in milliseconds at the time metric was logged.
|
Service.LogMetric.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Service.LogMetric.Builder |
setValue(double value)
Double value of the metric being logged.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogMetric.Builder>public Service.LogMetric.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogMetric.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogMetric.Builder>public Service.LogMetric getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Service.LogMetric build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Service.LogMetric buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Service.LogMetric.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogMetric.Builder>public Service.LogMetric.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogMetric.Builder>public Service.LogMetric.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogMetric.Builder>public Service.LogMetric.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogMetric.Builder>public Service.LogMetric.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogMetric.Builder>public Service.LogMetric.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogMetric.Builder>public Service.LogMetric.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.LogMetric.Builder>public Service.LogMetric.Builder mergeFrom(Service.LogMetric other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogMetric.Builder>public Service.LogMetric.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.LogMetric.Builder>IOExceptionpublic boolean hasRunId()
ID of the run under which to log the metric. Must be provided.
optional string run_id = 6;hasRunId in interface Service.LogMetricOrBuilderpublic String getRunId()
ID of the run under which to log the metric. Must be provided.
optional string run_id = 6;getRunId in interface Service.LogMetricOrBuilderpublic com.google.protobuf.ByteString getRunIdBytes()
ID of the run under which to log the metric. Must be provided.
optional string run_id = 6;getRunIdBytes in interface Service.LogMetricOrBuilderpublic Service.LogMetric.Builder setRunId(String value)
ID of the run under which to log the metric. Must be provided.
optional string run_id = 6;public Service.LogMetric.Builder clearRunId()
ID of the run under which to log the metric. Must be provided.
optional string run_id = 6;public Service.LogMetric.Builder setRunIdBytes(com.google.protobuf.ByteString value)
ID of the run under which to log the metric. Must be provided.
optional string run_id = 6;public boolean hasRunUuid()
[Deprecated, use run_id instead] ID of the run under which to log the metric. This field will be removed in a future MLflow version.
optional string run_uuid = 1;hasRunUuid in interface Service.LogMetricOrBuilderpublic String getRunUuid()
[Deprecated, use run_id instead] ID of the run under which to log the metric. This field will be removed in a future MLflow version.
optional string run_uuid = 1;getRunUuid in interface Service.LogMetricOrBuilderpublic com.google.protobuf.ByteString getRunUuidBytes()
[Deprecated, use run_id instead] ID of the run under which to log the metric. This field will be removed in a future MLflow version.
optional string run_uuid = 1;getRunUuidBytes in interface Service.LogMetricOrBuilderpublic Service.LogMetric.Builder setRunUuid(String value)
[Deprecated, use run_id instead] ID of the run under which to log the metric. This field will be removed in a future MLflow version.
optional string run_uuid = 1;public Service.LogMetric.Builder clearRunUuid()
[Deprecated, use run_id instead] ID of the run under which to log the metric. This field will be removed in a future MLflow version.
optional string run_uuid = 1;public Service.LogMetric.Builder setRunUuidBytes(com.google.protobuf.ByteString value)
[Deprecated, use run_id instead] ID of the run under which to log the metric. This field will be removed in a future MLflow version.
optional string run_uuid = 1;public boolean hasKey()
Name of the metric.
optional string key = 2 [(.mlflow.validate_required) = true];hasKey in interface Service.LogMetricOrBuilderpublic String getKey()
Name of the metric.
optional string key = 2 [(.mlflow.validate_required) = true];getKey in interface Service.LogMetricOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
Name of the metric.
optional string key = 2 [(.mlflow.validate_required) = true];getKeyBytes in interface Service.LogMetricOrBuilderpublic Service.LogMetric.Builder setKey(String value)
Name of the metric.
optional string key = 2 [(.mlflow.validate_required) = true];public Service.LogMetric.Builder clearKey()
Name of the metric.
optional string key = 2 [(.mlflow.validate_required) = true];public Service.LogMetric.Builder setKeyBytes(com.google.protobuf.ByteString value)
Name of the metric.
optional string key = 2 [(.mlflow.validate_required) = true];public boolean hasValue()
Double value of the metric being logged.
optional double value = 3 [(.mlflow.validate_required) = true];hasValue in interface Service.LogMetricOrBuilderpublic double getValue()
Double value of the metric being logged.
optional double value = 3 [(.mlflow.validate_required) = true];getValue in interface Service.LogMetricOrBuilderpublic Service.LogMetric.Builder setValue(double value)
Double value of the metric being logged.
optional double value = 3 [(.mlflow.validate_required) = true];public Service.LogMetric.Builder clearValue()
Double value of the metric being logged.
optional double value = 3 [(.mlflow.validate_required) = true];public boolean hasTimestamp()
Unix timestamp in milliseconds at the time metric was logged.
optional int64 timestamp = 4 [(.mlflow.validate_required) = true];hasTimestamp in interface Service.LogMetricOrBuilderpublic long getTimestamp()
Unix timestamp in milliseconds at the time metric was logged.
optional int64 timestamp = 4 [(.mlflow.validate_required) = true];getTimestamp in interface Service.LogMetricOrBuilderpublic Service.LogMetric.Builder setTimestamp(long value)
Unix timestamp in milliseconds at the time metric was logged.
optional int64 timestamp = 4 [(.mlflow.validate_required) = true];public Service.LogMetric.Builder clearTimestamp()
Unix timestamp in milliseconds at the time metric was logged.
optional int64 timestamp = 4 [(.mlflow.validate_required) = true];public boolean hasStep()
Step at which to log the metric
optional int64 step = 5 [default = 0];hasStep in interface Service.LogMetricOrBuilderpublic long getStep()
Step at which to log the metric
optional int64 step = 5 [default = 0];getStep in interface Service.LogMetricOrBuilderpublic Service.LogMetric.Builder setStep(long value)
Step at which to log the metric
optional int64 step = 5 [default = 0];public Service.LogMetric.Builder clearStep()
Step at which to log the metric
optional int64 step = 5 [default = 0];public final Service.LogMetric.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogMetric.Builder>public final Service.LogMetric.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogMetric.Builder>Copyright © 2019. All rights reserved.