View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TensorboardExperiment (google_api_ai_platform v0.13.0)
A TensorboardExperiment is a group of TensorboardRuns, that are typically the results of a training job run, in a Tensorboard.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when this TensorboardExperiment was created. -
description
(type:String.t
, default:nil
) - Description of this TensorboardExperiment. -
displayName
(type:String.t
, default:nil
) - User provided name of this TensorboardExperiment. -
etag
(type:String.t
, default:nil
) - Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. -
labels
(type:map()
, default:nil
) - The labels with user-defined metadata to organize your TensorboardExperiment. Label keys and values cannot be 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 Dataset (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed withaiplatform.googleapis.com/
and are immutable. The following system labels exist for each Dataset: *aiplatform.googleapis.com/dataset_metadata_schema
: output only. Its value is the metadata_schema's title. -
name
(type:String.t
, default:nil
) - Output only. Name of the TensorboardExperiment. Format:projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
-
source
(type:String.t
, default:nil
) - Immutable. Source of the TensorboardExperiment. Example: a custom training job. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when this TensorboardExperiment was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TensorboardExperiment{ createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, etag: String.t() | nil, labels: map() | nil, name: String.t() | nil, source: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.