Question 1mediummultiple choice
Read the full Monitoring ML solutions explanation →PMLE Monitoring ML solutions • Complete Question Bank
Complete PMLE Monitoring ML solutions question bank — all 0 questions with answers and detailed explanations.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Unstructured object storage for any type of data
NoSQL wide-column database for low-latency, high-throughput
Serverless data warehouse for analytics at scale
Relational database for OLTP workloads
NoSQL document database for mobile/web apps
resource.type="ml_job" jsonPayload.@type="type.googleapis.com/google.cloud.ml.v1.PredictionError" severity=ERROR
modelMonitoringConfig:
objectiveConfig:
detectionConfig:
driftThresholds:
age: 0.3
income: 0.1
skewThresholds:
age: 0.2
income: 0.05
featureAttributionConfig:
enabled: Truefetch ml.googleapis.com/prediction_latencies | filter resource.model_id = "my_model" | every 1m | mean
{
"insertId": "abc123",
"textPayload": "Prediction request failed with deadline exceeded",
"severity": "ERROR",
"resource": {
"type": "ml_model_version",
"labels": {
"model": "my_model",
"version": "v2",
"region": "us-central1"
}
},
"jsonPayload": {
"prediction_latency_ms": 8500,
"error": "deadline_exceeded",
"machine_type": "n1-standard-2",
"cpu_utilization": 0.95,
"memory_utilization": 0.9
}
}modelMonitoringConfig:
skewDetection:
defaultThreshold: 0.3
featureThresholds:
income: 0.2
driftDetection:
defaultThreshold: 0.5
samplingRate: 0.5{
"name": "projects/123/alertPolicies/456",
"displayName": "High Latency",
"conditions": [
{
"displayName": "Latency > 500ms",
"conditionThreshold": {
"filter": "metric.type=\"vertexai.googleapis.com/prediction/latency\"",
"comparison": "COMPARISON_GT",
"thresholdValue": 500,
"duration": "300s"
}
}
],
"combiner": "OR"
}Refer to the exhibit.
```
{
"insertId": "abc123",
"jsonPayload": {
"predictions": [0.98, 0.12],
"modelVersionId": "1",
"latencyMs": 450,
"region": "us-central1"
},
"resource": {
"type": "vertex_ai_endpoint",
"labels": {
"endpoint_id": "1234",
"model_id": "model-xyz"
}
},
"severity": "INFO",
"timestamp": "2024-03-15T10:30:00Z"
}
```