Skip to content

Commit

Permalink
Fix TensorFlowModelDataSet name
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed May 23, 2023
1 parent 9780609 commit 3d4e68b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/data/kedro_io.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Currently, the following datasets support versioning:
- `kedro_datasets.spark.SparkDataSet`
- `kedro_datasets.yaml.YAMLDataSet`
- `kedro_datasets.api.APIDataSet`
- `kedro_datasets.tensorflow.TensorFlowModelDataset`
- `kedro_datasets.tensorflow.TensorFlowModelDataSet`
- `kedro_datasets.json.JSONDataSet`

```{note}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/kedro_datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ kedro_datasets
kedro_datasets.spark.SparkHiveDataSet
kedro_datasets.spark.SparkJDBCDataSet
kedro_datasets.svmlight.SVMLightDataSet
kedro_datasets.tensorflow.TensorFlowModelDataset
kedro_datasets.tensorflow.TensorFlowModelDataSet
kedro_datasets.text.TextDataSet
kedro_datasets.tracking.JSONDataSet
kedro_datasets.tracking.MetricsDataSet
Expand Down

0 comments on commit 3d4e68b

Please sign in to comment.