GoogleCloudAiplatformV1TensorboardExperiment class

A TensorboardExperiment is a group of TensorboardRuns, that are typically the results of a training job run, in a Tensorboard.

Constructors

GoogleCloudAiplatformV1TensorboardExperiment({String? createTime, String? description, String? displayName, String? etag, Map<String, String>? labels, String? name, String? source, String? updateTime})
GoogleCloudAiplatformV1TensorboardExperiment.fromJson(Map json_)

Properties

createTime String?
Timestamp when this TensorboardExperiment was created.
getter/setter pair
description String?
Description of this TensorboardExperiment.
getter/setter pair
displayName String?
User provided name of this TensorboardExperiment.
getter/setter pair
etag String?
Used to perform consistent read-modify-write updates.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels with user-defined metadata to organize your TensorboardExperiment.
getter/setter pair
name String?
Name of the TensorboardExperiment.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
Source of the TensorboardExperiment.
getter/setter pair
updateTime String?
Timestamp when this TensorboardExperiment 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