Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeaturestoreMonitoringConfigImportFeaturesAnalysis
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeaturestoreMonitoringConfigImportFeaturesAnalysis
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Configuration of the Featurestore's ImportFeature Analysis Based Monitoring. This type of analysis generates statistics for values of each Feature imported by every ImportFeatureValues operation.
Instance Attribute Summary collapse
-
#anomaly_detection_baseline ⇒ String
The baseline used to do anomaly detection for the statistics generated by import features analysis.
-
#state ⇒ String
Whether to enable / disable / inherite default hebavior for import features analysis.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1FeaturestoreMonitoringConfigImportFeaturesAnalysis
constructor
A new instance of GoogleCloudAiplatformV1FeaturestoreMonitoringConfigImportFeaturesAnalysis.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1FeaturestoreMonitoringConfigImportFeaturesAnalysis
Returns a new instance of GoogleCloudAiplatformV1FeaturestoreMonitoringConfigImportFeaturesAnalysis.
9631 9632 9633 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9631 def initialize(**args) update!(**args) end |
Instance Attribute Details
#anomaly_detection_baseline ⇒ String
The baseline used to do anomaly detection for the statistics generated by
import features analysis.
Corresponds to the JSON property anomalyDetectionBaseline
9623 9624 9625 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9623 def anomaly_detection_baseline @anomaly_detection_baseline end |
#state ⇒ String
Whether to enable / disable / inherite default hebavior for import features
analysis.
Corresponds to the JSON property state
9629 9630 9631 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9629 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9636 9637 9638 9639 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9636 def update!(**args) @anomaly_detection_baseline = args[:anomaly_detection_baseline] if args.key?(:anomaly_detection_baseline) @state = args[:state] if args.key?(:state) end |