Uses of Class
com.databricks.sdk.service.ml.CommentObject
-
Packages that use CommentObject Package Description com.databricks.sdk.service.ml -
-
Uses of CommentObject in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return CommentObject Modifier and Type Method Description CommentObjectCreateCommentResponse. getComment()CommentObjectUpdateCommentResponse. getComment()CommentObjectCommentObject. setAvailableActions(Collection<CommentActivityAction> availableActions)CommentObjectCommentObject. setComment(String comment)CommentObjectCommentObject. setCreationTimestamp(Long creationTimestamp)CommentObjectCommentObject. setId(String id)CommentObjectCommentObject. setLastUpdatedTimestamp(Long lastUpdatedTimestamp)CommentObjectCommentObject. setUserId(String userId)Methods in com.databricks.sdk.service.ml with parameters of type CommentObject Modifier and Type Method Description CreateCommentResponseCreateCommentResponse. setComment(CommentObject comment)UpdateCommentResponseUpdateCommentResponse. setComment(CommentObject comment)
-