GoogleCloudAiplatformV1Tensorboard class

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.

Constructors

GoogleCloudAiplatformV1Tensorboard({String? blobStoragePathPrefix, String? createTime, String? description, String? displayName, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? etag, bool? isDefault, Map<String, String>? labels, String? name, int? runCount, String? updateTime})
GoogleCloudAiplatformV1Tensorboard.fromJson(Map json_)

Properties

blobStoragePathPrefix String?
Consumer project Cloud Storage path prefix used to store blob data, which can either be a bucket or directory.
getter/setter pair
createTime String?
Timestamp when this Tensorboard was created.
getter/setter pair
description String?
Description of this Tensorboard.
getter/setter pair
displayName String?
User provided name of this Tensorboard.
getter/setter pair
encryptionSpec GoogleCloudAiplatformV1EncryptionSpec?
Customer-managed encryption key spec for a Tensorboard.
getter/setter pair
etag String?
Used to perform a consistent read-modify-write updates.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDefault bool?
Used to indicate if the TensorBoard instance is the default one.
getter/setter pair
labels Map<String, String>?
The labels with user-defined metadata to organize your Tensorboards.
getter/setter pair
name String?
Name of the Tensorboard.
getter/setter pair
runCount int?
The number of Runs stored in this Tensorboard.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Timestamp when this Tensorboard was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited