Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStats

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

Represents the collection of statistics for a metric.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ModelMonitoringStats

Returns a new instance of GoogleCloudAiplatformV1beta1ModelMonitoringStats.



29868
29869
29870
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29868

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#tabular_statsGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats

A collection of data points that describes the time-varying values of a tabular metric. Corresponds to the JSON property tabularStats



29866
29867
29868
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29866

def tabular_stats
  @tabular_stats
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29873
29874
29875
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29873

def update!(**args)
  @tabular_stats = args[:tabular_stats] if args.key?(:tabular_stats)
end