Uses of Class
com.databricks.sdk.service.ml.Model
-
Packages that use Model Package Description com.databricks.sdk.service.ml -
-
Uses of Model in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return Model Modifier and Type Method Description ModelCreateModelResponse. getRegisteredModel()ModelRenameModelResponse. getRegisteredModel()ModelModel. setCreationTimestamp(Long creationTimestamp)ModelModel. setDescription(String description)ModelModel. setLastUpdatedTimestamp(Long lastUpdatedTimestamp)ModelModel. setLatestVersions(Collection<ModelVersion> latestVersions)ModelModel. setName(String name)ModelModel. setTags(Collection<ModelTag> tags)ModelModel. setUserId(String userId)Methods in com.databricks.sdk.service.ml that return types with arguments of type Model Modifier and Type Method Description Collection<Model>ListModelsResponse. getRegisteredModels()Collection<Model>SearchModelsResponse. getRegisteredModels()Iterable<Model>ModelRegistryAPI. listModels(ListModelsRequest request)List models.Iterable<Model>ModelRegistryAPI. searchModels(SearchModelsRequest request)Search models.Methods in com.databricks.sdk.service.ml with parameters of type Model Modifier and Type Method Description CreateModelResponseCreateModelResponse. setRegisteredModel(Model registeredModel)RenameModelResponseRenameModelResponse. setRegisteredModel(Model registeredModel)Method parameters in com.databricks.sdk.service.ml with type arguments of type Model Modifier and Type Method Description ListModelsResponseListModelsResponse. setRegisteredModels(Collection<Model> registeredModels)SearchModelsResponseSearchModelsResponse. setRegisteredModels(Collection<Model> registeredModels)
-