From the course: Advanced AI Analytics on AWS: Amazon Bedrock, Q, SageMaker Data Wrangler, and QuickSight
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Hands-on demo: Bedrock analytics with Rust
From the course: Advanced AI Analytics on AWS: Amazon Bedrock, Q, SageMaker Data Wrangler, and QuickSight
Hands-on demo: Bedrock analytics with Rust
- [Instructor] An emerging area of using large language models is to outsource some of the analytics operations that an organization would do by using a foundational model. In this case, we're going to use Bedrock and we're going to use some analytics workflow. So this is more of a proof of concept just to get some of the end-to-end pipeline working. And if I take a look at the README file here, you can see that this is a project in Rust that calls into the Bedrock Foundation API, and bases a forecast on sales data from a CSV. So first we would need Rust, we would need AWS credentials configured, we need an active AWS account and also the AWS SDK. And then you would go through here and do a forecast based on this sales data. So let's go ahead and take a look at the sales data. Again, a very simple kind of intentionally contrived data for this demo. And then if we look at the Cargo.toml file, this is where we're able to pull up everything that we need for the project. So in here, we…
Contents
-
-
-
Introduction to analytics with AI on AWS5m 42s
-
(Locked)
Visualizing Rust and Bedrock analytics integration2m 36s
-
(Locked)
Hands-on demo: Bedrock analytics with Rust5m 28s
-
(Locked)
Converting Python analytics code to Rust using GenAI4m 21s
-
(Locked)
Building an intelligent code transformation pipeline2m 39s
-
(Locked)
Implementing code instrumentation with GenAI on AWS8m 42s
-
(Locked)
Performance pipeline integration with GenAI3m 8s
-
-
-