File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66class SlackCallback (BaseNotificationCallback ):
77 """
8- A custom tf.callbacks.Callback that provides enables instant integration with Slack messaging app.
9-
10- **Note**: Any attributes or methods prefixed with _underscores are forming a so called "private" API, and is
11- for internal use only. They may be changed or removed at anytime.
8+ A custom tf.callbacks.Callback that provides instant integration with Slack messaging app.
129
1310 Examples:
1411 >>> import tensorflow as tf
@@ -33,6 +30,9 @@ class SlackCallback(BaseNotificationCallback):
3330 >>> SlackCallback(webhook_url='https://url.to/webhook')
3431 >>> ],
3532 >>> )
33+
34+ **Note**: Any attributes or methods prefixed with _underscores are forming a so called "private" API, and is
35+ for internal use only. They may be changed or removed at anytime.
3636 """
3737
3838 def __init__ (self , webhook_url : str ):
You can’t perform that action at this time.
0 commit comments