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 affect 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 affect in this case. Only used to retrieve attribution score for the top Features which has the highest attribution score in the latest monitoring run.
510 511 512 513 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 510 class StatsAnomaliesObjective include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveType
510 511 512 513 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 510 class StatsAnomaliesObjective include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |