Class: Google::Cloud::AIPlatform::V1::BoolArray

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 boolean values.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::Boolean>

Returns A list of bool values.

Returns:

  • (::Array<::Boolean>)

    A list of bool values.



28
29
30
31
# File 'proto_docs/google/cloud/aiplatform/v1/types.rb', line 28

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