You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When configuring Data Capture for a Batch Transform job using the SageMaker Python SDK, the job creation succeeds, but the execution fails with an "Internal Server Error". If Data Capture is not enabled, the job finishes successfully. This suggests a bug related to the Data Capture configuration in the Batch Transform step.
To reproduce
The setup is the same for both scenarios, with or without DataCaptureConfig:
Note: I've also tested with CSV files. The behavior is the same.
Expected behavior
Enabling Data Capture for Batch Transform should not cause the job to fail with an Internal Server Error. The job should complete successfully, and captured data should be stored as configured.
Screenshots or logs
System information
A description of your system. Please provide:
SageMaker Python SDK version: 2.244.1
Framework name (eg. PyTorch) or algorithm (eg. KMeans): n/a
Framework version: n/a
Python version: 3.12
CPU or GPU: Used instance type ml.m5.large
Custom Docker image (Y/N): Y
Additional context
n/a
The text was updated successfully, but these errors were encountered:
We have identified that this issue is likely related to inference ID generation. The Batch Transform Job completes successfully when the BatchDataCaptureConfig is provided with generate_inference_id set to False.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When configuring Data Capture for a Batch Transform job using the SageMaker Python SDK, the job creation succeeds, but the execution fails with an "Internal Server Error". If Data Capture is not enabled, the job finishes successfully. This suggests a bug related to the Data Capture configuration in the Batch Transform step.
To reproduce
The setup is the same for both scenarios, with or without
DataCaptureConfig
:Note: I've also tested with CSV files. The behavior is the same.
Expected behavior
Enabling Data Capture for Batch Transform should not cause the job to fail with an Internal Server Error. The job should complete successfully, and captured data should be stored as configured.
Screenshots or logs
System information
A description of your system. Please provide:
Additional context
n/a
The text was updated successfully, but these errors were encountered: