public sealed class StructFieldValue : IMessage<StructFieldValue>, IEquatable<StructFieldValue>, IDeepCloneable<StructFieldValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class StructFieldValue.
One field of a Struct (or object) type feature value.
Implements
IMessageStructFieldValue, IEquatableStructFieldValue, IDeepCloneableStructFieldValue, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
StructFieldValue()
public StructFieldValue()
StructFieldValue(StructFieldValue)
public StructFieldValue(StructFieldValue other)
Parameter | |
---|---|
Name | Description |
other |
StructFieldValue |
Properties
Name
public string Name { get; set; }
Name of the field in the struct feature.
Property Value | |
---|---|
Type | Description |
string |
Value
public FeatureValue Value { get; set; }
The value for this field.
Property Value | |
---|---|
Type | Description |
FeatureValue |