[ aws . transcribe ]
Lists medical transcription jobs with a specified status or substring that matches their names.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
list-medical-transcription-jobs
[--status <value>]
[--job-name-contains <value>]
[--next-token <value>]
[--max-results <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--cli-auto-prompt <value>]
--status
(string)
When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
Possible values:
QUEUED
IN_PROGRESS
FAILED
COMPLETED
--job-name-contains
(string)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
--next-token
(string)
If you a receive a truncated result in the previous request of
ListMedicalTranscriptionJobs
, includeNextToken
to fetch the next set of jobs.
--max-results
(integer)
The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command.
--cli-auto-prompt
(boolean)
Automatically prompt for CLI input parameters.
See ‘aws help’ for descriptions of global parameters.
Status -> (string)
The requested status of the medical transcription jobs returned.
NextToken -> (string)
The
ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by theMaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns theNextPage
token. Include the token in the next request to theListMedicalTranscriptionJobs
operation to return in the next page of jobs.
MedicalTranscriptionJobSummaries -> (list)
A list of objects containing summary information for a transcription job.
(structure)
Provides summary information about a transcription job.
MedicalTranscriptionJobName -> (string)
The name of a medical transcription job.
CreationTime -> (timestamp)
A timestamp that shows when the medical transcription job was created.
StartTime -> (timestamp)
A timestamp that shows when the job began processing.
CompletionTime -> (timestamp)
A timestamp that shows when the job was completed.
LanguageCode -> (string)
The language of the transcript in the source audio file.
TranscriptionJobStatus -> (string)
The status of the medical transcription job.
FailureReason -> (string)
If the
TranscriptionJobStatus
field isFAILED
, a description of the error.OutputLocationType -> (string)
Indicates the location of the transcription job’s output.
The
CUSTOMER_BUCKET
is the S3 location provided in theOutputBucketName
field when theSpecialty -> (string)
The medical specialty of the transcription job.
Primary care
is the only valid value.Type -> (string)
The speech of the clinician in the input audio.