Package com.google.cloud.aiplatform.v1
Interface TensorboardTimeSeries.MetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TensorboardTimeSeries.Metadata
,TensorboardTimeSeries.Metadata.Builder
- Enclosing class:
- TensorboardTimeSeries
public static interface TensorboardTimeSeries.MetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getMaxBlobSequenceLength()
Output only.long
getMaxStep()
Output only.com.google.protobuf.Timestamp
getMaxWallTime()
Output only.com.google.protobuf.TimestampOrBuilder
getMaxWallTimeOrBuilder()
Output only.boolean
hasMaxWallTime()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMaxStep
long getMaxStep()
Output only. Max step index of all data points within a TensorboardTimeSeries.
int64 max_step = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The maxStep.
-
hasMaxWallTime
boolean hasMaxWallTime()
Output only. Max wall clock timestamp of all data points within a TensorboardTimeSeries.
.google.protobuf.Timestamp max_wall_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the maxWallTime field is set.
-
getMaxWallTime
com.google.protobuf.Timestamp getMaxWallTime()
Output only. Max wall clock timestamp of all data points within a TensorboardTimeSeries.
.google.protobuf.Timestamp max_wall_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The maxWallTime.
-
getMaxWallTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getMaxWallTimeOrBuilder()
Output only. Max wall clock timestamp of all data points within a TensorboardTimeSeries.
.google.protobuf.Timestamp max_wall_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getMaxBlobSequenceLength
long getMaxBlobSequenceLength()
Output only. The largest blob sequence length (number of blobs) of all data points in this time series, if its ValueType is BLOB_SEQUENCE.
int64 max_blob_sequence_length = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The maxBlobSequenceLength.
-
-