Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.aiplatform/v1beta1.getFeatureStoreFeature
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets details of a single Feature.
Using getFeatureStoreFeature
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFeatureStoreFeature(args: GetFeatureStoreFeatureArgs, opts?: InvokeOptions): Promise<GetFeatureStoreFeatureResult>
function getFeatureStoreFeatureOutput(args: GetFeatureStoreFeatureOutputArgs, opts?: InvokeOptions): Output<GetFeatureStoreFeatureResult>
def get_feature_store_feature(entity_type_id: Optional[str] = None,
feature_id: Optional[str] = None,
featurestore_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFeatureStoreFeatureResult
def get_feature_store_feature_output(entity_type_id: Optional[pulumi.Input[str]] = None,
feature_id: Optional[pulumi.Input[str]] = None,
featurestore_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFeatureStoreFeatureResult]
func LookupFeatureStoreFeature(ctx *Context, args *LookupFeatureStoreFeatureArgs, opts ...InvokeOption) (*LookupFeatureStoreFeatureResult, error)
func LookupFeatureStoreFeatureOutput(ctx *Context, args *LookupFeatureStoreFeatureOutputArgs, opts ...InvokeOption) LookupFeatureStoreFeatureResultOutput
> Note: This function is named LookupFeatureStoreFeature
in the Go SDK.
public static class GetFeatureStoreFeature
{
public static Task<GetFeatureStoreFeatureResult> InvokeAsync(GetFeatureStoreFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetFeatureStoreFeatureResult> Invoke(GetFeatureStoreFeatureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFeatureStoreFeatureResult> getFeatureStoreFeature(GetFeatureStoreFeatureArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:aiplatform/v1beta1:getFeatureStoreFeature
arguments:
# arguments dictionary
The following arguments are supported:
- Entity
Type stringId - Feature
Id string - Featurestore
Id string - Location string
- Project string
- Entity
Type stringId - Feature
Id string - Featurestore
Id string - Location string
- Project string
- entity
Type StringId - feature
Id String - featurestore
Id String - location String
- project String
- entity
Type stringId - feature
Id string - featurestore
Id string - location string
- project string
- entity_
type_ strid - feature_
id str - featurestore_
id str - location str
- project str
- entity
Type StringId - feature
Id String - featurestore
Id String - location String
- project String
getFeatureStoreFeature Result
The following output properties are available:
- Create
Time string - Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.
- Description string
- Description of the Feature.
- Disable
Monitoring bool - Optional. Only applicable for Vertex AI Feature Store (Legacy). If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.
- Etag string
- Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- Labels Dictionary<string, string>
- Optional. The labels with user-defined metadata to organize your Features. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one Feature (System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
- Monitoring
Config Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Featurestore Monitoring Config Response - Optional. Only applicable for Vertex AI Feature Store (Legacy). Deprecated: The custom monitoring configuration for this Feature, if not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If this is populated with FeaturestoreMonitoringConfig.disabled = true, snapshot analysis monitoring is disabled; if FeaturestoreMonitoringConfig.monitoring_interval specified, snapshot analysis monitoring is enabled. Otherwise, snapshot analysis monitoring config is same as the EntityType's this Feature belongs to.
- Monitoring
Stats List<Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Feature Stats Anomaly Response> - Only applicable for Vertex AI Feature Store (Legacy). A list of historical SnapshotAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.
- Monitoring
Stats List<Pulumi.Anomalies Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Feature Monitoring Stats Anomaly Response> - Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
- Name string
- Immutable. Name of the Feature. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}
projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}
The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type. - Update
Time string - Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.
- Value
Type string - Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value.
- Version
Column stringName - Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View columnn hosting data for this version. If no value is provided, will use feature_id.
- Create
Time string - Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.
- Description string
- Description of the Feature.
- Disable
Monitoring bool - Optional. Only applicable for Vertex AI Feature Store (Legacy). If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.
- Etag string
- Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- Labels map[string]string
- Optional. The labels with user-defined metadata to organize your Features. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one Feature (System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
- Monitoring
Config GoogleCloud Aiplatform V1beta1Featurestore Monitoring Config Response - Optional. Only applicable for Vertex AI Feature Store (Legacy). Deprecated: The custom monitoring configuration for this Feature, if not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If this is populated with FeaturestoreMonitoringConfig.disabled = true, snapshot analysis monitoring is disabled; if FeaturestoreMonitoringConfig.monitoring_interval specified, snapshot analysis monitoring is enabled. Otherwise, snapshot analysis monitoring config is same as the EntityType's this Feature belongs to.
- Monitoring
Stats []GoogleCloud Aiplatform V1beta1Feature Stats Anomaly Response - Only applicable for Vertex AI Feature Store (Legacy). A list of historical SnapshotAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.
- Monitoring
Stats []GoogleAnomalies Cloud Aiplatform V1beta1Feature Monitoring Stats Anomaly Response - Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
- Name string
- Immutable. Name of the Feature. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}
projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}
The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type. - Update
Time string - Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.
- Value
Type string - Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value.
- Version
Column stringName - Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View columnn hosting data for this version. If no value is provided, will use feature_id.
- create
Time String - Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.
- description String
- Description of the Feature.
- disable
Monitoring Boolean - Optional. Only applicable for Vertex AI Feature Store (Legacy). If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.
- etag String
- Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels Map<String,String>
- Optional. The labels with user-defined metadata to organize your Features. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one Feature (System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
- monitoring
Config GoogleCloud Aiplatform V1beta1Featurestore Monitoring Config Response - Optional. Only applicable for Vertex AI Feature Store (Legacy). Deprecated: The custom monitoring configuration for this Feature, if not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If this is populated with FeaturestoreMonitoringConfig.disabled = true, snapshot analysis monitoring is disabled; if FeaturestoreMonitoringConfig.monitoring_interval specified, snapshot analysis monitoring is enabled. Otherwise, snapshot analysis monitoring config is same as the EntityType's this Feature belongs to.
- monitoring
Stats List<GoogleCloud Aiplatform V1beta1Feature Stats Anomaly Response> - Only applicable for Vertex AI Feature Store (Legacy). A list of historical SnapshotAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.
- monitoring
Stats List<GoogleAnomalies Cloud Aiplatform V1beta1Feature Monitoring Stats Anomaly Response> - Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
- name String
- Immutable. Name of the Feature. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}
projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}
The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type. - update
Time String - Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.
- value
Type String - Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value.
- version
Column StringName - Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View columnn hosting data for this version. If no value is provided, will use feature_id.
- create
Time string - Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.
- description string
- Description of the Feature.
- disable
Monitoring boolean - Optional. Only applicable for Vertex AI Feature Store (Legacy). If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.
- etag string
- Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels {[key: string]: string}
- Optional. The labels with user-defined metadata to organize your Features. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one Feature (System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
- monitoring
Config GoogleCloud Aiplatform V1beta1Featurestore Monitoring Config Response - Optional. Only applicable for Vertex AI Feature Store (Legacy). Deprecated: The custom monitoring configuration for this Feature, if not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If this is populated with FeaturestoreMonitoringConfig.disabled = true, snapshot analysis monitoring is disabled; if FeaturestoreMonitoringConfig.monitoring_interval specified, snapshot analysis monitoring is enabled. Otherwise, snapshot analysis monitoring config is same as the EntityType's this Feature belongs to.
- monitoring
Stats GoogleCloud Aiplatform V1beta1Feature Stats Anomaly Response[] - Only applicable for Vertex AI Feature Store (Legacy). A list of historical SnapshotAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.
- monitoring
Stats GoogleAnomalies Cloud Aiplatform V1beta1Feature Monitoring Stats Anomaly Response[] - Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
- name string
- Immutable. Name of the Feature. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}
projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}
The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type. - update
Time string - Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.
- value
Type string - Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value.
- version
Column stringName - Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View columnn hosting data for this version. If no value is provided, will use feature_id.
- create_
time str - Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.
- description str
- Description of the Feature.
- disable_
monitoring bool - Optional. Only applicable for Vertex AI Feature Store (Legacy). If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.
- etag str
- Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels Mapping[str, str]
- Optional. The labels with user-defined metadata to organize your Features. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one Feature (System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
- monitoring_
config GoogleCloud Aiplatform V1beta1Featurestore Monitoring Config Response - Optional. Only applicable for Vertex AI Feature Store (Legacy). Deprecated: The custom monitoring configuration for this Feature, if not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If this is populated with FeaturestoreMonitoringConfig.disabled = true, snapshot analysis monitoring is disabled; if FeaturestoreMonitoringConfig.monitoring_interval specified, snapshot analysis monitoring is enabled. Otherwise, snapshot analysis monitoring config is same as the EntityType's this Feature belongs to.
- monitoring_
stats Sequence[GoogleCloud Aiplatform V1beta1Feature Stats Anomaly Response] - Only applicable for Vertex AI Feature Store (Legacy). A list of historical SnapshotAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.
- monitoring_
stats_ Sequence[Googleanomalies Cloud Aiplatform V1beta1Feature Monitoring Stats Anomaly Response] - Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
- name str
- Immutable. Name of the Feature. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}
projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}
The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type. - update_
time str - Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.
- value_
type str - Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value.
- version_
column_ strname - Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View columnn hosting data for this version. If no value is provided, will use feature_id.
- create
Time String - Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.
- description String
- Description of the Feature.
- disable
Monitoring Boolean - Optional. Only applicable for Vertex AI Feature Store (Legacy). If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.
- etag String
- Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- labels Map<String>
- Optional. The labels with user-defined metadata to organize your Features. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one Feature (System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
- monitoring
Config Property Map - Optional. Only applicable for Vertex AI Feature Store (Legacy). Deprecated: The custom monitoring configuration for this Feature, if not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If this is populated with FeaturestoreMonitoringConfig.disabled = true, snapshot analysis monitoring is disabled; if FeaturestoreMonitoringConfig.monitoring_interval specified, snapshot analysis monitoring is enabled. Otherwise, snapshot analysis monitoring config is same as the EntityType's this Feature belongs to.
- monitoring
Stats List<Property Map> - Only applicable for Vertex AI Feature Store (Legacy). A list of historical SnapshotAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.
- monitoring
Stats List<Property Map>Anomalies - Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
- name String
- Immutable. Name of the Feature. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}
projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}
The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type. - update
Time String - Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.
- value
Type String - Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value.
- version
Column StringName - Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View columnn hosting data for this version. If no value is provided, will use feature_id.
Supporting Types
GoogleCloudAiplatformV1beta1FeatureMonitoringStatsAnomalyResponse
- Feature
Stats Pulumi.Anomaly Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Feature Stats Anomaly Response - The stats and anomalies generated at specific timestamp.
- Objective string
- The objective for each stats.
- Feature
Stats GoogleAnomaly Cloud Aiplatform V1beta1Feature Stats Anomaly Response - The stats and anomalies generated at specific timestamp.
- Objective string
- The objective for each stats.
- feature
Stats GoogleAnomaly Cloud Aiplatform V1beta1Feature Stats Anomaly Response - The stats and anomalies generated at specific timestamp.
- objective String
- The objective for each stats.
- feature
Stats GoogleAnomaly Cloud Aiplatform V1beta1Feature Stats Anomaly Response - The stats and anomalies generated at specific timestamp.
- objective string
- The objective for each stats.
- feature_
stats_ Googleanomaly Cloud Aiplatform V1beta1Feature Stats Anomaly Response - The stats and anomalies generated at specific timestamp.
- objective str
- The objective for each stats.
- feature
Stats Property MapAnomaly - The stats and anomalies generated at specific timestamp.
- objective String
- The objective for each stats.
GoogleCloudAiplatformV1beta1FeatureStatsAnomalyResponse
- Anomaly
Detection doubleThreshold - This is the threshold used when detecting anomalies. The threshold can be changed by user, so this one might be different from ThresholdConfig.value.
- Anomaly
Uri string - Path of the anomaly file for current feature values in Cloud Storage bucket. Format: gs:////anomalies. Example: gs://monitoring_bucket/feature_name/anomalies. Stats are stored as binary format with Protobuf message Anoamlies are stored as binary format with Protobuf message [tensorflow.metadata.v0.AnomalyInfo] (https://github.com/tensorflow/metadata/blob/master/tensorflow_metadata/proto/v0/anomalies.proto).
- Distribution
Deviation double - Deviation from the current stats to baseline stats. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence.
- End
Time string - The end timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), end_time indicates the timestamp of the data used to generate stats (e.g. timestamp we take snapshots for feature values).
- Score double
- Feature importance score, only populated when cross-feature monitoring is enabled. For now only used to represent feature attribution score within range [0, 1] for ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_SKEW and ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_DRIFT.
- Start
Time string - The start timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), start_time is only used to indicate the monitoring intervals, so it always equals to (end_time - monitoring_interval).
- Stats
Uri string - Path of the stats file for current feature values in Cloud Storage bucket. Format: gs:////stats. Example: gs://monitoring_bucket/feature_name/stats. Stats are stored as binary format with Protobuf message tensorflow.metadata.v0.FeatureNameStatistics.
- Anomaly
Detection float64Threshold - This is the threshold used when detecting anomalies. The threshold can be changed by user, so this one might be different from ThresholdConfig.value.
- Anomaly
Uri string - Path of the anomaly file for current feature values in Cloud Storage bucket. Format: gs:////anomalies. Example: gs://monitoring_bucket/feature_name/anomalies. Stats are stored as binary format with Protobuf message Anoamlies are stored as binary format with Protobuf message [tensorflow.metadata.v0.AnomalyInfo] (https://github.com/tensorflow/metadata/blob/master/tensorflow_metadata/proto/v0/anomalies.proto).
- Distribution
Deviation float64 - Deviation from the current stats to baseline stats. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence.
- End
Time string - The end timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), end_time indicates the timestamp of the data used to generate stats (e.g. timestamp we take snapshots for feature values).
- Score float64
- Feature importance score, only populated when cross-feature monitoring is enabled. For now only used to represent feature attribution score within range [0, 1] for ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_SKEW and ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_DRIFT.
- Start
Time string - The start timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), start_time is only used to indicate the monitoring intervals, so it always equals to (end_time - monitoring_interval).
- Stats
Uri string - Path of the stats file for current feature values in Cloud Storage bucket. Format: gs:////stats. Example: gs://monitoring_bucket/feature_name/stats. Stats are stored as binary format with Protobuf message tensorflow.metadata.v0.FeatureNameStatistics.
- anomaly
Detection DoubleThreshold - This is the threshold used when detecting anomalies. The threshold can be changed by user, so this one might be different from ThresholdConfig.value.
- anomaly
Uri String - Path of the anomaly file for current feature values in Cloud Storage bucket. Format: gs:////anomalies. Example: gs://monitoring_bucket/feature_name/anomalies. Stats are stored as binary format with Protobuf message Anoamlies are stored as binary format with Protobuf message [tensorflow.metadata.v0.AnomalyInfo] (https://github.com/tensorflow/metadata/blob/master/tensorflow_metadata/proto/v0/anomalies.proto).
- distribution
Deviation Double - Deviation from the current stats to baseline stats. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence.
- end
Time String - The end timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), end_time indicates the timestamp of the data used to generate stats (e.g. timestamp we take snapshots for feature values).
- score Double
- Feature importance score, only populated when cross-feature monitoring is enabled. For now only used to represent feature attribution score within range [0, 1] for ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_SKEW and ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_DRIFT.
- start
Time String - The start timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), start_time is only used to indicate the monitoring intervals, so it always equals to (end_time - monitoring_interval).
- stats
Uri String - Path of the stats file for current feature values in Cloud Storage bucket. Format: gs:////stats. Example: gs://monitoring_bucket/feature_name/stats. Stats are stored as binary format with Protobuf message tensorflow.metadata.v0.FeatureNameStatistics.
- anomaly
Detection numberThreshold - This is the threshold used when detecting anomalies. The threshold can be changed by user, so this one might be different from ThresholdConfig.value.
- anomaly
Uri string - Path of the anomaly file for current feature values in Cloud Storage bucket. Format: gs:////anomalies. Example: gs://monitoring_bucket/feature_name/anomalies. Stats are stored as binary format with Protobuf message Anoamlies are stored as binary format with Protobuf message [tensorflow.metadata.v0.AnomalyInfo] (https://github.com/tensorflow/metadata/blob/master/tensorflow_metadata/proto/v0/anomalies.proto).
- distribution
Deviation number - Deviation from the current stats to baseline stats. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence.
- end
Time string - The end timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), end_time indicates the timestamp of the data used to generate stats (e.g. timestamp we take snapshots for feature values).
- score number
- Feature importance score, only populated when cross-feature monitoring is enabled. For now only used to represent feature attribution score within range [0, 1] for ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_SKEW and ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_DRIFT.
- start
Time string - The start timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), start_time is only used to indicate the monitoring intervals, so it always equals to (end_time - monitoring_interval).
- stats
Uri string - Path of the stats file for current feature values in Cloud Storage bucket. Format: gs:////stats. Example: gs://monitoring_bucket/feature_name/stats. Stats are stored as binary format with Protobuf message tensorflow.metadata.v0.FeatureNameStatistics.
- anomaly_
detection_ floatthreshold - This is the threshold used when detecting anomalies. The threshold can be changed by user, so this one might be different from ThresholdConfig.value.
- anomaly_
uri str - Path of the anomaly file for current feature values in Cloud Storage bucket. Format: gs:////anomalies. Example: gs://monitoring_bucket/feature_name/anomalies. Stats are stored as binary format with Protobuf message Anoamlies are stored as binary format with Protobuf message [tensorflow.metadata.v0.AnomalyInfo] (https://github.com/tensorflow/metadata/blob/master/tensorflow_metadata/proto/v0/anomalies.proto).
- distribution_
deviation float - Deviation from the current stats to baseline stats. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence.
- end_
time str - The end timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), end_time indicates the timestamp of the data used to generate stats (e.g. timestamp we take snapshots for feature values).
- score float
- Feature importance score, only populated when cross-feature monitoring is enabled. For now only used to represent feature attribution score within range [0, 1] for ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_SKEW and ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_DRIFT.
- start_
time str - The start timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), start_time is only used to indicate the monitoring intervals, so it always equals to (end_time - monitoring_interval).
- stats_
uri str - Path of the stats file for current feature values in Cloud Storage bucket. Format: gs:////stats. Example: gs://monitoring_bucket/feature_name/stats. Stats are stored as binary format with Protobuf message tensorflow.metadata.v0.FeatureNameStatistics.
- anomaly
Detection NumberThreshold - This is the threshold used when detecting anomalies. The threshold can be changed by user, so this one might be different from ThresholdConfig.value.
- anomaly
Uri String - Path of the anomaly file for current feature values in Cloud Storage bucket. Format: gs:////anomalies. Example: gs://monitoring_bucket/feature_name/anomalies. Stats are stored as binary format with Protobuf message Anoamlies are stored as binary format with Protobuf message [tensorflow.metadata.v0.AnomalyInfo] (https://github.com/tensorflow/metadata/blob/master/tensorflow_metadata/proto/v0/anomalies.proto).
- distribution
Deviation Number - Deviation from the current stats to baseline stats. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence.
- end
Time String - The end timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), end_time indicates the timestamp of the data used to generate stats (e.g. timestamp we take snapshots for feature values).
- score Number
- Feature importance score, only populated when cross-feature monitoring is enabled. For now only used to represent feature attribution score within range [0, 1] for ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_SKEW and ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_DRIFT.
- start
Time String - The start timestamp of window where stats were generated. For objectives where time window doesn't make sense (e.g. Featurestore Snapshot Monitoring), start_time is only used to indicate the monitoring intervals, so it always equals to (end_time - monitoring_interval).
- stats
Uri String - Path of the stats file for current feature values in Cloud Storage bucket. Format: gs:////stats. Example: gs://monitoring_bucket/feature_name/stats. Stats are stored as binary format with Protobuf message tensorflow.metadata.v0.FeatureNameStatistics.
GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigImportFeaturesAnalysisResponse
- Anomaly
Detection stringBaseline - 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.
- Anomaly
Detection stringBaseline - 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.
- anomaly
Detection StringBaseline - 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.
- anomaly
Detection stringBaseline - 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.
- anomaly_
detection_ strbaseline - The baseline used to do anomaly detection for the statistics generated by import features analysis.
- state str
- Whether to enable / disable / inherite default hebavior for import features analysis.
- anomaly
Detection StringBaseline - 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.
GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigResponse
- Categorical
Threshold Pulumi.Config Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Featurestore Monitoring Config Threshold Config Response - Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type (Feature.ValueType) BOOL or STRING).
- Import
Features Pulumi.Analysis Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Featurestore Monitoring Config Import Features Analysis Response - The config for ImportFeatures Analysis Based Feature Monitoring.
- Numerical
Threshold Pulumi.Config Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Featurestore Monitoring Config Threshold Config Response - Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or INT64).
- Snapshot
Analysis Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Featurestore Monitoring Config Snapshot Analysis Response - The config for Snapshot Analysis Based Feature Monitoring.
- Categorical
Threshold GoogleConfig Cloud Aiplatform V1beta1Featurestore Monitoring Config Threshold Config Response - Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type (Feature.ValueType) BOOL or STRING).
- Import
Features GoogleAnalysis Cloud Aiplatform V1beta1Featurestore Monitoring Config Import Features Analysis Response - The config for ImportFeatures Analysis Based Feature Monitoring.
- Numerical
Threshold GoogleConfig Cloud Aiplatform V1beta1Featurestore Monitoring Config Threshold Config Response - Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or INT64).
- Snapshot
Analysis GoogleCloud Aiplatform V1beta1Featurestore Monitoring Config Snapshot Analysis Response - The config for Snapshot Analysis Based Feature Monitoring.
- categorical
Threshold GoogleConfig Cloud Aiplatform V1beta1Featurestore Monitoring Config Threshold Config Response - Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type (Feature.ValueType) BOOL or STRING).
- import
Features GoogleAnalysis Cloud Aiplatform V1beta1Featurestore Monitoring Config Import Features Analysis Response - The config for ImportFeatures Analysis Based Feature Monitoring.
- numerical
Threshold GoogleConfig Cloud Aiplatform V1beta1Featurestore Monitoring Config Threshold Config Response - Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or INT64).
- snapshot
Analysis GoogleCloud Aiplatform V1beta1Featurestore Monitoring Config Snapshot Analysis Response - The config for Snapshot Analysis Based Feature Monitoring.
- categorical
Threshold GoogleConfig Cloud Aiplatform V1beta1Featurestore Monitoring Config Threshold Config Response - Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type (Feature.ValueType) BOOL or STRING).
- import
Features GoogleAnalysis Cloud Aiplatform V1beta1Featurestore Monitoring Config Import Features Analysis Response - The config for ImportFeatures Analysis Based Feature Monitoring.
- numerical
Threshold GoogleConfig Cloud Aiplatform V1beta1Featurestore Monitoring Config Threshold Config Response - Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or INT64).
- snapshot
Analysis GoogleCloud Aiplatform V1beta1Featurestore Monitoring Config Snapshot Analysis Response - The config for Snapshot Analysis Based Feature Monitoring.
- categorical_
threshold_ Googleconfig Cloud Aiplatform V1beta1Featurestore Monitoring Config Threshold Config Response - Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type (Feature.ValueType) BOOL or STRING).
- import_
features_ Googleanalysis Cloud Aiplatform V1beta1Featurestore Monitoring Config Import Features Analysis Response - The config for ImportFeatures Analysis Based Feature Monitoring.
- numerical_
threshold_ Googleconfig Cloud Aiplatform V1beta1Featurestore Monitoring Config Threshold Config Response - Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or INT64).
- snapshot_
analysis GoogleCloud Aiplatform V1beta1Featurestore Monitoring Config Snapshot Analysis Response - The config for Snapshot Analysis Based Feature Monitoring.
- categorical
Threshold Property MapConfig - Threshold for categorical features of anomaly detection. This is shared by all types of Featurestore Monitoring for categorical features (i.e. Features with type (Feature.ValueType) BOOL or STRING).
- import
Features Property MapAnalysis - The config for ImportFeatures Analysis Based Feature Monitoring.
- numerical
Threshold Property MapConfig - Threshold for numerical features of anomaly detection. This is shared by all objectives of Featurestore Monitoring for numerical features (i.e. Features with type (Feature.ValueType) DOUBLE or INT64).
- snapshot
Analysis Property Map - The config for Snapshot Analysis Based Feature Monitoring.
GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalysisResponse
- Disabled bool
- The monitoring schedule for snapshot analysis. For EntityType-level config: unset / disabled = true indicates disabled by default for Features under it; otherwise by default enable snapshot analysis monitoring with monitoring_interval for Features under it. Feature-level config: disabled = true indicates disabled regardless of the EntityType-level config; unset monitoring_interval indicates going with EntityType-level config; otherwise run snapshot analysis monitoring with monitoring_interval regardless of the EntityType-level config. Explicitly Disable the snapshot analysis based monitoring.
- Monitoring
Interval string - Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day. If both monitoring_interval_days and the deprecated
monitoring_interval
field are set when creating/updating EntityTypes/Features, monitoring_interval_days will be used. - Monitoring
Interval intDays - Configuration of the snapshot analysis based monitoring pipeline running interval. The value indicates number of days.
- Staleness
Days int - Customized export features time window for snapshot analysis. Unit is one day. Default value is 3 weeks. Minimum value is 1 day. Maximum value is 4000 days.
- Disabled bool
- The monitoring schedule for snapshot analysis. For EntityType-level config: unset / disabled = true indicates disabled by default for Features under it; otherwise by default enable snapshot analysis monitoring with monitoring_interval for Features under it. Feature-level config: disabled = true indicates disabled regardless of the EntityType-level config; unset monitoring_interval indicates going with EntityType-level config; otherwise run snapshot analysis monitoring with monitoring_interval regardless of the EntityType-level config. Explicitly Disable the snapshot analysis based monitoring.
- Monitoring
Interval string - Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day. If both monitoring_interval_days and the deprecated
monitoring_interval
field are set when creating/updating EntityTypes/Features, monitoring_interval_days will be used. - Monitoring
Interval intDays - Configuration of the snapshot analysis based monitoring pipeline running interval. The value indicates number of days.
- Staleness
Days int - Customized export features time window for snapshot analysis. Unit is one day. Default value is 3 weeks. Minimum value is 1 day. Maximum value is 4000 days.
- disabled Boolean
- The monitoring schedule for snapshot analysis. For EntityType-level config: unset / disabled = true indicates disabled by default for Features under it; otherwise by default enable snapshot analysis monitoring with monitoring_interval for Features under it. Feature-level config: disabled = true indicates disabled regardless of the EntityType-level config; unset monitoring_interval indicates going with EntityType-level config; otherwise run snapshot analysis monitoring with monitoring_interval regardless of the EntityType-level config. Explicitly Disable the snapshot analysis based monitoring.
- monitoring
Interval String - Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day. If both monitoring_interval_days and the deprecated
monitoring_interval
field are set when creating/updating EntityTypes/Features, monitoring_interval_days will be used. - monitoring
Interval IntegerDays - Configuration of the snapshot analysis based monitoring pipeline running interval. The value indicates number of days.
- staleness
Days Integer - Customized export features time window for snapshot analysis. Unit is one day. Default value is 3 weeks. Minimum value is 1 day. Maximum value is 4000 days.
- disabled boolean
- The monitoring schedule for snapshot analysis. For EntityType-level config: unset / disabled = true indicates disabled by default for Features under it; otherwise by default enable snapshot analysis monitoring with monitoring_interval for Features under it. Feature-level config: disabled = true indicates disabled regardless of the EntityType-level config; unset monitoring_interval indicates going with EntityType-level config; otherwise run snapshot analysis monitoring with monitoring_interval regardless of the EntityType-level config. Explicitly Disable the snapshot analysis based monitoring.
- monitoring
Interval string - Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day. If both monitoring_interval_days and the deprecated
monitoring_interval
field are set when creating/updating EntityTypes/Features, monitoring_interval_days will be used. - monitoring
Interval numberDays - Configuration of the snapshot analysis based monitoring pipeline running interval. The value indicates number of days.
- staleness
Days number - Customized export features time window for snapshot analysis. Unit is one day. Default value is 3 weeks. Minimum value is 1 day. Maximum value is 4000 days.
- disabled bool
- The monitoring schedule for snapshot analysis. For EntityType-level config: unset / disabled = true indicates disabled by default for Features under it; otherwise by default enable snapshot analysis monitoring with monitoring_interval for Features under it. Feature-level config: disabled = true indicates disabled regardless of the EntityType-level config; unset monitoring_interval indicates going with EntityType-level config; otherwise run snapshot analysis monitoring with monitoring_interval regardless of the EntityType-level config. Explicitly Disable the snapshot analysis based monitoring.
- monitoring_
interval str - Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day. If both monitoring_interval_days and the deprecated
monitoring_interval
field are set when creating/updating EntityTypes/Features, monitoring_interval_days will be used. - monitoring_
interval_ intdays - Configuration of the snapshot analysis based monitoring pipeline running interval. The value indicates number of days.
- staleness_
days int - Customized export features time window for snapshot analysis. Unit is one day. Default value is 3 weeks. Minimum value is 1 day. Maximum value is 4000 days.
- disabled Boolean
- The monitoring schedule for snapshot analysis. For EntityType-level config: unset / disabled = true indicates disabled by default for Features under it; otherwise by default enable snapshot analysis monitoring with monitoring_interval for Features under it. Feature-level config: disabled = true indicates disabled regardless of the EntityType-level config; unset monitoring_interval indicates going with EntityType-level config; otherwise run snapshot analysis monitoring with monitoring_interval regardless of the EntityType-level config. Explicitly Disable the snapshot analysis based monitoring.
- monitoring
Interval String - Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day. If both monitoring_interval_days and the deprecated
monitoring_interval
field are set when creating/updating EntityTypes/Features, monitoring_interval_days will be used. - monitoring
Interval NumberDays - Configuration of the snapshot analysis based monitoring pipeline running interval. The value indicates number of days.
- staleness
Days Number - Customized export features time window for snapshot analysis. Unit is one day. Default value is 3 weeks. Minimum value is 1 day. Maximum value is 4000 days.
GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigThresholdConfigResponse
- Value double
- Specify a threshold value that can trigger the alert. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.
- Value float64
- Specify a threshold value that can trigger the alert. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.
- value Double
- Specify a threshold value that can trigger the alert. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.
- value number
- Specify a threshold value that can trigger the alert. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.
- value float
- Specify a threshold value that can trigger the alert. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.
- value Number
- Specify a threshold value that can trigger the alert. 1. For categorical feature, the distribution distance is calculated by L-inifinity norm. 2. For numerical feature, the distribution distance is calculated by Jensen–Shannon divergence. Each feature must have a non-zero threshold if they need to be monitored. Otherwise no alert will be triggered for that feature.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi