Skip to content

Commit

Permalink
docs: add comments for FeatureOnlineStoreService and ModelMonitoringA…
Browse files Browse the repository at this point in the history
…lertConfig

PiperOrigin-RevId: 602479847
  • Loading branch information
Google APIs authored and Copybara-Service committed Jan 29, 2024
1 parent d638535 commit 18a8156
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Expand Up @@ -31,6 +31,7 @@ option java_package = "com.google.cloud.aiplatform.v1";
option php_namespace = "Google\\Cloud\\AIPlatform\\V1";
option ruby_package = "Google::Cloud::AIPlatform::V1";

// A service for fetching feature values from the online store.
service FeatureOnlineStoreService {
option (google.api.default_host) = "aiplatform.googleapis.com";
option (google.api.oauth_scopes) =
Expand Down
1 change: 1 addition & 0 deletions google/cloud/aiplatform/v1/model_monitoring.proto
Expand Up @@ -170,6 +170,7 @@ message ModelMonitoringObjectiveConfig {
ExplanationConfig explanation_config = 5;
}

// The alert config for model monitoring.
message ModelMonitoringAlertConfig {
// The config for email alert.
message EmailAlertConfig {
Expand Down
Expand Up @@ -31,6 +31,7 @@ option java_package = "com.google.cloud.aiplatform.v1beta1";
option php_namespace = "Google\\Cloud\\AIPlatform\\V1beta1";
option ruby_package = "Google::Cloud::AIPlatform::V1beta1";

// A service for fetching feature values from the online store.
service FeatureOnlineStoreService {
option (google.api.default_host) = "aiplatform.googleapis.com";
option (google.api.oauth_scopes) =
Expand Down
1 change: 1 addition & 0 deletions google/cloud/aiplatform/v1beta1/model_monitoring.proto
Expand Up @@ -194,6 +194,7 @@ message ModelMonitoringObjectiveConfig {
ExplanationConfig explanation_config = 5;
}

// The alert config for model monitoring.
message ModelMonitoringAlertConfig {
// The config for email alert.
message EmailAlertConfig {
Expand Down

0 comments on commit 18a8156

Please sign in to comment.