TargetDataset defines which dataset will be processed by DataProcess. Under the hood, the dataset's pvc will be mounted to the given mountPath of the DataProcess's containers.
Name | Type | Description | Notes |
---|---|---|---|
mount_path | str | MountPath defines where the Dataset should be mounted in DataProcess's containers. | [default to ''] |
name | str | Name defines name of the target dataset | [default to ''] |
namespace | str | Namespace defines namespace of the target dataset | [optional] |
sub_path | str | SubPath defines subpath of the target dataset to mount. | [optional] |