examples property

List<GoogleCloudAiplatformV1SyntheticExample>? examples
getter/setter pair

A list of few-shot examples that help the model understand the desired style, tone, and format of the generated synthetic data.

Providing these few-shot examples can significantly improve the quality and relevance of the output.

Optional.

Implementation

core.List<GoogleCloudAiplatformV1SyntheticExample>? examples;