Skip to content

Commit a7dfce2

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
docs: fixed a docstring for TimeSeriesDataset
PiperOrigin-RevId: 544583308
1 parent 7bf7634 commit a7dfce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/aiplatform/datasets/time_series_dataset.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ def create(
7878
request_metadata (Sequence[Tuple[str, str]]):
7979
Strings which should be sent along with the request as metadata.
8080
labels (Dict[str, str]):
81-
Optional. Labels with user-defined metadata to organize your Tensorboards.
81+
Optional. Labels with user-defined metadata to organize your datasets.
8282
Label keys and values can be no longer than 64 characters
8383
(Unicode codepoints), can only contain lowercase letters, numeric
8484
characters, underscores and dashes. International characters are allowed.
85-
No more than 64 user labels can be associated with one Tensorboard
85+
No more than 64 user labels can be associated with one TimeSeriesDataset
8686
(System labels are excluded).
8787
See https://goo.gl/xmQnxf for more information and examples of labels.
8888
System reserved label keys are prefixed with "aiplatform.googleapis.com/"

0 commit comments

Comments
 (0)