View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1WriteTensorboardRunDataRequest (google_api_ai_platform v0.13.0)

Request message for TensorboardService.WriteTensorboardRunData.

Attributes

  • tensorboardRun (type: String.t, default: nil) - Required. The resource name of the TensorboardRun to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
  • timeSeriesData (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TimeSeriesData.t), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1WriteTensorboardRunDataRequest{
    tensorboardRun: String.t() | nil,
    timeSeriesData:
      [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TimeSeriesData.t()]
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.