Class: Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/job_service.rb
Overview
Response message for JobService.SearchModelDeploymentMonitoringStatsAnomalies.
Instance Attribute Summary collapse
-
#monitoring_stats ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ModelMonitoringStatsAnomalies>
Stats retrieved for requested objectives.
-
#next_page_token ⇒ ::String
The page token that can be used by the next JobService.SearchModelDeploymentMonitoringStatsAnomalies call.
Instance Attribute Details
#monitoring_stats ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ModelMonitoringStatsAnomalies>
Returns Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.
733 734 735 736 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 733 class SearchModelDeploymentMonitoringStatsAnomaliesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The page token that can be used by the next JobService.SearchModelDeploymentMonitoringStatsAnomalies call.
733 734 735 736 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 733 class SearchModelDeploymentMonitoringStatsAnomaliesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |