I was thinking C since API Gateway can split traffic between endpoints for A/B testing too. Seems like that would let you compare models in production, right? Not sure if that would truly avoid impacting current throughput though. Let me know if I'm missing something.
Q: 1
Scenario: A financial analytics firm needs to evaluate a new fraud detection model's
prediction accuracy and latency in production without affecting the throughput of the
currently deployed model or requiring any changes to how clients invoke the inference endpoint.
Question- Which option satisfies the given requirements?.
Options:
Options
Discussion
D fits since ProductionVariant lets you send a little traffic to the new model, so clients don't notice anything different. It's a built-in SageMaker feature for safe testing. Pretty sure that's what the question's asking, but correct me if I'm missing something.
Its D, saw a similar question on a practice test and ProductionVariant lets you split traffic safely without client changes.
D imo
D imo. Adding the new model as a ProductionVariant lets you test it with real traffic without changing client calls, plus you can control how much traffic hits the new model. Pretty sure this is what SageMaker recommends.
Be respectful. No spam.
Question 1 of 15