1 Answer
- Newest
- Most votes
- Most comments
0
datatype_check_threshold set's the tolerance level of data type validation. So if value is set datatype_check_threshold=0.1, it means it will not be triggering a violation if 10% or less data is not matching the requirement. If the percentage of input data that does not match the expected data exceed threshold i.e. 10% in our case, an error is raised indicating a data type mismatch. https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-byoc-constraints.html
answered 3 years ago
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 9 months ago
