public final class TimeSeriesDataPoint extends com.google.protobuf.GeneratedMessageV3 implements TimeSeriesDataPointOrBuilder
A TensorboardTimeSeries data point.Protobuf type
google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint| Modifier and Type | Class and Description |
|---|---|
static class |
TimeSeriesDataPoint.Builder
A TensorboardTimeSeries data point.
|
static class |
TimeSeriesDataPoint.ValueCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BLOBS_FIELD_NUMBER |
static int |
SCALAR_FIELD_NUMBER |
static int |
STEP_FIELD_NUMBER |
static int |
TENSOR_FIELD_NUMBER |
static int |
WALL_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TensorboardBlobSequence |
getBlobs()
A blob sequence value.
|
TensorboardBlobSequenceOrBuilder |
getBlobsOrBuilder()
A blob sequence value.
|
static TimeSeriesDataPoint |
getDefaultInstance() |
TimeSeriesDataPoint |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<TimeSeriesDataPoint> |
getParserForType() |
Scalar |
getScalar()
A scalar value.
|
ScalarOrBuilder |
getScalarOrBuilder()
A scalar value.
|
int |
getSerializedSize() |
long |
getStep()
Step index of this data point within the run.
|
TensorboardTensor |
getTensor()
A tensor value.
|
TensorboardTensorOrBuilder |
getTensorOrBuilder()
A tensor value.
|
TimeSeriesDataPoint.ValueCase |
getValueCase() |
com.google.protobuf.Timestamp |
getWallTime()
Wall clock timestamp when this data point is generated by the end user.
|
com.google.protobuf.TimestampOrBuilder |
getWallTimeOrBuilder()
Wall clock timestamp when this data point is generated by the end user.
|
boolean |
hasBlobs()
A blob sequence value.
|
int |
hashCode() |
boolean |
hasScalar()
A scalar value.
|
boolean |
hasTensor()
A tensor value.
|
boolean |
hasWallTime()
Wall clock timestamp when this data point is generated by the end user.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TimeSeriesDataPoint.Builder |
newBuilder() |
static TimeSeriesDataPoint.Builder |
newBuilder(TimeSeriesDataPoint prototype) |
TimeSeriesDataPoint.Builder |
newBuilderForType() |
protected TimeSeriesDataPoint.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TimeSeriesDataPoint |
parseDelimitedFrom(InputStream input) |
static TimeSeriesDataPoint |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimeSeriesDataPoint |
parseFrom(byte[] data) |
static TimeSeriesDataPoint |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimeSeriesDataPoint |
parseFrom(ByteBuffer data) |
static TimeSeriesDataPoint |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimeSeriesDataPoint |
parseFrom(com.google.protobuf.ByteString data) |
static TimeSeriesDataPoint |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimeSeriesDataPoint |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TimeSeriesDataPoint |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TimeSeriesDataPoint |
parseFrom(InputStream input) |
static TimeSeriesDataPoint |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TimeSeriesDataPoint> |
parser() |
TimeSeriesDataPoint.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SCALAR_FIELD_NUMBER
public static final int TENSOR_FIELD_NUMBER
public static final int BLOBS_FIELD_NUMBER
public static final int WALL_TIME_FIELD_NUMBER
public static final int STEP_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public TimeSeriesDataPoint.ValueCase getValueCase()
getValueCase in interface TimeSeriesDataPointOrBuilderpublic boolean hasScalar()
A scalar value.
.google.cloud.aiplatform.v1beta1.Scalar scalar = 3;hasScalar in interface TimeSeriesDataPointOrBuilderpublic Scalar getScalar()
A scalar value.
.google.cloud.aiplatform.v1beta1.Scalar scalar = 3;getScalar in interface TimeSeriesDataPointOrBuilderpublic ScalarOrBuilder getScalarOrBuilder()
A scalar value.
.google.cloud.aiplatform.v1beta1.Scalar scalar = 3;getScalarOrBuilder in interface TimeSeriesDataPointOrBuilderpublic boolean hasTensor()
A tensor value.
.google.cloud.aiplatform.v1beta1.TensorboardTensor tensor = 4;hasTensor in interface TimeSeriesDataPointOrBuilderpublic TensorboardTensor getTensor()
A tensor value.
.google.cloud.aiplatform.v1beta1.TensorboardTensor tensor = 4;getTensor in interface TimeSeriesDataPointOrBuilderpublic TensorboardTensorOrBuilder getTensorOrBuilder()
A tensor value.
.google.cloud.aiplatform.v1beta1.TensorboardTensor tensor = 4;getTensorOrBuilder in interface TimeSeriesDataPointOrBuilderpublic boolean hasBlobs()
A blob sequence value.
.google.cloud.aiplatform.v1beta1.TensorboardBlobSequence blobs = 5;hasBlobs in interface TimeSeriesDataPointOrBuilderpublic TensorboardBlobSequence getBlobs()
A blob sequence value.
.google.cloud.aiplatform.v1beta1.TensorboardBlobSequence blobs = 5;getBlobs in interface TimeSeriesDataPointOrBuilderpublic TensorboardBlobSequenceOrBuilder getBlobsOrBuilder()
A blob sequence value.
.google.cloud.aiplatform.v1beta1.TensorboardBlobSequence blobs = 5;getBlobsOrBuilder in interface TimeSeriesDataPointOrBuilderpublic boolean hasWallTime()
Wall clock timestamp when this data point is generated by the end user.
.google.protobuf.Timestamp wall_time = 1;hasWallTime in interface TimeSeriesDataPointOrBuilderpublic com.google.protobuf.Timestamp getWallTime()
Wall clock timestamp when this data point is generated by the end user.
.google.protobuf.Timestamp wall_time = 1;getWallTime in interface TimeSeriesDataPointOrBuilderpublic com.google.protobuf.TimestampOrBuilder getWallTimeOrBuilder()
Wall clock timestamp when this data point is generated by the end user.
.google.protobuf.Timestamp wall_time = 1;getWallTimeOrBuilder in interface TimeSeriesDataPointOrBuilderpublic long getStep()
Step index of this data point within the run.
int64 step = 2;getStep in interface TimeSeriesDataPointOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TimeSeriesDataPoint parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TimeSeriesDataPoint parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TimeSeriesDataPoint parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TimeSeriesDataPoint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TimeSeriesDataPoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TimeSeriesDataPoint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TimeSeriesDataPoint parseFrom(InputStream input) throws IOException
IOExceptionpublic static TimeSeriesDataPoint parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TimeSeriesDataPoint parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TimeSeriesDataPoint parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TimeSeriesDataPoint parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TimeSeriesDataPoint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TimeSeriesDataPoint.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TimeSeriesDataPoint.Builder newBuilder()
public static TimeSeriesDataPoint.Builder newBuilder(TimeSeriesDataPoint prototype)
public TimeSeriesDataPoint.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TimeSeriesDataPoint.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TimeSeriesDataPoint getDefaultInstance()
public static com.google.protobuf.Parser<TimeSeriesDataPoint> parser()
public com.google.protobuf.Parser<TimeSeriesDataPoint> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TimeSeriesDataPoint getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.