AIF-C01 • Practice Test 18
Free AIF-C01 practice test — 15 questions with explanations. Set 18. No signup required.
A developer invoked an Amazon Bedrock model and received this output. What does the stopReason field indicate?
Refer to the exhibit.
Exhibit:
```
{
"outputText": "The quick brown fox...",
"stopReason": "max_tokens"
}
```