Package com.google.cloud.aiplatform.v1
Interface TensorboardTimeSeriesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TensorboardTimeSeries
,TensorboardTimeSeries.Builder
public interface TensorboardTimeSeriesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Output only. Name of the TensorboardTimeSeries.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Output only. Name of the TensorboardTimeSeries.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for name.
-
getDisplayName
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];
- Returns:
- The displayName.
-
getDisplayNameBytes
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];
- Returns:
- The bytes for displayName.
-
getDescription
String getDescription()
Description of this TensorboardTimeSeries.
string description = 3;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Description of this TensorboardTimeSeries.
string description = 3;
- Returns:
- The bytes for description.
-
getValueTypeValue
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];
- Returns:
- The enum numeric value on the wire for valueType.
-
getValueType
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];
- Returns:
- The valueType.
-
hasCreateTime
boolean hasCreateTime()
Output only. Timestamp when this TensorboardTimeSeries was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the createTime field is set.
-
getCreateTime
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];
- Returns:
- The createTime.
-
getCreateTimeOrBuilder
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];
-
hasUpdateTime
boolean hasUpdateTime()
Output only. Timestamp when this TensorboardTimeSeries was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
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];
- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
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];
-
getEtag
String getEtag()
Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 7;
- Returns:
- The etag.
-
getEtagBytes
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;
- Returns:
- The bytes for etag.
-
getPluginName
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];
- Returns:
- The pluginName.
-
getPluginNameBytes
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];
- Returns:
- The bytes for pluginName.
-
getPluginData
com.google.protobuf.ByteString getPluginData()
Data of the current plugin, with the size limited to 65KB.
bytes plugin_data = 9;
- Returns:
- The pluginData.
-
hasMetadata
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];
- Returns:
- Whether the metadata field is set.
-
getMetadata
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];
- Returns:
- The metadata.
-
getMetadataOrBuilder
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];
-
-