Skip to content

Commit

Permalink
docs: fixed a docstring for TimeSeriesDataset
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 544583308
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Jun 30, 2023
1 parent 7bf7634 commit a7dfce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/cloud/aiplatform/datasets/time_series_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ def create(
request_metadata (Sequence[Tuple[str, str]]):
Strings which should be sent along with the request as metadata.
labels (Dict[str, str]):
Optional. Labels with user-defined metadata to organize your Tensorboards.
Optional. Labels with user-defined metadata to organize your datasets.
Label keys and values can be no longer than 64 characters
(Unicode codepoints), can only contain lowercase letters, numeric
characters, underscores and dashes. International characters are allowed.
No more than 64 user labels can be associated with one Tensorboard
No more than 64 user labels can be associated with one TimeSeriesDataset
(System labels are excluded).
See https://goo.gl/xmQnxf for more information and examples of labels.
System reserved label keys are prefixed with "aiplatform.googleapis.com/"
Expand Down

0 comments on commit a7dfce2

Please sign in to comment.