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 CommentObject
CreateCommentResponse. getComment()
CommentObject
UpdateCommentResponse. getComment()
CommentObject
CommentObject. setAvailableActions(Collection<CommentActivityAction> availableActions)
CommentObject
CommentObject. setComment(String comment)
CommentObject
CommentObject. setCreationTimestamp(Long creationTimestamp)
CommentObject
CommentObject. setId(String id)
CommentObject
CommentObject. setLastUpdatedTimestamp(Long lastUpdatedTimestamp)
CommentObject
CommentObject. setUserId(String userId)
Methods in com.databricks.sdk.service.ml with parameters of type CommentObject Modifier and Type Method Description CreateCommentResponse
CreateCommentResponse. setComment(CommentObject comment)
UpdateCommentResponse
UpdateCommentResponse. setComment(CommentObject comment)
-