Job aid to create a model monitoring job

0

I am trying to create a model monitoring job. I searched up my model in Model governing dashboard and have started creating model monitor but running in to an exception after having completed all 4 tabs and submitting it! I do not want to create this model monitoring via console and typically I will use a more streamlined approach but at this time I am only experimenting and creating model monitoring job. It fails with the following message ..

  1. What are the two fields after the below prompt expect?

"Capture content type - optional

Amazon SageMaker will use CSV or Json encoding while the payload is captured to the capture files."

ERROR : 2 validation errors detected: Value '["test"]' at 'dataCaptureConfig.captureContentTypeHeader.jsonContentTypes' failed to satisfy constraint: Member must satisfy constraint: [Member must have length less than or equal to 256, Member must have length greater than or equal to 1, Member must satisfy regular expression pattern: ^a-zA-Z0-9/a-zA-Z0-9]; Value '["test"]' at 'dataCaptureConfig.captureContentTypeHeader.csvContentTypes' failed to satisfy constraint: Member must satisfy constraint: [Member must have length less than or equal to 256, Member must have length greater than or equal to 1, Member must satisfy regular expression pattern: ^a-zA-Z0-9/a-zA-Z0-9]

  1. Is there a job aid to create this model monitoring job via console?
SBob
질문됨 일 년 전312회 조회
1개 답변
0

Here is the documentation for model monitor - https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html

The docs and examples to create a model monitoring job through the SDK is here - https://sagemaker.readthedocs.io/en/stable/amazon_sagemaker_model_monitoring.html

The capture content type API is also optional - so you should be able to create it on the console without specifying values. The values are either text/json or text/csv; and application/json depending on the inputs. You can leave it blank and it will be automatically picked up based on your endpoint.

AWS
Durga_S
답변함 일 년 전

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

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

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

관련 콘텐츠