public static interface Service.LogBatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Service.Metric |
getMetrics(int index)
Metrics to log.
|
int |
getMetricsCount()
Metrics to log.
|
List<Service.Metric> |
getMetricsList()
Metrics to log.
|
Service.MetricOrBuilder |
getMetricsOrBuilder(int index)
Metrics to log.
|
List<? extends Service.MetricOrBuilder> |
getMetricsOrBuilderList()
Metrics to log.
|
Service.Param |
getParams(int index)
Params to log.
|
int |
getParamsCount()
Params to log.
|
List<Service.Param> |
getParamsList()
Params to log.
|
Service.ParamOrBuilder |
getParamsOrBuilder(int index)
Params to log.
|
List<? extends Service.ParamOrBuilder> |
getParamsOrBuilderList()
Params to log.
|
String |
getRunId()
ID of the run to log under
|
com.google.protobuf.ByteString |
getRunIdBytes()
ID of the run to log under
|
Service.RunTag |
getTags(int index)
Tags to log.
|
int |
getTagsCount()
Tags to log.
|
List<Service.RunTag> |
getTagsList()
Tags to log.
|
Service.RunTagOrBuilder |
getTagsOrBuilder(int index)
Tags to log.
|
List<? extends Service.RunTagOrBuilder> |
getTagsOrBuilderList()
Tags to log.
|
boolean |
hasRunId()
ID of the run to log under
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRunId()
ID of the run to log under
optional string run_id = 1;
String getRunId()
ID of the run to log under
optional string run_id = 1;
com.google.protobuf.ByteString getRunIdBytes()
ID of the run to log under
optional string run_id = 1;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
Copyright © 2019. All rights reserved.