public static interface SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getTopFeatureCount()
If set, all attribution scores between
[SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time][google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time]
and
[SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time][google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time]
are fetched, and page token doesn't take effect in this case.
|
ModelDeploymentMonitoringObjectiveType |
getType()
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringObjectiveType type = 1;
|
int |
getTypeValue()
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringObjectiveType type = 1;
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringObjectiveType type = 1;
ModelDeploymentMonitoringObjectiveType getType()
.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringObjectiveType type = 1;
int getTopFeatureCount()
If set, all attribution scores between [SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time][google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time] and [SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time][google.cloud.aiplatform.v1beta1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time] are fetched, and page token doesn't take effect in this case. Only used to retrieve attribution score for the top Features which has the highest attribution score in the latest monitoring run.
int32 top_feature_count = 4;Copyright © 2024 Google LLC. All rights reserved.