#aws #amazon #rusoto-aws #sagemaker-runtime

rusoto_sagemaker_runtime

AWS SDK for Rust - Amazon SageMaker Runtime @ 2017-05-13

12个重大发布

0.48.0 2022年4月25日
0.47.0 2021年6月30日
0.46.0 2021年1月6日
0.45.0 2020年7月22日
0.36.0 2018年12月11日

#177 in #rusoto-aws

Download history 60/week @ 2024-03-29 43/week @ 2024-04-05 62/week @ 2024-04-12 56/week @ 2024-04-19 55/week @ 2024-04-26 72/week @ 2024-05-03 84/week @ 2024-05-10 72/week @ 2024-05-17 100/week @ 2024-05-24 50/week @ 2024-05-31 30/week @ 2024-06-07 35/week @ 2024-06-14 47/week @ 2024-06-21 48/week @ 2024-06-28 26/week @ 2024-07-05 32/week @ 2024-07-12

161 每月下载量

MIT 许可证

115KB
2.5K SLoC

Rusoto SageMakerRuntime

Amazon SageMaker Runtime 的 Rust SDK

api-docs-badge crates-io license-badge

你可能还在找

要求

使用 Rusoto 需要Rust 稳定版或beta版。Nightly版本已测试,但未保证支持。旧版本可能支持。当前支持的 Rust 版本可在 Rusoto 项目的 travis.yml 中找到。

在Linux上,如果使用 native-tls 功能,则需要 OpenSSL。

安装

要在您的应用程序中使用 rusoto_sagemaker_runtime,请将其添加到您的 Cargo.toml 依赖项中

[dependencies]
rusoto_sagemaker_runtime = "0.48.0"

包功能

  • native-tls - 使用平台特定的 TLS 实现。
  • rustls - 使用 rustls TLS 实现。
  • serialize_structs - 大多数操作的输出结构体获得 derive(Serialize)
  • deserialize_structs - 大多数操作的输入结构体获得 derive(Deserialize)

注意:默认情况下,包将使用 native-tls TLS 实现。

贡献

请参阅 CONTRIBUTING

许可证

Rusoto 在 MIT 许可证下分发。

有关详细信息,请参阅 LICENSE

依赖关系

~9–24MB
~367K SLoC