public sealed class Int64Array : IMessage<Int64Array>, IEquatable<Int64Array>, IDeepCloneable<Int64Array>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class Int64Array.
A list of int64 values.
Implements
IMessageInt64Array, IEquatableInt64Array, IDeepCloneableInt64Array, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Int64Array()
public Int64Array()
Int64Array(Int64Array)
public Int64Array(Int64Array other)
Parameter | |
---|---|
Name | Description |
other |
Int64Array |
Properties
Values
public RepeatedField<long> Values { get; }
A list of int64 values.
Property Value | |
---|---|
Type | Description |
RepeatedFieldlong |