Interface WriteTensorboardRunDataRequestOrBuilder

    • Method Detail

      • getTensorboardRun

        String getTensorboardRun()
         Required. The resource name of the TensorboardRun to write data to.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
         
        string tensorboard_run = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The tensorboardRun.
      • getTensorboardRunBytes

        com.google.protobuf.ByteString getTensorboardRunBytes()
         Required. The resource name of the TensorboardRun to write data to.
         Format:
         `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
         
        string tensorboard_run = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for tensorboardRun.
      • getTimeSeriesDataList

        List<TimeSeriesData> getTimeSeriesDataList()
         Required. The TensorboardTimeSeries data to write.
         Values with in a time series are indexed by their step value.
         Repeated writes to the same step will overwrite the existing value for that
         step.
         The upper limit of data points per write request is 5000.
         
        repeated .google.cloud.aiplatform.v1beta1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
      • getTimeSeriesData

        TimeSeriesData getTimeSeriesData​(int index)
         Required. The TensorboardTimeSeries data to write.
         Values with in a time series are indexed by their step value.
         Repeated writes to the same step will overwrite the existing value for that
         step.
         The upper limit of data points per write request is 5000.
         
        repeated .google.cloud.aiplatform.v1beta1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
      • getTimeSeriesDataCount

        int getTimeSeriesDataCount()
         Required. The TensorboardTimeSeries data to write.
         Values with in a time series are indexed by their step value.
         Repeated writes to the same step will overwrite the existing value for that
         step.
         The upper limit of data points per write request is 5000.
         
        repeated .google.cloud.aiplatform.v1beta1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
      • getTimeSeriesDataOrBuilderList

        List<? extends TimeSeriesDataOrBuilder> getTimeSeriesDataOrBuilderList()
         Required. The TensorboardTimeSeries data to write.
         Values with in a time series are indexed by their step value.
         Repeated writes to the same step will overwrite the existing value for that
         step.
         The upper limit of data points per write request is 5000.
         
        repeated .google.cloud.aiplatform.v1beta1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];
      • getTimeSeriesDataOrBuilder

        TimeSeriesDataOrBuilder getTimeSeriesDataOrBuilder​(int index)
         Required. The TensorboardTimeSeries data to write.
         Values with in a time series are indexed by their step value.
         Repeated writes to the same step will overwrite the existing value for that
         step.
         The upper limit of data points per write request is 5000.
         
        repeated .google.cloud.aiplatform.v1beta1.TimeSeriesData time_series_data = 2 [(.google.api.field_behavior) = REQUIRED];