Uses of Class
com.databricks.sdk.service.ml.CreateCommentResponse
-
Packages that use CreateCommentResponse Package Description com.databricks.sdk.service.ml -
-
Uses of CreateCommentResponse in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return CreateCommentResponse Modifier and Type Method Description CreateCommentResponse
ModelRegistryAPI. createComment(CreateComment request)
Post a comment.CreateCommentResponse
ModelRegistryAPI. createComment(String name, String version, String comment)
CreateCommentResponse
ModelRegistryService. createComment(CreateComment createComment)
Post a comment.CreateCommentResponse
CreateCommentResponse. setComment(CommentObject comment)
-