Class: Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest::StatsAnomaliesObjective
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest::StatsAnomaliesObjective
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/job_service.rb
Overview
Stats requested for specific objective.
Instance Attribute Summary collapse
-
#top_feature_count ⇒ ::Integer
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.
- #type ⇒ ::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveType
Instance Attribute Details
#top_feature_count ⇒ ::Integer
Returns 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.
548 549 550 551 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 548 class StatsAnomaliesObjective include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveType
548 549 550 551 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 548 class StatsAnomaliesObjective include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |