File tree Expand file tree Collapse file tree
google/cloud/aiplatform/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments