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.



15510
15511
15512
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15510

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



15503
15504
15505
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15503

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)


15508
15509
15510
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15508

def total_slot_ms
  @total_slot_ms
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15515
15516
15517
15518
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15515

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