Skip to content

Commit

Permalink
Add StorageConnectorId to TrainingDataset (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzmeister authored Dec 10, 2020
1 parent ea51784 commit 2fc5687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/hsfs/training_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def __init__(
inode_id=None,
storage_connector_name=None,
storage_connector_type=None,
storage_connector_id=None,
training_dataset_type=None,
from_query=None,
querydto=None,
Expand Down

0 comments on commit 2fc5687

Please sign in to comment.