GoogleCloudAiplatformV1DatasetVersion class

Describes the dataset version.

Constructors

GoogleCloudAiplatformV1DatasetVersion({String? bigQueryDatasetName, String? createTime, String? displayName, String? etag, Object? metadata, String? name, String? updateTime})
GoogleCloudAiplatformV1DatasetVersion.fromJson(Map json_)

Properties

bigQueryDatasetName String?
Name of the associated BigQuery dataset.
getter/setter pair
createTime String?
Timestamp when this DatasetVersion was created.
getter/setter pair
displayName String?
The user-defined name of the DatasetVersion.
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
metadata Object?
Additional information about the DatasetVersion.
getter/setter pair
name String?
The resource name of the DatasetVersion.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Timestamp when this DatasetVersion 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