[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix, chore, refactor(egen): REST api fixes, KFP v2 refactor, new template #3180

Merged
merged 3 commits into from
Jul 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: removes future tense, minor sentence corrections
  • Loading branch information
krishr2d2 committed Jul 1, 2024
commit d61f7e03e699e6797b39272c436410d473ab21c6
6 changes: 3 additions & 3 deletions notebooks/official/pipelines/pipelines_intro_kfp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
"\n",
"Then, the third pipeline step (`consumer_task`) consumes the outputs of the first and second steps. Because the `hello_world` component definition just returns one unnamed output, you refer to it as `hw_task.output`. The `two_outputs` task returns two named outputs, which you access as `two_outputs_task.outputs[\"<output_name>\"]`.\n",
"\n",
"**Note:** In the `@dsl.pipeline` decorator, you define the `PIPELINE_ROOT` Cloud Storage path to use as the root folder. If you don't include that info here, you are required to specify it when creating the pipeline run."
"**Note:** In the `@dsl.pipeline` decorator, you define `PIPELINE_ROOT` as the Cloud Storage path that is used as root folder. You can choose to skip it now but then, you're supposed to provide it when creating the pipeline run."
katiemn marked this conversation as resolved.
Show resolved Hide resolved
]
},
{
Expand Down Expand Up @@ -664,11 +664,11 @@
"source": [
"Click on the generated link to see your run in the Cloud Console.\n",
"\n",
"<!-- It should look something like this as it is running:\n",
"<!-- It should look something like this as it runs:\n",
"\n",
"<a href=\"https://storage.googleapis.com/amy-jo/images/mp/automl_tabular_classif.png\" target=\"_blank\"><img src=\"https://storage.googleapis.com/amy-jo/images/mp/automl_tabular_classif.png\" width=\"40%\"/></a> -->\n",
"\n",
"In the UI, many of the pipeline DAG nodes will expand or collapse when you click on them. Here is a partially-expanded view of the DAG (click image to see larger version).\n",
"In the UI, many of the pipeline DAG nodes expand or collapse when you click on them. Here is a partially-expanded view of the DAG (click image to see larger version).\n",
"\n",
"<a href=\"https://storage.googleapis.com/amy-jo/images/mp/intro_pipeline.png\" target=\"_blank\"><img src=\"https://storage.googleapis.com/amy-jo/images/mp/intro_pipeline.png\" width=\"60%\"/></a>"
]
Expand Down