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 Summary
Modifier and TypeMethodDescriptiongetMetrics
(int index) Metrics to log.int
Metrics to log.Metrics to log.getMetricsOrBuilder
(int index) Metrics to log.List
<? extends Service.MetricOrBuilder> Metrics to log.getParams
(int index) Params to log.int
Params to log.Params to log.getParamsOrBuilder
(int index) Params to log.List
<? extends Service.ParamOrBuilder> Params to log.getRunId()
ID of the run to log undercom.google.protobuf.ByteString
ID of the run to log undergetTags
(int index) Tags to log.int
Tags to log.Tags to log.getTagsOrBuilder
(int index) Tags to log.List
<? extends Service.RunTagOrBuilder> Tags to log.boolean
hasRunId()
ID of the run to log underMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRunId
boolean hasRunId()ID of the run to log under
optional string run_id = 1;
- Returns:
- Whether the runId field is set.
-
getRunId
String getRunId()ID of the run to log under
optional string run_id = 1;
- Returns:
- The runId.
-
getRunIdBytes
com.google.protobuf.ByteString getRunIdBytes()ID of the run to log under
optional string run_id = 1;
- Returns:
- The bytes for runId.
-
getMetricsList
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;
-
getMetrics
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
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;
-
getMetricsOrBuilderList
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;
-
getMetricsOrBuilder
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;
-
getParamsList
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;
-
getParams
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
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;
-
getParamsOrBuilderList
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;
-
getParamsOrBuilder
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;
-
getTagsList
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;
-
getTags
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
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;
-
getTagsOrBuilderList
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;
-
getTagsOrBuilder
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;
-