AWS nova documentation change
Summary
Changed 'audience' to 'Reasoning' in section heading
Security assessment
This appears to be a minor editorial correction to a section header with no security implications or security-related content changes.
Diff
diff --git a/nova/latest/nova2-userguide/using-nova-capabilities.md b/nova/latest/nova2-userguide/using-nova-capabilities.md index 5c2f8f24d..8673c1c7f 100644 --- a//nova/latest/nova2-userguide/using-nova-capabilities.md +++ b//nova/latest/nova2-userguide/using-nova-capabilities.md @@ -6,0 +7,39 @@ +This guide provides task-based recipes and practical examples to help you integrate Nova's capabilities into your applications quickly and effectively. It is designed for developers and engineers who want to: + + * Integrate Nova models into their applications via API + + * Understand preprocessing requirements and optimization strategies + + * Implement multimodal understanding workflows + + + + +Each section provides: + + * Key technical information about supported formats, size limits, and token estimation + + * Code examples that demonstrate how to use API with both direct upload and Amazon S3 + + * Use cases that show practical applications + + * Limitations to consider when designing your application + + + + +**Prerequisites** + +Before you begin, ensure you have: + + * An AWS account with access to Amazon Bedrock + + * Appropriate IAM permissions for invoking Bedrock models + + * AWS SDK installed (Boto3 for Python examples) + + * Basic familiarity with AWS services, such as Amazon S3 (for large file handling) + + + + @@ -24 +63 @@ Prompting multimodal inputs -audience +Reasoning