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 Model
CreateModelResponse. getRegisteredModel()
Model
RenameModelResponse. getRegisteredModel()
Model
Model. setCreationTimestamp(Long creationTimestamp)
Model
Model. setDescription(String description)
Model
Model. setLastUpdatedTimestamp(Long lastUpdatedTimestamp)
Model
Model. setLatestVersions(Collection<ModelVersion> latestVersions)
Model
Model. setName(String name)
Model
Model. setTags(Collection<ModelTag> tags)
Model
Model. 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 CreateModelResponse
CreateModelResponse. setRegisteredModel(Model registeredModel)
RenameModelResponse
RenameModelResponse. setRegisteredModel(Model registeredModel)
Method parameters in com.databricks.sdk.service.ml with type arguments of type Model Modifier and Type Method Description ListModelsResponse
ListModelsResponse. setRegisteredModels(Collection<Model> registeredModels)
SearchModelsResponse
SearchModelsResponse. setRegisteredModels(Collection<Model> registeredModels)
-