Tracking the lineage between Amazon SageMaker endpoint model and Model Monitor captured data

0

I have an Amazon SageMaker endpoint with A1, a model with data capture activated, and I want to update the endpoint with A2, a new model.

How do I track the Model Monitor Data Capture that captured data in Amazon S3, and identify which data referred to model A1 and which data referred to model A2?

AWS
전문가
질문됨 4년 전485회 조회
2개 답변
0
수락된 답변

using boto3:
when you update the model endpoint, you need to create a new EndpointConfig where you specify a new s3 uri where data capture will be stored and thats how you can see different data captures from different versions of the model.

https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpoint.html

https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html

AWS
전문가
답변함 4년 전
profile picture
전문가
검토됨 10달 전
0

When you update the model endpoint (using boto3), you must to create a new EndpointConfig where you specify a new Amazon S3 URI. The new Amazon S3 URI is where the data capture will be stored so that you can see different data captures from different versions of the model.

For more information, see the following: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpoint.html https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html

AWS
답변함 3년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