Class TimeSeriesDataPoint

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.TimeSeriesDataPoint
All Implemented Interfaces:
TimeSeriesDataPointOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class TimeSeriesDataPoint extends com.google.protobuf.GeneratedMessage implements TimeSeriesDataPointOrBuilder
 A TensorboardTimeSeries data point.
 
Protobuf type google.cloud.aiplatform.v1.TimeSeriesDataPoint
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getValueCase

      public TimeSeriesDataPoint.ValueCase getValueCase()
      Specified by:
      getValueCase in interface TimeSeriesDataPointOrBuilder
    • hasScalar

      public boolean hasScalar()
       A scalar value.
       
      .google.cloud.aiplatform.v1.Scalar scalar = 3;
      Specified by:
      hasScalar in interface TimeSeriesDataPointOrBuilder
      Returns:
      Whether the scalar field is set.
    • getScalar

      public Scalar getScalar()
       A scalar value.
       
      .google.cloud.aiplatform.v1.Scalar scalar = 3;
      Specified by:
      getScalar in interface TimeSeriesDataPointOrBuilder
      Returns:
      The scalar.
    • getScalarOrBuilder

      public ScalarOrBuilder getScalarOrBuilder()
       A scalar value.
       
      .google.cloud.aiplatform.v1.Scalar scalar = 3;
      Specified by:
      getScalarOrBuilder in interface TimeSeriesDataPointOrBuilder
    • hasTensor

      public boolean hasTensor()
       A tensor value.
       
      .google.cloud.aiplatform.v1.TensorboardTensor tensor = 4;
      Specified by:
      hasTensor in interface TimeSeriesDataPointOrBuilder
      Returns:
      Whether the tensor field is set.
    • getTensor

      public TensorboardTensor getTensor()
       A tensor value.
       
      .google.cloud.aiplatform.v1.TensorboardTensor tensor = 4;
      Specified by:
      getTensor in interface TimeSeriesDataPointOrBuilder
      Returns:
      The tensor.
    • getTensorOrBuilder

      public TensorboardTensorOrBuilder getTensorOrBuilder()
       A tensor value.
       
      .google.cloud.aiplatform.v1.TensorboardTensor tensor = 4;
      Specified by:
      getTensorOrBuilder in interface TimeSeriesDataPointOrBuilder
    • hasBlobs

      public boolean hasBlobs()
       A blob sequence value.
       
      .google.cloud.aiplatform.v1.TensorboardBlobSequence blobs = 5;
      Specified by:
      hasBlobs in interface TimeSeriesDataPointOrBuilder
      Returns:
      Whether the blobs field is set.
    • getBlobs

      public TensorboardBlobSequence getBlobs()
       A blob sequence value.
       
      .google.cloud.aiplatform.v1.TensorboardBlobSequence blobs = 5;
      Specified by:
      getBlobs in interface TimeSeriesDataPointOrBuilder
      Returns:
      The blobs.
    • getBlobsOrBuilder

      public TensorboardBlobSequenceOrBuilder getBlobsOrBuilder()
       A blob sequence value.
       
      .google.cloud.aiplatform.v1.TensorboardBlobSequence blobs = 5;
      Specified by:
      getBlobsOrBuilder in interface TimeSeriesDataPointOrBuilder
    • hasWallTime

      public boolean hasWallTime()
       Wall clock timestamp when this data point is generated by the end user.
       
      .google.protobuf.Timestamp wall_time = 1;
      Specified by:
      hasWallTime in interface TimeSeriesDataPointOrBuilder
      Returns:
      Whether the wallTime field is set.
    • getWallTime

      public com.google.protobuf.Timestamp getWallTime()
       Wall clock timestamp when this data point is generated by the end user.
       
      .google.protobuf.Timestamp wall_time = 1;
      Specified by:
      getWallTime in interface TimeSeriesDataPointOrBuilder
      Returns:
      The wallTime.
    • getWallTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getWallTimeOrBuilder()
       Wall clock timestamp when this data point is generated by the end user.
       
      .google.protobuf.Timestamp wall_time = 1;
      Specified by:
      getWallTimeOrBuilder in interface TimeSeriesDataPointOrBuilder
    • getStep

      public long getStep()
       Step index of this data point within the run.
       
      int64 step = 2;
      Specified by:
      getStep in interface TimeSeriesDataPointOrBuilder
      Returns:
      The step.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static TimeSeriesDataPoint parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TimeSeriesDataPoint parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TimeSeriesDataPoint parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TimeSeriesDataPoint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TimeSeriesDataPoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TimeSeriesDataPoint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TimeSeriesDataPoint parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TimeSeriesDataPoint parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static TimeSeriesDataPoint parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static TimeSeriesDataPoint parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TimeSeriesDataPoint parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TimeSeriesDataPoint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public TimeSeriesDataPoint.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static TimeSeriesDataPoint.Builder newBuilder()
    • newBuilder

      public static TimeSeriesDataPoint.Builder newBuilder(TimeSeriesDataPoint prototype)
    • toBuilder

      public TimeSeriesDataPoint.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected TimeSeriesDataPoint.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static TimeSeriesDataPoint getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<TimeSeriesDataPoint> parser()
    • getParserForType

      public com.google.protobuf.Parser<TimeSeriesDataPoint> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public TimeSeriesDataPoint getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder