GoogleCloudAiplatformV1TensorboardRun class

TensorboardRun maps to a specific execution of a training job with a given set of hyperparameter values, model definition, dataset, etc

Constructors

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

Properties

createTime String?
Timestamp when this TensorboardRun was created.
getter/setter pair
description String?
Description of this TensorboardRun.
getter/setter pair
displayName String?
User provided name of this TensorboardRun.
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
labels Map<String, String>?
The labels with user-defined metadata to organize your TensorboardRuns.
getter/setter pair
name String?
Name of the TensorboardRun.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Timestamp when this TensorboardRun 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