GoogleCloudAiplatformV1DataItem class

A piece of data in a Dataset.

Could be an image, a video, a document or plain text.

Constructors

GoogleCloudAiplatformV1DataItem({String? createTime, String? etag, Map<String, String>? labels, String? name, Object? payload, String? updateTime})
GoogleCloudAiplatformV1DataItem.fromJson(Map json_)

Properties

createTime String?
Timestamp when this DataItem was created.
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 DataItems.
getter/setter pair
name String?
The resource name of the DataItem.
getter/setter pair
payload Object?
The data that the DataItem represents (for example, an image or a text snippet).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Timestamp when this DataItem 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