Cloud AI Platform v1 API - Class Int64Array (2.27.0)

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

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

A list of int64 values.

Inheritance

object > Int64Array

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Int64Array()

public Int64Array()

Int64Array(Int64Array)

public Int64Array(Int64Array other)
Parameter
NameDescription
otherInt64Array

Properties

Values

public RepeatedField<long> Values { get; }

A list of int64 values.

Property Value
TypeDescription
RepeatedFieldlong