Cloud AI Platform v1 API - Class StructValue (3.2.0)

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

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

Struct (or object) type feature value.

Inheritance

object > StructValue

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

StructValue()

public StructValue()

StructValue(StructValue)

public StructValue(StructValue other)
Parameter
Name Description
other StructValue

Properties

Values

public RepeatedField<StructFieldValue> Values { get; }

A list of field values.

Property Value
Type Description
RepeatedFieldStructFieldValue