Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “Comprehend can take time to train your model. You can use Amazon Comprehend’s describe_document_classifier()
command or check on the AWS Management Console for the completion status.”
A block of code is set as follows:
chapter2_syncdensedoc = "syncdensetext.png" display(Image(url=s3.generate_presigned_url('get_ object', Params={'Bucket': s3BucketName, 'Key': chapter2_ syncdensedoc})))
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “The installer will present the following License Agreement screen. Click I Agree.”
Tips or Important Notes
Appear like this.