View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TensorboardTimeSeriesMetadata (google_api_ai_platform v0.15.0)

Describes metadata for a TensorboardTimeSeries.

Attributes

  • maxBlobSequenceLength (type: String.t, default: nil) - Output only. The largest blob sequence length (number of blobs) of all data points in this time series, if its ValueType is BLOB_SEQUENCE.
  • maxStep (type: String.t, default: nil) - Output only. Max step index of all data points within a TensorboardTimeSeries.
  • maxWallTime (type: DateTime.t, default: nil) - Output only. Max wall clock timestamp of all data points within a TensorboardTimeSeries.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TensorboardTimeSeriesMetadata{
    maxBlobSequenceLength: String.t() | nil,
    maxStep: String.t() | nil,
    maxWallTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.