public sealed class SyntheticExample : IMessage<SyntheticExample>, IEquatable<SyntheticExample>, IDeepCloneable<SyntheticExample>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1 API class SyntheticExample.
Represents a single synthetic example, composed of multiple fields. Used for providing few-shot examples in the request and for returning generated examples in the response.
Implements
IMessageSyntheticExample, IEquatableSyntheticExample, IDeepCloneableSyntheticExample, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
SyntheticExample()
public SyntheticExample()SyntheticExample(SyntheticExample)
public SyntheticExample(SyntheticExample other)| Parameter | |
|---|---|
| Name | Description |
other |
SyntheticExample |
Properties
Fields
public RepeatedField<SyntheticField> Fields { get; }Required. A list of fields that constitute an example.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSyntheticField |
|