From a7dfce217eebbef0877053b9c0f6f6127b556e82 Mon Sep 17 00:00:00 2001 From: A Vertex SDK engineer Date: Fri, 30 Jun 2023 01:00:50 -0700 Subject: [PATCH] docs: fixed a docstring for TimeSeriesDataset PiperOrigin-RevId: 544583308 --- google/cloud/aiplatform/datasets/time_series_dataset.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/cloud/aiplatform/datasets/time_series_dataset.py b/google/cloud/aiplatform/datasets/time_series_dataset.py index c3eb4e6363..7f55d455a5 100644 --- a/google/cloud/aiplatform/datasets/time_series_dataset.py +++ b/google/cloud/aiplatform/datasets/time_series_dataset.py @@ -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/"