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.
Implements
IMessageSyntheticField, IEquatableSyntheticField, IDeepCloneableSyntheticField, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
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 |