Compare commits

...
Author SHA1 Message Date
Aaron DietzandGitHub 333dd78c37 Update google_cloud_pipeline_components_automl_tabular.ipynb
Restructured bullet points to remove nested bullets. The nested bullets don't render properly when we auto-generate our notebook list for our docs.
2024-08-12 10:17:36 -07:00
@@ -89,13 +89,12 @@
"\n",
"The steps performed include:\n",
"\n",
"- Create a KFP pipeline:\n",
" - Create a `Dataset` resource.\n",
" - Train an AutoML tabular regression `Model` resource.\n",
" - Create an `Endpoint` resource.\n",
" - Deploys the `Model` resource to the `Endpoint` resource.\n",
"- Create a KFP pipeline that creates a `Dataset` resource.\n",
"- Add a component to the pipeline that trains an AutoML tabular regression `Model` resource.\n",
"- Add a component that creates an `Endpoint` resource.\n",
"- Add a component that deploys the `Model` resource to the `Endpoint` resource.\n",
"- Compile the KFP pipeline.\n",
"- Execute the KFP pipeline using `Vertex AI Pipelines`\n",
"- Execute the KFP pipeline using `Vertex AI Pipelines`.\n",
"\n",
"Learn more about [Google Cloud Pipeline Components](https://google-cloud-pipeline-components.readthedocs.io/en/latest/google_cloud_pipeline_components.aiplatform.html#module-google_cloud_pipeline_components.aiplatform)."
]