class Google::Apis::SpannerV1::MetricMatrixRow

A message representing a row of a matrix of floats.

Attributes

cols[RW]

The columns of the row. Corresponds to the JSON property `cols` @return [Array<Float>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/spanner_v1/classes.rb, line 2382
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/spanner_v1/classes.rb, line 2387
def update!(**args)
  @cols = args[:cols] if args.key?(:cols)
end