Cloud AI Platform v1 API - Class BoolArray (2.27.0)

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

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

A list of boolean values.

Inheritance

object > BoolArray

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

BoolArray()

public BoolArray()

BoolArray(BoolArray)

public BoolArray(BoolArray other)
Parameter
NameDescription
otherBoolArray

Properties

Values

public RepeatedField<bool> Values { get; }

A list of bool values.

Property Value
TypeDescription
RepeatedFieldbool