Resource: Tensorboard
Tensorboard is a physical database that stores users' training metrics. A default Tensorboard is provided in each region of a GCP project. If needed users can also create extra Tensorboards in their projects.
JSON representation |
---|
{
"name": string,
"displayName": string,
"description": string,
"encryptionSpec": {
object ( |
Fields | |
---|---|
name |
Output only. Name of the Tensorboard. Format: |
displayName |
Required. User provided name of this Tensorboard. |
description |
Description of this Tensorboard. |
encryptionSpec |
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. |
blobStoragePathPrefix |
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 '/'. |
runCount |
Output only. The number of Runs stored in this Tensorboard. |
createTime |
Output only. Timestamp when this Tensorboard was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Timestamp when this Tensorboard was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
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. |
etag |
Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens. |
Methods |
|
---|---|
|
Creates a Tensorboard. |
|
Deletes a Tensorboard. |
|
Gets a Tensorboard. |
|
Lists Tensorboards in a Location. |
|
Updates a Tensorboard. |