Skip to content

Commit 1c074ec

Browse files
author
awstools
committed
docs(client-transcribe): Updating documentation for post call analytics job queueing.
1 parent 49499b1 commit 1c074ec

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ export interface StartCallAnalyticsJobCommandOutput extends StartCallAnalyticsJo
4444
* <p>To make a <code>StartCallAnalyticsJob</code> request, you must first upload your media
4545
* file into an Amazon S3 bucket; you can then specify the Amazon S3
4646
* location of the file using the <code>Media</code> parameter.</p>
47-
* <p>Note that job queuing is enabled by default for Call Analytics jobs.</p>
47+
* <p>Job queuing is available for Call Analytics jobs. If you pass a <code>DataAccessRoleArn</code>
48+
* in your request and you exceed your Concurrent Job Limit, your job will automatically be
49+
* added to a queue to be processed once your concurrent job count is below the limit.</p>
4850
* <p>You must include the following parameters in your <code>StartCallAnalyticsJob</code>
4951
* request:</p>
5052
* <ul>
@@ -61,12 +63,6 @@ export interface StartCallAnalyticsJobCommandOutput extends StartCallAnalyticsJo
6163
* </li>
6264
* <li>
6365
* <p>
64-
* <code>DataAccessRoleArn</code>: The Amazon Resource Name (ARN) of an IAM role
65-
* that has permissions to access the Amazon S3 bucket that contains your
66-
* input files.</p>
67-
* </li>
68-
* <li>
69-
* <p>
7066
* <code>Media</code> (<code>MediaFileUri</code> or
7167
* <code>RedactedMediaFileUri</code>): The Amazon S3 location of your
7268
* media file.</p>

