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

One blob (e.g, image, graph) viewable on a blob metric plot.

Attributes

  • data (type: String.t, default: nil) - Optional. The bytes of the blob is not present unless it's returned by the ReadTensorboardBlobData endpoint.
  • id (type: String.t, default: nil) - Output only. A URI safe key uniquely identifying a blob. Can be used to locate the blob stored in the Cloud Storage bucket of the consumer project.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TensorboardBlob{
  data: String.t() | nil,
  id: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.