Vertex AI v1 API - Class SyntheticField (3.45.0)

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

Reference documentation and code samples for the Vertex AI v1 API class SyntheticField.

Represents a single named field within a SyntheticExample.

Inheritance

object > SyntheticField

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SyntheticField()

public SyntheticField()

SyntheticField(SyntheticField)

public SyntheticField(SyntheticField other)
Parameter
Name Description
other SyntheticField

Properties

Content

public Content Content { get; set; }

Required. The content of the field.

Property Value
Type Description
Content

FieldName

public string FieldName { get; set; }

Optional. The name of the field.

Property Value
Type Description
string