Interface SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder (3.42.0)

public static interface SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjectiveOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTopFeatureCount()

public abstract int getTopFeatureCount()

If set, all attribution scores between SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time and 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
TypeDescription
int

The topFeatureCount.

getType()

public abstract ModelDeploymentMonitoringObjectiveType getType()

.google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType type = 1;

Returns
TypeDescription
ModelDeploymentMonitoringObjectiveType

The type.

getTypeValue()

public abstract int getTypeValue()

.google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.