17
Introducing AI Models
Throughout the examples in this book, you’ve used conditions to determine which branch of a flow should execute. You’ve used conditions like:
- Is the purchase request value more or less than $1,000?
- Does the user have more or less than 100 Twitter followers?
- Is the approval response equal to Approved?
Those types of evaluations are useful when you’re working with hard data – numbers, Boolean values, or exact string matches. But what happens when you’re trying to make decisions with less straightforward data?
That’s where Artificial Intelligence (AI) models can become useful. AI models use AI to make determinations about a variety of different content and data types. For example, it may be very easy for a human to ...
Get Workflow Automation with Microsoft Power Automate, Second edition - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.