Skip to content

Commit caebb47

Browse files
authored
fix: Correct docstring in Dataset classes (#1553)
1 parent da467d1 commit caebb47

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

google/cloud/aiplatform/datasets/dataset.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,13 @@ def create(
171171
``import_schema_uri``,
172172
e.g. jsonl file.
173173
project (str):
174-
Project to upload this model to. Overrides project set in
174+
Project to upload this dataset to. Overrides project set in
175175
aiplatform.init.
176176
location (str):
177-
Location to upload this model to. Overrides location set in
177+
Location to upload this dataset to. Overrides location set in
178178
aiplatform.init.
179179
credentials (auth_credentials.Credentials):
180-
Custom credentials to use to upload this model. Overrides
180+
Custom credentials to use to upload this dataset. Overrides
181181
credentials set in aiplatform.init.
182182
request_metadata (Sequence[Tuple[str, str]]):
183183
Strings which should be sent along with the request as metadata.

google/cloud/aiplatform/datasets/image_dataset.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ def create(
8686
``import_schema_uri``,
8787
e.g. jsonl file.
8888
project (str):
89-
Project to upload this model to. Overrides project set in
89+
Project to upload this dataset to. Overrides project set in
9090
aiplatform.init.
9191
location (str):
92-
Location to upload this model to. Overrides location set in
92+
Location to upload this dataset to. Overrides location set in
9393
aiplatform.init.
9494
credentials (auth_credentials.Credentials):
95-
Custom credentials to use to upload this model. Overrides
95+
Custom credentials to use to upload this dataset. Overrides
9696
credentials set in aiplatform.init.
9797
request_metadata (Sequence[Tuple[str, str]]):
9898
Strings which should be sent along with the request as metadata.

google/cloud/aiplatform/datasets/tabular_dataset.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ def create(
7373
example:
7474
"bq://project.dataset.table_name"
7575
project (str):
76-
Project to upload this model to. Overrides project set in
76+
Project to upload this dataset to. Overrides project set in
7777
aiplatform.init.
7878
location (str):
79-
Location to upload this model to. Overrides location set in
79+
Location to upload this dataset to. Overrides location set in
8080
aiplatform.init.
8181
credentials (auth_credentials.Credentials):
82-
Custom credentials to use to upload this model. Overrides
82+
Custom credentials to use to upload this dataset. Overrides
8383
credentials set in aiplatform.init.
8484
request_metadata (Sequence[Tuple[str, str]]):
8585
Strings which should be sent along with the request as metadata.

google/cloud/aiplatform/datasets/text_dataset.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ def create(
9393
``import_schema_uri``,
9494
e.g. jsonl file.
9595
project (str):
96-
Project to upload this model to. Overrides project set in
96+
Project to upload this dataset to. Overrides project set in
9797
aiplatform.init.
9898
location (str):
99-
Location to upload this model to. Overrides location set in
99+
Location to upload this dataset to. Overrides location set in
100100
aiplatform.init.
101101
credentials (auth_credentials.Credentials):
102-
Custom credentials to use to upload this model. Overrides
102+
Custom credentials to use to upload this dataset. Overrides
103103
credentials set in aiplatform.init.
104104
request_metadata (Sequence[Tuple[str, str]]):
105105
Strings which should be sent along with the request as metadata.

google/cloud/aiplatform/datasets/time_series_dataset.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ def create(
6767
example:
6868
"bq://project.dataset.table_name"
6969
project (str):
70-
Project to upload this model to. Overrides project set in
70+
Project to upload this dataset to. Overrides project set in
7171
aiplatform.init.
7272
location (str):
73-
Location to upload this model to. Overrides location set in
73+
Location to upload this dataset to. Overrides location set in
7474
aiplatform.init.
7575
credentials (auth_credentials.Credentials):
76-
Custom credentials to use to upload this model. Overrides
76+
Custom credentials to use to upload this dataset. Overrides
7777
credentials set in aiplatform.init.
7878
request_metadata (Sequence[Tuple[str, str]]):
7979
Strings which should be sent along with the request as metadata.

google/cloud/aiplatform/datasets/video_dataset.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ def create(
8686
``import_schema_uri``,
8787
e.g. jsonl file.
8888
project (str):
89-
Project to upload this model to. Overrides project set in
89+
Project to upload this dataset to. Overrides project set in
9090
aiplatform.init.
9191
location (str):
92-
Location to upload this model to. Overrides location set in
92+
Location to upload this dataset to. Overrides location set in
9393
aiplatform.init.
9494
credentials (auth_credentials.Credentials):
95-
Custom credentials to use to upload this model. Overrides
95+
Custom credentials to use to upload this dataset. Overrides
9696
credentials set in aiplatform.init.
9797
request_metadata (Sequence[Tuple[str, str]]):
9898
Strings which should be sent along with the request as metadata.

0 commit comments

Comments
 (0)