public sealed class BoolArray : IMessage<BoolArray>, IEquatable<BoolArray>, IDeepCloneable<BoolArray>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class BoolArray.
A list of boolean values.
Implements
IMessageBoolArray, IEquatableBoolArray, IDeepCloneableBoolArray, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
BoolArray()
public BoolArray()BoolArray(BoolArray)
public BoolArray(BoolArray other)| Parameter | |
|---|---|
| Name | Description |
other |
BoolArray |
Properties
Values
public RepeatedField<bool> Values { get; }A list of bool values.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldbool |
|