public interface TensorboardExperimentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
The labels with user-defined metadata to organize your
TensorboardExperiment.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
Description of this TensorboardExperiment.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of this TensorboardExperiment.
|
String |
getDisplayName()
User provided name of this TensorboardExperiment.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
User provided name of this TensorboardExperiment.
|
String |
getEtag()
Used to perform consistent read-modify-write updates.
|
com.google.protobuf.ByteString |
getEtagBytes()
Used to perform consistent read-modify-write updates.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
The labels with user-defined metadata to organize your
TensorboardExperiment.
|
Map<String,String> |
getLabelsMap()
The labels with user-defined metadata to organize your
TensorboardExperiment.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
The labels with user-defined metadata to organize your
TensorboardExperiment.
|
String |
getLabelsOrThrow(String key)
The labels with user-defined metadata to organize your
TensorboardExperiment.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getSource()
Immutable.
|
com.google.protobuf.ByteString |
getSourceBytes()
Immutable.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. Name of the TensorboardExperiment.
Format:
`projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. Name of the TensorboardExperiment.
Format:
`projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getDisplayName()
User provided name of this TensorboardExperiment.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
User provided name of this TensorboardExperiment.
string display_name = 2;String getDescription()
Description of this TensorboardExperiment.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
Description of this TensorboardExperiment.
string description = 3;boolean hasCreateTime()
Output only. Timestamp when this TensorboardExperiment was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this TensorboardExperiment was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this TensorboardExperiment was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. Timestamp when this TensorboardExperiment was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. Timestamp when this TensorboardExperiment was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Timestamp when this TensorboardExperiment was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getLabelsCount()
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][google.cloud.aiplatform.v1.Dataset.metadata_schema_uri]
title.
map<string, string> labels = 6;boolean containsLabels(String key)
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][google.cloud.aiplatform.v1.Dataset.metadata_schema_uri]
title.
map<string, string> labels = 6;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
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][google.cloud.aiplatform.v1.Dataset.metadata_schema_uri]
title.
map<string, string> labels = 6;String getLabelsOrDefault(String key, String defaultValue)
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][google.cloud.aiplatform.v1.Dataset.metadata_schema_uri]
title.
map<string, string> labels = 6;String getLabelsOrThrow(String key)
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][google.cloud.aiplatform.v1.Dataset.metadata_schema_uri]
title.
map<string, string> labels = 6;String getEtag()
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 7;com.google.protobuf.ByteString getEtagBytes()
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 7;String getSource()
Immutable. Source of the TensorboardExperiment. Example: a custom training job.
string source = 8 [(.google.api.field_behavior) = IMMUTABLE];com.google.protobuf.ByteString getSourceBytes()
Immutable. Source of the TensorboardExperiment. Example: a custom training job.
string source = 8 [(.google.api.field_behavior) = IMMUTABLE];Copyright © 2023 Google LLC. All rights reserved.