Package org.mlflow.api.proto
Interface Service.LogBatchOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.LogBatch,- Service.LogBatch.Builder
 - Enclosing class:
- Service
 
 public static interface Service.LogBatchOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.MetricgetMetrics(int index)Metrics to log.intgetMetricsCount()Metrics to log.java.util.List<Service.Metric>getMetricsList()Metrics to log.Service.MetricOrBuildergetMetricsOrBuilder(int index)Metrics to log.java.util.List<? extends Service.MetricOrBuilder>getMetricsOrBuilderList()Metrics to log.Service.ParamgetParams(int index)Params to log.intgetParamsCount()Params to log.java.util.List<Service.Param>getParamsList()Params to log.Service.ParamOrBuildergetParamsOrBuilder(int index)Params to log.java.util.List<? extends Service.ParamOrBuilder>getParamsOrBuilderList()Params to log.java.lang.StringgetRunId()ID of the run to log undercom.google.protobuf.ByteStringgetRunIdBytes()ID of the run to log underService.RunTaggetTags(int index)Tags to log.intgetTagsCount()Tags to log.java.util.List<Service.RunTag>getTagsList()Tags to log.Service.RunTagOrBuildergetTagsOrBuilder(int index)Tags to log.java.util.List<? extends Service.RunTagOrBuilder>getTagsOrBuilderList()Tags to log.booleanhasRunId()ID of the run to log under- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasRunIdboolean hasRunId() ID of the run to log under optional string run_id = 1;- Returns:
- Whether the runId field is set.
 
 - 
getRunIdjava.lang.String getRunId() ID of the run to log under optional string run_id = 1;- Returns:
- The runId.
 
 - 
getRunIdBytescom.google.protobuf.ByteString getRunIdBytes() ID of the run to log under optional string run_id = 1;- Returns:
- The bytes for runId.
 
 - 
getMetricsListjava.util.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;
 - 
getMetricsService.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;
 - 
getMetricsCountint 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;
 - 
getMetricsOrBuilderListjava.util.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;
 - 
getMetricsOrBuilderService.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;
 - 
getParamsListjava.util.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;
 - 
getParamsService.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;
 - 
getParamsCountint 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;
 - 
getParamsOrBuilderListjava.util.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;
 - 
getParamsOrBuilderService.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;
 - 
getTagsListjava.util.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;
 - 
getTagsService.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;
 - 
getTagsCountint 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;
 - 
getTagsOrBuilderListjava.util.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;
 - 
getTagsOrBuilderService.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;
 
- 
 
-