GoogleCloudAiplatformV1GenerateSyntheticDataRequest class

Request message for DataFoundryService.GenerateSyntheticData.

It contains the settings and information needed to generate synthetic data.

Properties

count int?
The number of synthetic examples to generate.
getter/setter pair
examples List<GoogleCloudAiplatformV1SyntheticExample>?
A list of few-shot examples that help the model understand the desired style, tone, and format of the generated synthetic data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
outputFieldSpecs List<GoogleCloudAiplatformV1OutputFieldSpec>?
Defines the schema of each synthetic example to be generated, defined by a list of fields.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskDescription GoogleCloudAiplatformV1TaskDescriptionStrategy?
Generates synthetic data based on a high-level description of the task or data you want.
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