机器辅助翻译草稿 (Chinese) for "Model Drift Calibration Curve": Model Drift Calibration Curve is a ml diagnostic that compares predicted confidence with observed outcomes for changes in model performance over time. It uses bucketed predictions, reliability diagrams, and threshold analysis so teams can make confidence scores useful while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The machine learning team used Model Drift Calibration Curve when the live population changed, so the team could make confidence scores useful before the model moved into evaluation.”
机器辅助翻译草稿 (Chinese) for "Label Evaluation Harness": Label Evaluation Harness is a ml test system that runs repeatable checks against model behavior for ground-truth or weak-supervision annotation. It uses fixtures, metrics, thresholds, and regression reports so teams can compare releases with evidence while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The machine learning team used Label Evaluation Harness when the label set had disagreement, so the team could compare releases with evidence before the model moved into evaluation.”
机器辅助翻译草稿 (Chinese) for "Environment Approval Step": Environment Approval Step is a devops workflow control that requires review before a sensitive change proceeds for configuration for a runtime stage. It uses role checks, comments, and audit logs so teams can keep high-risk automation accountable while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The DevOps team used Environment Approval Step when staging and production drifted, so the team could keep high-risk automation accountable before the deployment window opened.”
机器辅助翻译草稿 (Chinese) for "CI Secret Rotation": CI Secret Rotation is a devops credential workflow that replaces sensitive keys without service interruption for continuous integration workflows. It uses dual credentials, rollout steps, and revocation so teams can reduce credential exposure while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The DevOps team used CI Secret Rotation when a pull request entered the build queue, so the team could reduce credential exposure before the deployment window opened.”
机器辅助翻译草稿 (Chinese) for "Propulsion Science Window": Propulsion Science Window is a space planning interval that marks when conditions are suitable for data collection for thruster, burn, and maneuver systems. It uses target visibility, power budgets, thermal state, and downlink availability so teams can capture useful observations without breaking constraints while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The mission team used Propulsion Science Window when the burn plan changed, so the team could capture useful observations without breaking constraints before the next mission decision point.”
机器辅助翻译草稿 (Chinese) for "Observability Approval Step": Observability Approval Step is a devops workflow control that requires review before a sensitive change proceeds for logs, metrics, traces, and events. It uses role checks, comments, and audit logs so teams can keep high-risk automation accountable while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The DevOps team used Observability Approval Step when latency increased after deploy, so the team could keep high-risk automation accountable before the deployment window opened.”
机器辅助翻译草稿 (Chinese) for "Label Calibration Curve": Label Calibration Curve is a ml diagnostic that compares predicted confidence with observed outcomes for ground-truth or weak-supervision annotation. It uses bucketed predictions, reliability diagrams, and threshold analysis so teams can make confidence scores useful while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The machine learning team used Label Calibration Curve when the label set had disagreement, so the team could make confidence scores useful before the model moved into evaluation.”
机器辅助翻译草稿 (Chinese) for "Firewall Health Probe": Firewall Health Probe is a networking availability check that tests whether a service or path can receive traffic for network traffic filtering. It uses timed requests, thresholds, and regional checks so teams can send traffic only to healthy targets while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The network engineering team used Firewall Health Probe when a new rule matched traffic, so the team could send traffic only to healthy targets before traffic crossed a service boundary.”
机器辅助翻译草稿 (Chinese) for "Container Placement Strategy": Container Placement Strategy is a compute scheduling rule that chooses where workloads should run for packaged application runtime. It uses affinity, topology, availability, and cost signals so teams can improve reliability and efficiency while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The platform engineering team used Container Placement Strategy when the image started on a new node, so the team could improve reliability and efficiency before the workload scaled up.”
机器辅助翻译草稿 (Chinese) for "Pipeline Training Checkpoint": Pipeline Training Checkpoint is a ml recovery artifact that saves model state during learning for automated data and model workflow. It uses weights, optimizer state, and run metadata so teams can resume or inspect training safely while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The machine learning team used Pipeline Training Checkpoint when the pipeline missed a validation step, so the team could resume or inspect training safely before the model moved into evaluation.”
机器辅助翻译草稿 (Chinese) for "Serverless Cold Start Budget": Serverless Cold Start Budget is a compute latency target that limits startup delay for newly scheduled execution for event-driven function execution. It uses prewarming, smaller packages, and runtime tuning so teams can keep first requests responsive while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The platform engineering team used Serverless Cold Start Budget when the function received a traffic burst, so the team could keep first requests responsive before the workload scaled up.”
机器辅助翻译草稿 (Chinese) for "Artifact Runbook Check": Artifact Runbook Check is a devops operational test that confirms that documented procedures still work for build output and package delivery. It uses dry runs, screenshots, and command validation so teams can keep response playbooks current while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The DevOps team used Artifact Runbook Check when the container image was signed, so the team could keep response playbooks current before the deployment window opened.”
机器辅助翻译草稿 (Chinese) for "Martian Radiation Shielding": Martian Radiation Shielding is a space design control that reduces exposure from charged particles and solar events for Mars relay, rover, and entry operations. It uses material selection, safe modes, and exposure modeling so teams can protect electronics and crews from known hazards while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The mission team used Martian Radiation Shielding when the rover started a high-latency science pass, so the team could protect electronics and crews from known hazards before the next mission decision point.”
机器辅助翻译草稿 (Chinese) for "Service Mesh Packet Capture": Service Mesh Packet Capture is a networking diagnostic artifact that records network packets for analysis for east-west service communication. It uses bounded capture windows, filters, and redaction so teams can investigate protocol behavior safely while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The network engineering team used Service Mesh Packet Capture when a service called another service, so the team could investigate protocol behavior safely before traffic crossed a service boundary.”
机器辅助翻译草稿 (Chinese) for "Observability Rollback Plan": Observability Rollback Plan is a devops recovery plan that defines how to return to a known good version for logs, metrics, traces, and events. It uses version pins, database notes, and operator steps so teams can recover quickly from bad changes while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The DevOps team used Observability Rollback Plan when latency increased after deploy, so the team could recover quickly from bad changes before the deployment window opened.”
机器辅助翻译草稿 (Chinese) for "Release Release Manifest": Release Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for versioned delivery of code or content. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The DevOps team used Release Release Manifest when the release notes were generated, so the team could make releases auditable before the deployment window opened.”
机器辅助翻译草稿 (Chinese) for "Threat Intel Data Redaction": Threat Intel Data Redaction is a security privacy control that removes sensitive values before data leaves a protected context for external risk and indicator context. It uses field rules, hashing, and safe logging so teams can share evidence without leaking secrets while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The security team used Threat Intel Data Redaction when a new campaign indicator appeared, so the team could share evidence without leaking secrets before the risk review began.”
机器辅助翻译草稿 (Chinese) for "Secret Trace Link": Secret Trace Link is a devops observability link that connects a deployment or workflow to runtime evidence for credential and sensitive configuration. It uses trace IDs, span metadata, and release identifiers so teams can debug production changes faster while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The DevOps team used Secret Trace Link when a token rotated, so the team could debug production changes faster before the deployment window opened.”
机器辅助翻译草稿 (Chinese) for "Mission Control Trajectory Correction": Mission Control Trajectory Correction is a space maneuver process that adjusts a planned flight path after navigation updates or mission changes for flight control room coordination. It uses delta-v estimates, burn timing, and post-maneuver validation so teams can reduce path error before it grows while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The mission team used Mission Control Trajectory Correction when the operations console detected a constraint, so the team could reduce path error before it grows before the next mission decision point.”
机器辅助翻译草稿 (Chinese) for "HTTP Failover Policy": HTTP Failover Policy is a networking resilience policy that defines when traffic should move to another path or region for application-layer request routing. It uses health signals, priorities, and cooldown windows so teams can recover from outages predictably while keeping evidence, reliability, and public-safe operational boundaries clear.
“示例草稿: The network engineering team used HTTP Failover Policy when a client retried a request, so the team could recover from outages predictably before traffic crossed a service boundary.”