DataItem class final

A piece of data in a Dataset. Could be an image, a video, a document or plain text.

Inheritance
  • Object
  • ProtoMessage
  • DataItem

Constructors

DataItem({String name = '', Timestamp? createTime, Timestamp? updateTime, Map<String, String> labels = const {}, required Value? payload, String etag = '', bool satisfiesPzs = false, bool satisfiesPzi = false})
DataItem.fromJson(Map<String, dynamic> json)
factory

Properties

createTime → Timestamp?
Output only. Timestamp when this DataItem was created.
final
etag String
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
final
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>
Optional. The labels with user-defined metadata to organize your DataItems.
final
name String
Output only. The resource name of the DataItem.
final
payload → Value?
Required. The data that the DataItem represents (for example, an image or a text snippet). The schema of the payload is stored in the parent Dataset's google.cloud.aiplatform.v1beta1.Dataset.metadata_schema_uri dataItemSchemaUri field.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satisfiesPzi bool
Output only. Reserved for future use.
final
satisfiesPzs bool
Output only. Reserved for future use.
final
updateTime → Timestamp?
Output only. Timestamp when this DataItem was last updated.
final

Methods

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

Operators

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

Constants

fullyQualifiedName → const String