Skip to content

Commit

Permalink
Fix spelling in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfczekalski committed Sep 11, 2024
1 parent 68180af commit a5dfd88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/03_getting_started/01_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ As you can see, the pipeline was compiled and started in Vertex AI Pipelines. Wh

## Log datasets to Vertex AI Metadata

The plugin implementes custom `kedro_vertexai.vertex_ai.datasets.KedroVertexAIMetadataDataset` dataset that creates an Vertex AI Artifact.
The plugin implements custom `kedro_vertexai.vertex_ai.datasets.KedroVertexAIMetadataDataset` dataset that creates an Vertex AI Artifact.
It allows to specify any Kedro dataset in the `base_dataset` argument, and it uses its `_save` and `_load` methods for the io.
The base dataset arguments are passed in `base_dataset_args` argument as dictionary. The created artifact is associated with Vertex AI run id and job name as metadata, and additional metadata can be specified in the `metadata` argument.
The `dispaly_name` and `schema` arguments are used for the artifact creation, please eference [Vertex AI docs](https://cloud.google.com/vertex-ai/docs/ml-metadata/tracking#create-artifact) to learn more about them.
The `dispaly_name` and `schema` arguments are used for the artifact creation, please reference [Vertex AI docs](https://cloud.google.com/vertex-ai/docs/ml-metadata/tracking#create-artifact) to learn more about them.

0 comments on commit a5dfd88

Please sign in to comment.