@@ -192,7 +192,6 @@ def byoc_monitoring_schedule_name(sagemaker_session, output_kms_key, volume_kms_
192
192
),
193
193
instance_count = INSTANCE_COUNT ,
194
194
instance_type = INSTANCE_TYPE ,
195
- entrypoint = ["/opt/program/analyze" ],
196
195
volume_size_in_gb = VOLUME_SIZE_IN_GB ,
197
196
volume_kms_key = volume_kms_key ,
198
197
output_kms_key = output_kms_key ,
@@ -1649,7 +1648,6 @@ def test_byoc_monitor_suggest_baseline_and_create_monitoring_schedule_with_custo
1649
1648
),
1650
1649
instance_count = INSTANCE_COUNT ,
1651
1650
instance_type = INSTANCE_TYPE ,
1652
- entrypoint = ["/opt/program/analyze" ],
1653
1651
volume_size_in_gb = VOLUME_SIZE_IN_GB ,
1654
1652
volume_kms_key = volume_kms_key ,
1655
1653
output_kms_key = output_kms_key ,
@@ -1880,7 +1878,6 @@ def test_byoc_monitor_suggest_baseline_and_create_monitoring_schedule_without_cu
1880
1878
image_uri = DefaultModelMonitor ._get_default_image_uri (
1881
1879
sagemaker_session .boto_session .region_name
1882
1880
),
1883
- entrypoint = ["/opt/program/analyze" ],
1884
1881
sagemaker_session = sagemaker_session ,
1885
1882
env = byoc_env ,
1886
1883
)
@@ -2087,7 +2084,6 @@ def test_byoc_monitor_create_and_update_schedule_config_with_customizations(
2087
2084
),
2088
2085
instance_count = INSTANCE_COUNT ,
2089
2086
instance_type = INSTANCE_TYPE ,
2090
- entrypoint = ["/opt/program/analyze" ],
2091
2087
volume_size_in_gb = VOLUME_SIZE_IN_GB ,
2092
2088
volume_kms_key = volume_kms_key ,
2093
2089
output_kms_key = output_kms_key ,
@@ -2600,7 +2596,6 @@ def test_byoc_monitor_attach_followed_by_baseline_and_update_monitoring_schedule
2600
2596
def test_byoc_monitor_monitoring_execution_interactions (
2601
2597
sagemaker_session , byoc_monitoring_schedule_name
2602
2598
):
2603
-
2604
2599
my_attached_monitor = ModelMonitor .attach (
2605
2600
monitor_schedule_name = byoc_monitoring_schedule_name , sagemaker_session = sagemaker_session
2606
2601
)
0 commit comments