Uses of Class
org.mlflow.api.proto.ModelRegistry.ModelMetric
Packages that use ModelRegistry.ModelMetric
-
Uses of ModelRegistry.ModelMetric in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type ModelRegistry.ModelMetricModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<ModelRegistry.ModelMetric>
ModelRegistry.ModelMetric.PARSER
Deprecated.Methods in org.mlflow.api.proto that return ModelRegistry.ModelMetricModifier and TypeMethodDescriptionModelRegistry.ModelMetric.Builder.build()
ModelRegistry.ModelMetric.Builder.buildPartial()
static ModelRegistry.ModelMetric
ModelRegistry.ModelMetric.getDefaultInstance()
ModelRegistry.ModelMetric.Builder.getDefaultInstanceForType()
ModelRegistry.ModelMetric.getDefaultInstanceForType()
ModelRegistry.ModelVersion.Builder.getModelMetrics
(int index) Optional metrics for the model.ModelRegistry.ModelVersion.getModelMetrics
(int index) Optional metrics for the model.ModelRegistry.ModelVersionOrBuilder.getModelMetrics
(int index) Optional metrics for the model.static ModelRegistry.ModelMetric
ModelRegistry.ModelMetric.parseDelimitedFrom
(InputStream input) static ModelRegistry.ModelMetric
ModelRegistry.ModelMetric.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ModelRegistry.ModelMetric
ModelRegistry.ModelMetric.parseFrom
(byte[] data) static ModelRegistry.ModelMetric
ModelRegistry.ModelMetric.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ModelRegistry.ModelMetric
ModelRegistry.ModelMetric.parseFrom
(com.google.protobuf.ByteString data) static ModelRegistry.ModelMetric
ModelRegistry.ModelMetric.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ModelRegistry.ModelMetric
ModelRegistry.ModelMetric.parseFrom
(com.google.protobuf.CodedInputStream input) static ModelRegistry.ModelMetric
ModelRegistry.ModelMetric.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ModelRegistry.ModelMetric
ModelRegistry.ModelMetric.parseFrom
(InputStream input) static ModelRegistry.ModelMetric
ModelRegistry.ModelMetric.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ModelRegistry.ModelMetric
ModelRegistry.ModelMetric.parseFrom
(ByteBuffer data) static ModelRegistry.ModelMetric
ModelRegistry.ModelMetric.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type ModelRegistry.ModelMetricModifier and TypeMethodDescriptionModelRegistry.ModelVersion.Builder.getModelMetricsList()
Optional metrics for the model.ModelRegistry.ModelVersion.getModelMetricsList()
Optional metrics for the model.ModelRegistry.ModelVersionOrBuilder.getModelMetricsList()
Optional metrics for the model.com.google.protobuf.Parser<ModelRegistry.ModelMetric>
ModelRegistry.ModelMetric.getParserForType()
static com.google.protobuf.Parser<ModelRegistry.ModelMetric>
ModelRegistry.ModelMetric.parser()
Methods in org.mlflow.api.proto with parameters of type ModelRegistry.ModelMetricModifier and TypeMethodDescriptionModelRegistry.ModelVersion.Builder.addModelMetrics
(int index, ModelRegistry.ModelMetric value) Optional metrics for the model.ModelRegistry.ModelVersion.Builder.addModelMetrics
(ModelRegistry.ModelMetric value) Optional metrics for the model.ModelRegistry.ModelMetric.Builder.mergeFrom
(ModelRegistry.ModelMetric other) ModelRegistry.ModelMetric.newBuilder
(ModelRegistry.ModelMetric prototype) ModelRegistry.ModelVersion.Builder.setModelMetrics
(int index, ModelRegistry.ModelMetric value) Optional metrics for the model.Method parameters in org.mlflow.api.proto with type arguments of type ModelRegistry.ModelMetricModifier and TypeMethodDescriptionModelRegistry.ModelVersion.Builder.addAllModelMetrics
(Iterable<? extends ModelRegistry.ModelMetric> values) Optional metrics for the model.