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.



15444
15445
15446
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15444

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



15437
15438
15439
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15437

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)


15442
15443
15444
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15442

def total_slot_ms
  @total_slot_ms
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15449
15450
15451
15452
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15449

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