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

Request message for TensorboardService.BatchCreateTensorboardRuns.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.