clients/client-transcribe/src/models/models_0.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,11 +1552,12 @@ export interface ClinicalNoteGenerationSettings {
15521552
* <p>Specify one of the following templates to use for the clinical note summary. The default is <code>HISTORY_AND_PHYSICAL</code>.</p>
15531553
* <ul>
15541554
* <li>
1555-
* <p>HISTORY_AND_PHYSICAL: Provides summaries for key sections of the clinical documentation. Sections include Chief Complaint,
1556-
* History of Present Illness, Review of Systems, Past Medical History, Assessment, and Plan.</p>
1555+
* <p>HISTORY_AND_PHYSICAL: Provides summaries for key sections of the clinical documentation. Examples of sections include Chief Complaint, History of Present Illness, Review of Systems, Past Medical History, Assessment, and Plan.
1556+
* </p>
15571557
* </li>
15581558
* <li>
1559-
* <p>GIRPP: Provides summaries based on the patients progress toward goals. Sections include Goal, Intervention, Response, Progress, and Plan.</p>
1559+
* <p>GIRPP: Provides summaries based on the patients progress toward goals. Examples of sections include Goal, Intervention,
1560+
* Response, Progress, and Plan.</p>
15601561
* </li>
15611562
* </ul>
15621563
* @public

codegen/sdk-codegen/aws-models/transcribe.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@
585585
"NoteTemplate": {
586586
"target": "com.amazonaws.transcribe#MedicalScribeNoteTemplate",
587587
"traits": {
588-
"smithy.api#documentation": "<p>Specify one of the following templates to use for the clinical note summary. The default is <code>HISTORY_AND_PHYSICAL</code>.</p>\n <ul>\n <li>\n <p>HISTORY_AND_PHYSICAL: Provides summaries for key sections of the clinical documentation. Sections include Chief Complaint, \n History of Present Illness, Review of Systems, Past Medical History, Assessment, and Plan.</p>\n </li>\n <li>\n <p>GIRPP: Provides summaries based on the patients progress toward goals. Sections include Goal, Intervention, Response, Progress, and Plan.</p>\n </li>\n </ul>"
588+
"smithy.api#documentation": "<p>Specify one of the following templates to use for the clinical note summary. The default is <code>HISTORY_AND_PHYSICAL</code>.</p>\n <ul>\n <li>\n <p>HISTORY_AND_PHYSICAL: Provides summaries for key sections of the clinical documentation. Examples of sections include Chief Complaint, History of Present Illness, Review of Systems, Past Medical History, Assessment, and Plan.\n </p>\n </li>\n <li>\n <p>GIRPP: Provides summaries based on the patients progress toward goals. Examples of sections include Goal, Intervention,\n Response, Progress, and Plan.</p>\n </li>\n </ul>"
589589
}
590590
}
591591
},
@@ -5280,7 +5280,7 @@
52805280
}
52815281
],
52825282
"traits": {
5283-
"smithy.api#documentation": "<p>Transcribes the audio from a customer service call and applies any additional Request\n Parameters you choose to include in your request.</p>\n <p>In addition to many standard transcription features, Call Analytics provides you with\n call characteristics, call summarization, speaker sentiment, and optional redaction of\n your text transcript and your audio file. You can also apply custom categories to flag\n specified conditions. To learn more about these features and insights, refer to <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/call-analytics.html\">Analyzing call\n center audio with Call Analytics</a>.</p>\n <p>If you want to apply categories to your Call Analytics job, you must create them\n before submitting your job request. Categories cannot be retroactively applied to a job.\n To create a new category, use the \n operation. To learn more about Call Analytics categories, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-batch.html\">Creating categories for post-call \n transcriptions</a> and <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-stream.html\">Creating categories for \n real-time transcriptions</a>.</p>\n <p>To make a <code>StartCallAnalyticsJob</code> request, you must first upload your media\n file into an Amazon S3 bucket; you can then specify the Amazon S3\n location of the file using the <code>Media</code> parameter.</p>\n <p>Note that job queuing is enabled by default for Call Analytics jobs.</p>\n <p>You must include the following parameters in your <code>StartCallAnalyticsJob</code>\n request:</p>\n <ul>\n <li>\n <p>\n <code>region</code>: The Amazon Web Services Region where you are making your\n request. For a list of Amazon Web Services Regions supported with Amazon Transcribe, refer to <a href=\"https://docs.aws.amazon.com/general/latest/gr/transcribe.html\">Amazon Transcribe endpoints and\n quotas</a>.</p>\n </li>\n <li>\n <p>\n <code>CallAnalyticsJobName</code>: A custom name that you create for your\n transcription job that's unique within your Amazon Web Services account.</p>\n </li>\n <li>\n <p>\n <code>DataAccessRoleArn</code>: The Amazon Resource Name (ARN) of an IAM role\n that has permissions to access the Amazon S3 bucket that contains your\n input files.</p>\n </li>\n <li>\n <p>\n <code>Media</code> (<code>MediaFileUri</code> or\n <code>RedactedMediaFileUri</code>): The Amazon S3 location of your\n media file.</p>\n </li>\n </ul>\n <note>\n <p>With Call Analytics, you can redact the audio contained in your media file by\n including <code>RedactedMediaFileUri</code>, instead of <code>MediaFileUri</code>,\n to specify the location of your input audio. If you choose to redact your audio, you\n can find your redacted media at the location specified in the\n <code>RedactedMediaFileUri</code> field of your response.</p>\n </note>",
5283+
"smithy.api#documentation": "<p>Transcribes the audio from a customer service call and applies any additional Request\n Parameters you choose to include in your request.</p>\n <p>In addition to many standard transcription features, Call Analytics provides you with\n call characteristics, call summarization, speaker sentiment, and optional redaction of\n your text transcript and your audio file. You can also apply custom categories to flag\n specified conditions. To learn more about these features and insights, refer to <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/call-analytics.html\">Analyzing call\n center audio with Call Analytics</a>.</p>\n <p>If you want to apply categories to your Call Analytics job, you must create them\n before submitting your job request. Categories cannot be retroactively applied to a job.\n To create a new category, use the \n operation. To learn more about Call Analytics categories, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-batch.html\">Creating categories for post-call \n transcriptions</a> and <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-stream.html\">Creating categories for \n real-time transcriptions</a>.</p>\n <p>To make a <code>StartCallAnalyticsJob</code> request, you must first upload your media\n file into an Amazon S3 bucket; you can then specify the Amazon S3\n location of the file using the <code>Media</code> parameter.</p>\n <p>Job queuing is available for Call Analytics jobs. If you pass a <code>DataAccessRoleArn</code> \n in your request and you exceed your Concurrent Job Limit, your job will automatically be \n added to a queue to be processed once your concurrent job count is below the limit.</p>\n <p>You must include the following parameters in your <code>StartCallAnalyticsJob</code>\n request:</p>\n <ul>\n <li>\n <p>\n <code>region</code>: The Amazon Web Services Region where you are making your\n request. For a list of Amazon Web Services Regions supported with Amazon Transcribe, refer to <a href=\"https://docs.aws.amazon.com/general/latest/gr/transcribe.html\">Amazon Transcribe endpoints and\n quotas</a>.</p>\n </li>\n <li>\n <p>\n <code>CallAnalyticsJobName</code>: A custom name that you create for your\n transcription job that's unique within your Amazon Web Services account.</p>\n </li>\n <li>\n <p>\n <code>Media</code> (<code>MediaFileUri</code> or\n <code>RedactedMediaFileUri</code>): The Amazon S3 location of your\n media file.</p>\n </li>\n </ul>\n <note>\n <p>With Call Analytics, you can redact the audio contained in your media file by\n including <code>RedactedMediaFileUri</code>, instead of <code>MediaFileUri</code>,\n to specify the location of your input audio. If you choose to redact your audio, you\n can find your redacted media at the location specified in the\n <code>RedactedMediaFileUri</code> field of your response.</p>\n </note>",
52845284
"smithy.api#http": {
52855285
"method": "PUT",
52865286
"uri": "/callanalyticsjobs/{CallAnalyticsJobName}",

0 commit comments

Comments
 (0)