public static final class Service.LogBatch.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.LogBatch.Builder> implements Service.LogBatchOrBuilder
mlflow.LogBatch
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.LogBatch.Builder>
public Service.LogBatch.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.LogBatch.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.LogBatch.Builder>
public Service.LogBatch getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Service.LogBatch build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Service.LogBatch buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Service.LogBatch.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.LogBatch.Builder>
public Service.LogBatch.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.LogBatch.Builder>
public Service.LogBatch.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.LogBatch.Builder>
public Service.LogBatch.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.LogBatch.Builder>
public Service.LogBatch.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.LogBatch.Builder>
public Service.LogBatch.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.LogBatch.Builder>
public Service.LogBatch.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Service.LogBatch.Builder>
public Service.LogBatch.Builder mergeFrom(Service.LogBatch other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogBatch.Builder>
public Service.LogBatch.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.LogBatch.Builder>
IOException
public boolean hasRunId()
ID of the run to log under
optional string run_id = 1;
hasRunId
in interface Service.LogBatchOrBuilder
public String getRunId()
ID of the run to log under
optional string run_id = 1;
getRunId
in interface Service.LogBatchOrBuilder
public com.google.protobuf.ByteString getRunIdBytes()
ID of the run to log under
optional string run_id = 1;
getRunIdBytes
in interface Service.LogBatchOrBuilder
public Service.LogBatch.Builder setRunId(String value)
ID of the run to log under
optional string run_id = 1;
public Service.LogBatch.Builder clearRunId()
ID of the run to log under
optional string run_id = 1;
public Service.LogBatch.Builder setRunIdBytes(com.google.protobuf.ByteString value)
ID of the run to log under
optional string run_id = 1;
public List<Service.Metric> getMetricsList()
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
getMetricsList
in interface Service.LogBatchOrBuilder
public int getMetricsCount()
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
getMetricsCount
in interface Service.LogBatchOrBuilder
public Service.Metric getMetrics(int index)
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
getMetrics
in interface Service.LogBatchOrBuilder
public Service.LogBatch.Builder setMetrics(int index, Service.Metric value)
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
public Service.LogBatch.Builder setMetrics(int index, Service.Metric.Builder builderForValue)
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
public Service.LogBatch.Builder addMetrics(Service.Metric value)
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
public Service.LogBatch.Builder addMetrics(int index, Service.Metric value)
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
public Service.LogBatch.Builder addMetrics(Service.Metric.Builder builderForValue)
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
public Service.LogBatch.Builder addMetrics(int index, Service.Metric.Builder builderForValue)
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
public Service.LogBatch.Builder addAllMetrics(Iterable<? extends Service.Metric> values)
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
public Service.LogBatch.Builder clearMetrics()
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
public Service.LogBatch.Builder removeMetrics(int index)
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
public Service.Metric.Builder getMetricsBuilder(int index)
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
public Service.MetricOrBuilder getMetricsOrBuilder(int index)
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
getMetricsOrBuilder
in interface Service.LogBatchOrBuilder
public List<? extends Service.MetricOrBuilder> getMetricsOrBuilderList()
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
getMetricsOrBuilderList
in interface Service.LogBatchOrBuilder
public Service.Metric.Builder addMetricsBuilder()
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
public Service.Metric.Builder addMetricsBuilder(int index)
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
public List<Service.Metric.Builder> getMetricsBuilderList()
Metrics to log. A single request can contain up to 1000 metrics, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Metric metrics = 2;
public List<Service.Param> getParamsList()
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
getParamsList
in interface Service.LogBatchOrBuilder
public int getParamsCount()
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
getParamsCount
in interface Service.LogBatchOrBuilder
public Service.Param getParams(int index)
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
getParams
in interface Service.LogBatchOrBuilder
public Service.LogBatch.Builder setParams(int index, Service.Param value)
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
public Service.LogBatch.Builder setParams(int index, Service.Param.Builder builderForValue)
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
public Service.LogBatch.Builder addParams(Service.Param value)
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
public Service.LogBatch.Builder addParams(int index, Service.Param value)
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
public Service.LogBatch.Builder addParams(Service.Param.Builder builderForValue)
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
public Service.LogBatch.Builder addParams(int index, Service.Param.Builder builderForValue)
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
public Service.LogBatch.Builder addAllParams(Iterable<? extends Service.Param> values)
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
public Service.LogBatch.Builder clearParams()
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
public Service.LogBatch.Builder removeParams(int index)
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
public Service.Param.Builder getParamsBuilder(int index)
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
public Service.ParamOrBuilder getParamsOrBuilder(int index)
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
getParamsOrBuilder
in interface Service.LogBatchOrBuilder
public List<? extends Service.ParamOrBuilder> getParamsOrBuilderList()
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
getParamsOrBuilderList
in interface Service.LogBatchOrBuilder
public Service.Param.Builder addParamsBuilder()
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
public Service.Param.Builder addParamsBuilder(int index)
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
public List<Service.Param.Builder> getParamsBuilderList()
Params to log. A single request can contain up to 100 params, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.Param params = 3;
public List<Service.RunTag> getTagsList()
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
getTagsList
in interface Service.LogBatchOrBuilder
public int getTagsCount()
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
getTagsCount
in interface Service.LogBatchOrBuilder
public Service.RunTag getTags(int index)
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
getTags
in interface Service.LogBatchOrBuilder
public Service.LogBatch.Builder setTags(int index, Service.RunTag value)
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
public Service.LogBatch.Builder setTags(int index, Service.RunTag.Builder builderForValue)
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
public Service.LogBatch.Builder addTags(Service.RunTag value)
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
public Service.LogBatch.Builder addTags(int index, Service.RunTag value)
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
public Service.LogBatch.Builder addTags(Service.RunTag.Builder builderForValue)
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
public Service.LogBatch.Builder addTags(int index, Service.RunTag.Builder builderForValue)
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
public Service.LogBatch.Builder addAllTags(Iterable<? extends Service.RunTag> values)
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
public Service.LogBatch.Builder clearTags()
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
public Service.LogBatch.Builder removeTags(int index)
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
public Service.RunTag.Builder getTagsBuilder(int index)
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
public Service.RunTagOrBuilder getTagsOrBuilder(int index)
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
getTagsOrBuilder
in interface Service.LogBatchOrBuilder
public List<? extends Service.RunTagOrBuilder> getTagsOrBuilderList()
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
getTagsOrBuilderList
in interface Service.LogBatchOrBuilder
public Service.RunTag.Builder addTagsBuilder()
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
public Service.RunTag.Builder addTagsBuilder(int index)
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
public List<Service.RunTag.Builder> getTagsBuilderList()
Tags to log. A single request can contain up to 100 tags, and up to 1000 metrics, params, and tags in total.
repeated .mlflow.RunTag tags = 4;
public final Service.LogBatch.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogBatch.Builder>
public final Service.LogBatch.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogBatch.Builder>
Copyright © 2019. All rights reserved.