Uses of Interface
com.databricks.sdk.service.ml.ModelRegistryService
-
Packages that use ModelRegistryService Package Description com.databricks.sdk com.databricks.sdk.service.ml -
-
Uses of ModelRegistryService in com.databricks.sdk
Methods in com.databricks.sdk with parameters of type ModelRegistryService Modifier and Type Method Description WorkspaceClient
WorkspaceClient. withModelRegistryImpl(ModelRegistryService modelRegistry)
Replace ModelRegistryAPI implementation with mock -
Uses of ModelRegistryService in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return ModelRegistryService Modifier and Type Method Description ModelRegistryService
ModelRegistryAPI. impl()
Constructors in com.databricks.sdk.service.ml with parameters of type ModelRegistryService Constructor Description ModelRegistryAPI(ModelRegistryService mock)
Constructor for mocks
-