public static final class Service.GetMetric.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.GetMetric.Builder> implements Service.GetMetricOrBuilder
mlflow.GetMetric
Modifier and Type | Method and Description |
---|---|
Service.GetMetric.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Service.GetMetric |
build() |
Service.GetMetric |
buildPartial() |
Service.GetMetric.Builder |
clear() |
Service.GetMetric.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Service.GetMetric.Builder |
clearMetricKey()
Name of the metric.
|
Service.GetMetric.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Service.GetMetric.Builder |
clearRunUuid()
ID of the run from which to retrieve the metric value.
|
Service.GetMetric.Builder |
clone() |
Service.GetMetric |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getMetricKey()
Name of the metric.
|
com.google.protobuf.ByteString |
getMetricKeyBytes()
Name of the metric.
|
String |
getRunUuid()
ID of the run from which to retrieve the metric value.
|
com.google.protobuf.ByteString |
getRunUuidBytes()
ID of the run from which to retrieve the metric value.
|
boolean |
hasMetricKey()
Name of the metric.
|
boolean |
hasRunUuid()
ID of the run from which to retrieve the metric value.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Service.GetMetric.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Service.GetMetric.Builder |
mergeFrom(com.google.protobuf.Message other) |
Service.GetMetric.Builder |
mergeFrom(Service.GetMetric other) |
Service.GetMetric.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Service.GetMetric.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Service.GetMetric.Builder |
setMetricKey(String value)
Name of the metric.
|
Service.GetMetric.Builder |
setMetricKeyBytes(com.google.protobuf.ByteString value)
Name of the metric.
|
Service.GetMetric.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Service.GetMetric.Builder |
setRunUuid(String value)
ID of the run from which to retrieve the metric value.
|
Service.GetMetric.Builder |
setRunUuidBytes(com.google.protobuf.ByteString value)
ID of the run from which to retrieve the metric value.
|
Service.GetMetric.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.GetMetric.Builder>
public Service.GetMetric.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.GetMetric.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.GetMetric.Builder>
public Service.GetMetric getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Service.GetMetric build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Service.GetMetric buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Service.GetMetric.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.GetMetric.Builder>
public Service.GetMetric.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.GetMetric.Builder>
public Service.GetMetric.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.GetMetric.Builder>
public Service.GetMetric.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.GetMetric.Builder>
public Service.GetMetric.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.GetMetric.Builder>
public Service.GetMetric.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.GetMetric.Builder>
public Service.GetMetric.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Service.GetMetric.Builder>
public Service.GetMetric.Builder mergeFrom(Service.GetMetric other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.GetMetric.Builder>
public Service.GetMetric.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Service.GetMetric.Builder>
IOException
public boolean hasRunUuid()
ID of the run from which to retrieve the metric value.
optional string run_uuid = 1 [(.validate_required) = true];
hasRunUuid
in interface Service.GetMetricOrBuilder
public String getRunUuid()
ID of the run from which to retrieve the metric value.
optional string run_uuid = 1 [(.validate_required) = true];
getRunUuid
in interface Service.GetMetricOrBuilder
public com.google.protobuf.ByteString getRunUuidBytes()
ID of the run from which to retrieve the metric value.
optional string run_uuid = 1 [(.validate_required) = true];
getRunUuidBytes
in interface Service.GetMetricOrBuilder
public Service.GetMetric.Builder setRunUuid(String value)
ID of the run from which to retrieve the metric value.
optional string run_uuid = 1 [(.validate_required) = true];
public Service.GetMetric.Builder clearRunUuid()
ID of the run from which to retrieve the metric value.
optional string run_uuid = 1 [(.validate_required) = true];
public Service.GetMetric.Builder setRunUuidBytes(com.google.protobuf.ByteString value)
ID of the run from which to retrieve the metric value.
optional string run_uuid = 1 [(.validate_required) = true];
public boolean hasMetricKey()
Name of the metric.
optional string metric_key = 2 [(.validate_required) = true];
hasMetricKey
in interface Service.GetMetricOrBuilder
public String getMetricKey()
Name of the metric.
optional string metric_key = 2 [(.validate_required) = true];
getMetricKey
in interface Service.GetMetricOrBuilder
public com.google.protobuf.ByteString getMetricKeyBytes()
Name of the metric.
optional string metric_key = 2 [(.validate_required) = true];
getMetricKeyBytes
in interface Service.GetMetricOrBuilder
public Service.GetMetric.Builder setMetricKey(String value)
Name of the metric.
optional string metric_key = 2 [(.validate_required) = true];
public Service.GetMetric.Builder clearMetricKey()
Name of the metric.
optional string metric_key = 2 [(.validate_required) = true];
public Service.GetMetric.Builder setMetricKeyBytes(com.google.protobuf.ByteString value)
Name of the metric.
optional string metric_key = 2 [(.validate_required) = true];
public final Service.GetMetric.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.GetMetric.Builder>
public final Service.GetMetric.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.GetMetric.Builder>
Copyright © 2018. All rights reserved.