Google Cloud Ai Platform V1 Client - Class StatsAnomaliesObjective (0.37.1)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class StatsAnomaliesObjective.

Stats requested for specific objective.

Generated from protobuf message google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest.StatsAnomaliesObjective

Namespace

Google \ Cloud \ AIPlatform \ V1 \ SearchModelDeploymentMonitoringStatsAnomaliesRequest

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ type int
↳ top_feature_count int

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.

getType

Generated from protobuf field .google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType type = 1;

Returns
Type Description
int

setType

Generated from protobuf field .google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType type = 1;

Parameter
Name Description
var int
Returns
Type Description
$this

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.

Returns
Type Description
int

setTopFeatureCount

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.

Parameter
Name Description
var int
Returns
Type Description
$this