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

Response message for TensorboardService.ReadTensorboardUsage.

Attributes

  • monthlyUsageData (type: %{optional(String.t) => GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadTensorboardUsageResponsePerMonthUsageData.t}, default: nil) - Maps year-month (YYYYMM) string to per month usage data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadTensorboardUsageResponse{
    monthlyUsageData:
      %{
        optional(String.t()) =>
          GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadTensorboardUsageResponsePerMonthUsageData.t()
      }
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.