Interface ReadTensorboardTimeSeriesDataRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFilter()
      Reads the TensorboardTimeSeries' data that match the filter expression.
      com.google.protobuf.ByteString getFilterBytes()
      Reads the TensorboardTimeSeries' data that match the filter expression.
      int getMaxDataPoints()
      The maximum number of TensorboardTimeSeries' data to return.
      String getTensorboardTimeSeries()
      Required.
      com.google.protobuf.ByteString getTensorboardTimeSeriesBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTensorboardTimeSeries

        String getTensorboardTimeSeries()
         Required. The resource name of the TensorboardTimeSeries to read data from.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        string tensorboard_time_series = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The tensorboardTimeSeries.
      • getTensorboardTimeSeriesBytes

        com.google.protobuf.ByteString getTensorboardTimeSeriesBytes()
         Required. The resource name of the TensorboardTimeSeries to read data from.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
         
        string tensorboard_time_series = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for tensorboardTimeSeries.
      • getMaxDataPoints

        int getMaxDataPoints()
         The maximum number of TensorboardTimeSeries' data to return.
        
         This value should be a positive integer.
         This value can be set to -1 to return all data.
         
        int32 max_data_points = 2;
        Returns:
        The maxDataPoints.
      • getFilter

        String getFilter()
         Reads the TensorboardTimeSeries' data that match the filter expression.
         
        string filter = 3;
        Returns:
        The filter.
      • getFilterBytes

        com.google.protobuf.ByteString getFilterBytes()
         Reads the TensorboardTimeSeries' data that match the filter expression.
         
        string filter = 3;
        Returns:
        The bytes for filter.