Package com.google.cloud.aiplatform.v1
Interface SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective,SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective.Builder
- Enclosing class:
- SearchModelDeploymentMonitoringStatsAnomaliesRequest
public static interface SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintIf set, all attribution scores between [SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time][google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time] and [SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time][google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time] are fetched, and page token doesn't take effect in this case.getType().google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType type = 1;int.google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType type = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTypeValue
int getTypeValue().google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
ModelDeploymentMonitoringObjectiveType getType().google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType type = 1;- Returns:
- The type.
-
getTopFeatureCount
int getTopFeatureCount()If set, all attribution scores between [SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time][google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time] and [SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time][google.cloud.aiplatform.v1.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;- Returns:
- The topFeatureCount.
-