labels property
The labels with user-defined metadata to organize your TensorboardExperiment.
Label keys and values cannot be 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 Dataset (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/
and are immutable. The following system
labels exist for each Dataset: *
aiplatform.googleapis.com/dataset_metadata_schema
: output only. Its
value is the metadata_schema's title.
Implementation
core.Map<core.String, core.String>? labels;