Class TimeSeriesData (3.77.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.77.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  TimeSeriesData   extends   GeneratedMessageV3   implements   TimeSeriesDataOrBuilder  
   All the data stored in a TensorboardTimeSeries.
 Protobuf type google.cloud.aiplatform.v1beta1.TimeSeriesData
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  
  
    
public   static   final   int   TENSORBOARD_TIME_SERIES_ID_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   VALUES_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   VALUE_TYPE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   TimeSeriesData   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   TimeSeriesData . Builder   newBuilder ()  
  
  
    
public   static   TimeSeriesData . Builder   newBuilder ( TimeSeriesData   prototype )  
  
  
  
    
public   static   TimeSeriesData   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   TimeSeriesData   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   TimeSeriesData   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   TimeSeriesData   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   TimeSeriesData   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   TimeSeriesData   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   TimeSeriesData   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   TimeSeriesData   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   TimeSeriesData   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   TimeSeriesData   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   TimeSeriesData   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   TimeSeriesData   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<TimeSeriesData>   parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   TimeSeriesData   getDefaultInstanceForType ()  
  
  
    
public   Parser<TimeSeriesData>   getParserForType ()  
  
  Overrides 
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
public   String   getTensorboardTimeSeriesId ()  
   Required. The ID of the TensorboardTimeSeries, which will become the final
 component of the TensorboardTimeSeries' resource name
 string tensorboard_time_series_id = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        Returns  
      
        Type Description  
      
        String The tensorboardTimeSeriesId.
 
     
  
  
    
public   ByteString   getTensorboardTimeSeriesIdBytes ()  
   Required. The ID of the TensorboardTimeSeries, which will become the final
 component of the TensorboardTimeSeries' resource name
 string tensorboard_time_series_id = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for tensorboardTimeSeriesId.
 
     
  
  
    
public   TensorboardTimeSeries . ValueType   getValueType ()  
   Required. Immutable. The value type of this time series. All the values in
 this time series data must match this value type.
 
 .google.cloud.aiplatform.v1beta1.TensorboardTimeSeries.ValueType value_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
 
    
public   int   getValueTypeValue ()  
   Required. Immutable. The value type of this time series. All the values in
 this time series data must match this value type.
 
 .google.cloud.aiplatform.v1beta1.TensorboardTimeSeries.ValueType value_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
 
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for valueType.
 
     
  
  
    
public   TimeSeriesDataPoint   getValues ( int   index )  
   Required. Data points in this time series.
 
 repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  
    
public   int   getValuesCount ()  
   Required. Data points in this time series.
 
 repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  
    
public   List<TimeSeriesDataPoint>   getValuesList ()  
   Required. Data points in this time series.
 
 repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
public   TimeSeriesDataPointOrBuilder   getValuesOrBuilder ( int   index )  
   Required. Data points in this time series.
 
 repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  
    
public   List <?   extends   TimeSeriesDataPointOrBuilder >  getValuesOrBuilderList ()  
   Required. Data points in this time series.
 
 repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        Returns  
      
        Type Description  
      
        List <? extends com.google.cloud.aiplatform.v1beta1.TimeSeriesDataPointOrBuilder > 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   TimeSeriesData . Builder   newBuilderForType ()  
  
  
    
protected   TimeSeriesData . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   TimeSeriesData . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]