From the course: Rust for Data Engineering

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Prototyping AI APIs with AWS CloudShell

Prototyping AI APIs with AWS CloudShell - Rust Tutorial

From the course: Rust for Data Engineering

Prototyping AI APIs with AWS CloudShell

- [Instructor] Okay, let's get started here with these AI services. On AWS, we have everything from advanced text analytics, automated code reviews, chatbots, forecasting, document analysis, you name it. There's a lot of things. What I like to do is I like to start with the CloudShell and what's awesome about the CloudShell is that you can try out and prototype ideas. And if you want to look at some of the examples that are fully baked, you can go to noahgift/DotNetAWSComprehend and you can see some of these examples here. I'm going to go ahead and get started here and paste in the aws comprehend detection. So to start out with, I'm going to say aws and then I can say comprehend. And what's nice is if I go through here and just do a help, it will show me more about what this service can do. And notice that it says, these are the available sub commands: so it can do batch-detect-dominant-language, classify-document, all…

Contents