aws / aws/sagemaker-python-sdk

Explicit parameter to skip endpoint validation when creating a monitoring schedule

オープン
#4,873 コメント 0 件 リアクション 0 件 担当者 1 名 @mollyheamazon が担当を希望しています GitHub で見る
type: feature request
主要言語
Python
スター
2.3k
フォーク
1.3k
平均マージ
1日 22時間
マージ済み PR(30日)
35

説明

**Describe the feature you'd like**
An explicit parameter to skip endpoint validation when calling create_monitoring_schedule and passing an EndpointInput object. Currently SageMaker verifies that an endpoint exists in the same workspace as the monitoring schedule, however this causes issues when creating a monitoring schedule to monitor an endpoint that exists in a different workspace.

**How would this feature be used? Please describe.**
When creating a cross-account monitoring schedule, the user should be able to explicitly skip the endpoint validation that occurs (Or SageMaker should validate the existence of cross-account endpoints that the execution role has access to).

**Describe alternatives you've considered**
Currently the only workaround is to create a dummy endpoint in the same workspace that the monitoring schedule is being created in. This endpoint then needs to have an endpoint configuration attached that has DataCaptureConfig.DestinationS3Uri value set to the data capture bucket in the workspace containing the actual endpoint. This is cumbersome and inefficient at scale.

**Additional context**
Add any other context or screenshots about the feature request here.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。