Skip to content

Commit b68a941

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
docs: fixed a docstring for _Dataset
PiperOrigin-RevId: 544583329
1 parent a7dfce2 commit b68a941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/aiplatform/datasets/dataset.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ def create(
187187
request_metadata (Sequence[Tuple[str, str]]):
188188
Strings which should be sent along with the request as metadata.
189189
labels (Dict[str, str]):
190-
Optional. Labels with user-defined metadata to organize your Tensorboards.
190+
Optional. Labels with user-defined metadata to organize your datasets.
191191
Label keys and values can be no longer than 64 characters
192192
(Unicode codepoints), can only contain lowercase letters, numeric
193193
characters, underscores and dashes. International characters are allowed.
194-
No more than 64 user labels can be associated with one Tensorboard
194+
No more than 64 user labels can be associated with one Dataset
195195
(System labels are excluded).
196196
See https://goo.gl/xmQnxf for more information and examples of labels.
197197
System reserved label keys are prefixed with "aiplatform.googleapis.com/"

0 commit comments

Comments
 (0)