dataPath property

String? dataPath
getter/setter pair

The storage path of the entity data.

For Cloud Storage data, this is the fully-qualified path to the entity, such as gs://bucket/path/to/data. For BigQuery data, this is the name of the table resource, such as projects/project_id/datasets/dataset_id/tables/table_id.

Required. Immutable.

Implementation

core.String? dataPath;