public interface TensorboardTimeSeriesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
Description of this TensorboardTimeSeries.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of this TensorboardTimeSeries.
|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
String |
getEtag()
Used to perform a consistent read-modify-write updates.
|
com.google.protobuf.ByteString |
getEtagBytes()
Used to perform a consistent read-modify-write updates.
|
TensorboardTimeSeries.Metadata |
getMetadata()
Output only.
|
TensorboardTimeSeries.MetadataOrBuilder |
getMetadataOrBuilder()
Output only.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
com.google.protobuf.ByteString |
getPluginData()
Data of the current plugin, with the size limited to 65KB.
|
String |
getPluginName()
Immutable.
|
com.google.protobuf.ByteString |
getPluginNameBytes()
Immutable.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
TensorboardTimeSeries.ValueType |
getValueType()
Required.
|
int |
getValueTypeValue()
Required.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasMetadata()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. Name of the TensorboardTimeSeries.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. Name of the TensorboardTimeSeries.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getDisplayName()
Required. User provided name of this TensorboardTimeSeries. This value should be unique among all TensorboardTimeSeries resources belonging to the same TensorboardRun resource (parent resource).
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDisplayNameBytes()
Required. User provided name of this TensorboardTimeSeries. This value should be unique among all TensorboardTimeSeries resources belonging to the same TensorboardRun resource (parent resource).
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];String getDescription()
Description of this TensorboardTimeSeries.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
Description of this TensorboardTimeSeries.
string description = 3;int getValueTypeValue()
Required. Immutable. Type of TensorboardTimeSeries value.
.google.cloud.aiplatform.v1.TensorboardTimeSeries.ValueType value_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
TensorboardTimeSeries.ValueType getValueType()
Required. Immutable. Type of TensorboardTimeSeries value.
.google.cloud.aiplatform.v1.TensorboardTimeSeries.ValueType value_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
boolean hasCreateTime()
Output only. Timestamp when this TensorboardTimeSeries was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this TensorboardTimeSeries was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this TensorboardTimeSeries was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. Timestamp when this TensorboardTimeSeries was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. Timestamp when this TensorboardTimeSeries was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Timestamp when this TensorboardTimeSeries was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getEtag()
Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 7;com.google.protobuf.ByteString getEtagBytes()
Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 7;String getPluginName()
Immutable. Name of the plugin this time series pertain to. Such as Scalar, Tensor, Blob
string plugin_name = 8 [(.google.api.field_behavior) = IMMUTABLE];com.google.protobuf.ByteString getPluginNameBytes()
Immutable. Name of the plugin this time series pertain to. Such as Scalar, Tensor, Blob
string plugin_name = 8 [(.google.api.field_behavior) = IMMUTABLE];com.google.protobuf.ByteString getPluginData()
Data of the current plugin, with the size limited to 65KB.
bytes plugin_data = 9;boolean hasMetadata()
Output only. Scalar, Tensor, or Blob metadata for this TensorboardTimeSeries.
.google.cloud.aiplatform.v1.TensorboardTimeSeries.Metadata metadata = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
TensorboardTimeSeries.Metadata getMetadata()
Output only. Scalar, Tensor, or Blob metadata for this TensorboardTimeSeries.
.google.cloud.aiplatform.v1.TensorboardTimeSeries.Metadata metadata = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
TensorboardTimeSeries.MetadataOrBuilder getMetadataOrBuilder()
Output only. Scalar, Tensor, or Blob metadata for this TensorboardTimeSeries.
.google.cloud.aiplatform.v1.TensorboardTimeSeries.Metadata metadata = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2023 Google LLC. All rights reserved.