Package org.mlflow.api.proto
Interface Service.LoggedModelDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.LoggedModelData
,Service.LoggedModelData.Builder
- Enclosing class:
- Service
public static interface Service.LoggedModelDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMetrics
(int index) Performance metrics linked to the model.int
Performance metrics linked to the model.Performance metrics linked to the model.getMetricsOrBuilder
(int index) Performance metrics linked to the model.List<? extends Service.MetricOrBuilder>
Performance metrics linked to the model.getParams
(int index) Immutable String key-value pairs of the model.int
Immutable String key-value pairs of the model.Immutable String key-value pairs of the model.getParamsOrBuilder
(int index) Immutable String key-value pairs of the model.List<? extends Service.LoggedModelParameterOrBuilder>
Immutable String key-value pairs of the model.Methods 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
-
getParamsList
List<Service.LoggedModelParameter> getParamsList()Immutable String key-value pairs of the model.
repeated .mlflow.LoggedModelParameter params = 1;
-
getParams
Immutable String key-value pairs of the model.
repeated .mlflow.LoggedModelParameter params = 1;
-
getParamsCount
int getParamsCount()Immutable String key-value pairs of the model.
repeated .mlflow.LoggedModelParameter params = 1;
-
getParamsOrBuilderList
List<? extends Service.LoggedModelParameterOrBuilder> getParamsOrBuilderList()Immutable String key-value pairs of the model.
repeated .mlflow.LoggedModelParameter params = 1;
-
getParamsOrBuilder
Immutable String key-value pairs of the model.
repeated .mlflow.LoggedModelParameter params = 1;
-
getMetricsList
List<Service.Metric> getMetricsList()Performance metrics linked to the model.
repeated .mlflow.Metric metrics = 2;
-
getMetrics
Performance metrics linked to the model.
repeated .mlflow.Metric metrics = 2;
-
getMetricsCount
int getMetricsCount()Performance metrics linked to the model.
repeated .mlflow.Metric metrics = 2;
-
getMetricsOrBuilderList
List<? extends Service.MetricOrBuilder> getMetricsOrBuilderList()Performance metrics linked to the model.
repeated .mlflow.Metric metrics = 2;
-
getMetricsOrBuilder
Performance metrics linked to the model.
repeated .mlflow.Metric metrics = 2;
-