aws / aws/sagemaker-python-sdk

Newline chars are not supported in sagemaker feature store string types

未关闭
#4,776 0 条评论 1 个 reaction 已指派 1 人 已被 @pintaoz-aws 认领 在 GitHub 查看
type: bug
主要语言
Python
星标
2.3k
派生
1.3k
平均合并
1 天 22 小时
30 天内合并 PR
35

描述

Similar issue to https://github.com/aws/sagemaker-python-sdk/issues/3295#issue-1336927723 where the sagemaker sdk will throw an exception like
```sh
ERROR:sagemaker.feature_store.feature_group:Failed to ingest row XX:
An error occurred (ValidationException) when calling the PutRecord operation:
1 validation error detected: Value ... at 'record.Y.member.valueAsString' failed to satisfy constraint:
Member must satisfy regular expression pattern: .*
```

if a feature record value string has a `\n` in it. This should be supported for features that contain long text.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。