File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,12 @@ def __init__(
102
102
"""Constructs a `NotebookJobStep`.
103
103
104
104
Args:
105
- name (str): The name of the `NotebookJobStep`.
106
- display_name (str): The display name of the `NotebookJobStep`.
107
- description (str): The description of the `NotebookJobStep`.
105
+ name (Optional[str]): The name of the `NotebookJobStep`. If not provided,
106
+ it is derived from the notebook file name.
107
+ display_name (Optional[str]): The display name of the `NotebookJobStep`.
108
+ Default is ``None``.
109
+ description (Optional[str]): The description of the `NotebookJobStep`.
110
+ Default is ``None``.
108
111
109
112
notebook_job_name (Optional[str]): An optional user-specified descriptive name
110
113
for the notebook job. If provided, the sanitized notebook job name
You can’t perform that action at this time.
0 commit comments