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.



10404
10405
10406
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 10404

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



10397
10398
10399
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 10397

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)


10402
10403
10404
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 10402

def total_slot_ms
  @total_slot_ms
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10409
10410
10411
10412
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 10409

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