Interface SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
      ModelDeploymentMonitoringObjectiveType getType()
      .google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType type = 1;
      int getTypeValue()
      .google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType type = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTypeValue

        int getTypeValue()
        .google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType type = 1;
        Returns:
        The enum numeric value on the wire for 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.