Uses of Class
com.databricks.sdk.service.ml.CommentActivityAction
-
Packages that use CommentActivityAction Package Description com.databricks.sdk.service.ml -
-
Uses of CommentActivityAction in com.databricks.sdk.service.ml
Methods in com.databricks.sdk.service.ml that return CommentActivityAction Modifier and Type Method Description static CommentActivityAction
CommentActivityAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommentActivityAction[]
CommentActivityAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.ml that return types with arguments of type CommentActivityAction Modifier and Type Method Description Collection<CommentActivityAction>
CommentObject. getAvailableActions()
Method parameters in com.databricks.sdk.service.ml with type arguments of type CommentActivityAction Modifier and Type Method Description CommentObject
CommentObject. setAvailableActions(Collection<CommentActivityAction> availableActions)
-