GoogleCloudAiplatformV1SyntheticField class

Represents a single named field within a synthetic example, consisting of a name and the actual content.

Properties

content GoogleCloudAiplatformV1Content?
The actual content or value for this field.
getter/setter pair
fieldName String?
The name of the specific field, such as "product_name" or "review_text".
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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