Uses of Class
com.databricks.sdk.service.ml.GetModelRequest
-
Packages that use GetModelRequest Package Description com.databricks.sdk.service.ml -
-
Uses of GetModelRequest in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return GetModelRequest Modifier and Type Method Description GetModelRequest
GetModelRequest. setName(String name)
Methods in com.databricks.sdk.service.ml with parameters of type GetModelRequest Modifier and Type Method Description GetModelResponse
ModelRegistryAPI. getModel(GetModelRequest request)
Get model.GetModelResponse
ModelRegistryService. getModel(GetModelRequest getModelRequest)
Get model.
-