Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureMonitorJobJobSummary

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

Summary from the FeatureMonitorJob.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FeatureMonitorJobJobSummary

Returns a new instance of GoogleCloudAiplatformV1beta1FeatureMonitorJobJobSummary.



21759
21760
21761
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21759

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

Instance Attribute Details

#feature_stats_and_anomaliesArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureStatsAndAnomaly>

Output only. Features and their stats and anomalies Corresponds to the JSON property featureStatsAndAnomalies



21752
21753
21754
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21752

def feature_stats_and_anomalies
  @feature_stats_and_anomalies
end

#total_slot_msFixnum

Output only. BigQuery slot milliseconds consumed. Corresponds to the JSON property totalSlotMs

Returns:

  • (Fixnum)


21757
21758
21759
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21757

def total_slot_ms
  @total_slot_ms
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21764
21765
21766
21767
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21764

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