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

TensorboardTimeSeries maps to times series produced in training runs

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Timestamp when this TensorboardTimeSeries was created.
  • description (type: String.t, default: nil) - Description of this TensorboardTimeSeries.
  • displayName (type: String.t, default: nil) - Required. User provided name of this TensorboardTimeSeries. This value should be unique among all TensorboardTimeSeries resources belonging to the same TensorboardRun resource (parent resource).
  • etag (type: String.t, default: nil) - Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
  • metadata (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TensorboardTimeSeriesMetadata.t, default: nil) - Output only. Scalar, Tensor, or Blob metadata for this TensorboardTimeSeries.
  • name (type: String.t, default: nil) - Output only. Name of the TensorboardTimeSeries.
  • pluginData (type: String.t, default: nil) - Data of the current plugin, with the size limited to 65KB.
  • pluginName (type: String.t, default: nil) - Immutable. Name of the plugin this time series pertain to. Such as Scalar, Tensor, Blob
  • updateTime (type: DateTime.t, default: nil) - Output only. Timestamp when this TensorboardTimeSeries was last updated.
  • valueType (type: String.t, default: nil) - Required. Immutable. Type of TensorboardTimeSeries value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TensorboardTimeSeries{
    createTime: DateTime.t() | nil,
    description: String.t() | nil,
    displayName: String.t() | nil,
    etag: String.t() | nil,
    metadata:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TensorboardTimeSeriesMetadata.t()
      | nil,
    name: String.t() | nil,
    pluginData: String.t() | nil,
    pluginName: String.t() | nil,
    updateTime: DateTime.t() | nil,
    valueType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.