Vertex AI v1 API - Class SyntheticExample (3.45.0)

public sealed class SyntheticExample : IMessage<SyntheticExample>, IEquatable<SyntheticExample>, IDeepCloneable<SyntheticExample>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > SyntheticExample

Namespace

Google.Cloud.AIPlatform.V1

Assembly

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