class Google::Apis::SpannerV1::MetricMatrix

A message representing a matrix of floats.

Attributes

rows[RW]

The rows of the matrix. Corresponds to the JSON property `rows` @return [Array<Google::Apis::SpannerV1::MetricMatrixRow>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/spanner_v1/classes.rb, line 2363
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 2368
def update!(**args)
  @rows = args[:rows] if args.key?(:rows)
end