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

Tensorboard is a physical database that stores users' training metrics. A default Tensorboard is provided in each region of a Google Cloud project. If needed users can also create extra Tensorboards in their projects.

Attributes

  • blobStoragePathPrefix (type: String.t, default: nil) - Output only. Consumer project Cloud Storage path prefix used to store blob data, which can either be a bucket or directory. Does not end with a '/'.
  • createTime (type: DateTime.t, default: nil) - Output only. Timestamp when this Tensorboard was created.
  • description (type: String.t, default: nil) - Description of this Tensorboard.
  • displayName (type: String.t, default: nil) - Required. User provided name of this Tensorboard.
  • encryptionSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EncryptionSpec.t, default: nil) - Customer-managed encryption key spec for a Tensorboard. If set, this Tensorboard and all sub-resources of this Tensorboard will be secured by this key.
  • etag (type: String.t, default: nil) - Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
  • isDefault (type: boolean(), default: nil) - Used to indicate if the TensorBoard instance is the default one. Each project & region can have at most one default TensorBoard instance. Creation of a default TensorBoard instance and updating an existing TensorBoard instance to be default will mark all other TensorBoard instances (if any) as non default.
  • labels (type: map(), default: nil) - The labels with user-defined metadata to organize your Tensorboards. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Tensorboard (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
  • name (type: String.t, default: nil) - Output only. Name of the Tensorboard. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}
  • runCount (type: integer(), default: nil) - Output only. The number of Runs stored in this Tensorboard.
  • satisfiesPzi (type: boolean(), default: nil) - Output only. Reserved for future use.
  • satisfiesPzs (type: boolean(), default: nil) - Output only. Reserved for future use.
  • updateTime (type: DateTime.t, default: nil) - Output only. Timestamp when this Tensorboard was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Tensorboard{
  blobStoragePathPrefix: String.t() | nil,
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  encryptionSpec:
    GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EncryptionSpec.t()
    | nil,
  etag: String.t() | nil,
  isDefault: boolean() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  runCount: integer() | nil,
  satisfiesPzi: boolean() | nil,
  satisfiesPzs: boolean() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.