Uses of Class
com.databricks.sdk.service.ml.UpdateCommentResponse
-
Packages that use UpdateCommentResponse Package Description com.databricks.sdk.service.ml -
-
Uses of UpdateCommentResponse in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return UpdateCommentResponse Modifier and Type Method Description UpdateCommentResponse
UpdateCommentResponse. setComment(CommentObject comment)
UpdateCommentResponse
ModelRegistryAPI. updateComment(UpdateComment request)
Update a comment.UpdateCommentResponse
ModelRegistryAPI. updateComment(String id, String comment)
UpdateCommentResponse
ModelRegistryService. updateComment(UpdateComment updateComment)
Update a comment.
-