Uses of Interface
org.mlflow.api.proto.ModelRegistry.ModelParamOrBuilder
-
Packages that use ModelRegistry.ModelParamOrBuilder Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of ModelRegistry.ModelParamOrBuilder in org.mlflow.api.proto
Classes in org.mlflow.api.proto that implement ModelRegistry.ModelParamOrBuilder Modifier and Type Class Description static class
ModelRegistry.ModelParam
Param for a model version.static class
ModelRegistry.ModelParam.Builder
Param for a model version.Methods in org.mlflow.api.proto that return ModelRegistry.ModelParamOrBuilder Modifier and Type Method Description ModelRegistry.ModelParamOrBuilder
ModelRegistry.ModelVersion.Builder. getModelParamsOrBuilder(int index)
Optional parameters for the model.ModelRegistry.ModelParamOrBuilder
ModelRegistry.ModelVersion. getModelParamsOrBuilder(int index)
Optional parameters for the model.ModelRegistry.ModelParamOrBuilder
ModelRegistry.ModelVersionOrBuilder. getModelParamsOrBuilder(int index)
Optional parameters for the model.Methods in org.mlflow.api.proto that return types with arguments of type ModelRegistry.ModelParamOrBuilder Modifier and Type Method Description java.util.List<? extends ModelRegistry.ModelParamOrBuilder>
ModelRegistry.ModelVersion.Builder. getModelParamsOrBuilderList()
Optional parameters for the model.java.util.List<? extends ModelRegistry.ModelParamOrBuilder>
ModelRegistry.ModelVersion. getModelParamsOrBuilderList()
Optional parameters for the model.java.util.List<? extends ModelRegistry.ModelParamOrBuilder>
ModelRegistry.ModelVersionOrBuilder. getModelParamsOrBuilderList()
Optional parameters for the model.
-