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.



23475
23476
23477
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23475

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



23468
23469
23470
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23468

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)


23473
23474
23475
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23473

def total_slot_ms
  @total_slot_ms
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23480
23481
23482
23483
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23480

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