- Newest
- Most votes
- Most comments
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
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
Relevant content
- Accepted Answerasked 2 years ago
- asked a year ago
- asked 2 years ago
- Accepted Answerasked 3 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago