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

Request message for TensorboardService.BatchCreateTensorboardTimeSeries.

Attributes

  • requests (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreateTensorboardTimeSeriesRequest.t), default: nil) - Required. The request message specifying the TensorboardTimeSeries to create. A maximum of 1000 TensorboardTimeSeries can be created in a batch.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesRequest{
    requests:
      [
        GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreateTensorboardTimeSeriesRequest.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.