GoogleCloudAiplatformV1OutputFieldSpec class

Specifies the properties of a single field that are included in each generated synthetic example.

This helps the model understand what kind of data to generate for each field.

Properties

fieldName String?
The name of this field in the generated synthetic data, such as "email_subject" or "customer_review".
getter/setter pair
fieldType String?
The data type of the field.
getter/setter pair
guidance String?
Specific instructions for the large language model on how to generate content for this particular field.
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