Class: Google::Cloud::AIPlatform::V1::Int64Array

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/types.rb

Overview

A list of int64 values.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::Integer>

Returns A list of int64 values.

Returns:

  • (::Array<::Integer>)

    A list of int64 values.



46
47
48
49
# File 'proto_docs/google/cloud/aiplatform/v1/types.rb', line 46

class Int64Array
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end