Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::WriteTensorboardRunDataRequest (v0.9.1)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::WriteTensorboardRunDataRequest.

Request message for TensorboardService.WriteTensorboardRunData.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#tensorboard_run

def tensorboard_run() -> ::String
Returns
  • (::String) — Required. The resource name of the TensorboardRun to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}

#tensorboard_run=

def tensorboard_run=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the TensorboardRun to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
Returns
  • (::String) — Required. The resource name of the TensorboardRun to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}

#time_series_data

def time_series_data() -> ::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesData>
Returns
  • (::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesData>) — 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.

#time_series_data=

def time_series_data=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesData>
Parameter
  • value (::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesData>) — 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.
Returns
  • (::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesData>) — 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.