Skip to content

Commit 3744b86

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix typos
PiperOrigin-RevId: 386417992
1 parent 11d5ead commit 3744b86

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

google/cloud/aiplatform/v1beta1/featurestore_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ message BatchReadFeatureValuesRequest {
599599
// Required. Specifies EntityType grouping Features to read values of and settings.
600600
// Each EntityType referenced in
601601
// [BatchReadFeatureValuesRequest.entity_type_specs] must have a column
602-
// specifying entity IDs in tha EntityType in
602+
// specifying entity IDs in the EntityType in
603603
// [BatchReadFeatureValuesRequest.request][] .
604604
repeated EntityTypeSpec entity_type_specs = 7 [(google.api.field_behavior) = REQUIRED];
605605
}

google/cloud/aiplatform/v1beta1/model_deployment_monitoring_job.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ message ModelDeploymentMonitoringJob {
111111
MonitoringScheduleState schedule_state = 5 [(google.api.field_behavior) = OUTPUT_ONLY];
112112

113113
// Required. The config for monitoring objectives. This is a per DeployedModel config.
114-
// Each DeployedModel needs to be configed separately.
114+
// Each DeployedModel needs to be configured separately.
115115
repeated ModelDeploymentMonitoringObjectiveConfig model_deployment_monitoring_objective_configs = 6 [(google.api.field_behavior) = REQUIRED];
116116

117117
// Required. Schedule config for running the monitoring job.

google/cloud/aiplatform/v1beta1/model_monitoring.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ message ModelMonitoringObjectiveConfig {
7272
// training dataset sources and the skew detection parameters.
7373
message TrainingPredictionSkewDetectionConfig {
7474
// Key is the feature name and value is the threshold. If a feature needs to
75-
// be monitored for skew, a value threshold must be configed for that
75+
// be monitored for skew, a value threshold must be configured for that
7676
// feature. The threshold here is against feature distribution distance
7777
// between the training and prediction feature.
7878
map<string, ThresholdConfig> skew_thresholds = 1;
@@ -86,7 +86,7 @@ message ModelMonitoringObjectiveConfig {
8686
// The config for Prediction data drift detection.
8787
message PredictionDriftDetectionConfig {
8888
// Key is the feature name and value is the threshold. If a feature needs to
89-
// be monitored for drift, a value threshold must be configed for that
89+
// be monitored for drift, a value threshold must be configured for that
9090
// feature. The threshold here is against feature distribution distance
9191
// between different time windws.
9292
map<string, ThresholdConfig> drift_thresholds = 1;

0 commit comments

Comments
 (0)