Cloud AI Platform v1 API - Class StructFieldValue (3.2.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class StructFieldValue.

One field of a Struct (or object) type feature value.

Inheritance

object > StructFieldValue

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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