Interface ClinicalNoteGenerationResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClinicalNoteGenerationResult.Builder,
,ClinicalNoteGenerationResult> SdkBuilder<ClinicalNoteGenerationResult.Builder,
,ClinicalNoteGenerationResult> SdkPojo
- Enclosing class:
ClinicalNoteGenerationResult
-
Method Summary
Modifier and TypeMethodDescriptionclinicalNoteOutputLocation
(String clinicalNoteOutputLocation) Holds the Amazon S3 URI for the output Clinical Note.failureReason
(String failureReason) IfClinicalNoteGenerationResult
isFAILED
, information about why it failed.The status of the clinical note generation.status
(ClinicalNoteGenerationStatus status) The status of the clinical note generation.transcriptOutputLocation
(String transcriptOutputLocation) Holds the Amazon S3 URI for the output Transcript.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clinicalNoteOutputLocation
Holds the Amazon S3 URI for the output Clinical Note.
- Parameters:
clinicalNoteOutputLocation
- Holds the Amazon S3 URI for the output Clinical Note.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transcriptOutputLocation
Holds the Amazon S3 URI for the output Transcript.
- Parameters:
transcriptOutputLocation
- Holds the Amazon S3 URI for the output Transcript.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the clinical note generation.
Possible Values:
-
IN_PROGRESS
-
FAILED
-
COMPLETED
After audio streaming finishes, and you send a
MedicalScribeSessionControlEvent
event (with END_OF_SESSION as the Type), the status is set toIN_PROGRESS
. If the status isCOMPLETED
, the analytics completed successfully, and you can find the results at the locations specified inClinicalNoteOutputLocation
andTranscriptOutputLocation
. If the status isFAILED
,FailureReason
provides details about the failure.- Parameters:
status
- The status of the clinical note generation.Possible Values:
-
IN_PROGRESS
-
FAILED
-
COMPLETED
After audio streaming finishes, and you send a
MedicalScribeSessionControlEvent
event (with END_OF_SESSION as the Type), the status is set toIN_PROGRESS
. If the status isCOMPLETED
, the analytics completed successfully, and you can find the results at the locations specified inClinicalNoteOutputLocation
andTranscriptOutputLocation
. If the status isFAILED
,FailureReason
provides details about the failure.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The status of the clinical note generation.
Possible Values:
-
IN_PROGRESS
-
FAILED
-
COMPLETED
After audio streaming finishes, and you send a
MedicalScribeSessionControlEvent
event (with END_OF_SESSION as the Type), the status is set toIN_PROGRESS
. If the status isCOMPLETED
, the analytics completed successfully, and you can find the results at the locations specified inClinicalNoteOutputLocation
andTranscriptOutputLocation
. If the status isFAILED
,FailureReason
provides details about the failure.- Parameters:
status
- The status of the clinical note generation.Possible Values:
-
IN_PROGRESS
-
FAILED
-
COMPLETED
After audio streaming finishes, and you send a
MedicalScribeSessionControlEvent
event (with END_OF_SESSION as the Type), the status is set toIN_PROGRESS
. If the status isCOMPLETED
, the analytics completed successfully, and you can find the results at the locations specified inClinicalNoteOutputLocation
andTranscriptOutputLocation
. If the status isFAILED
,FailureReason
provides details about the failure.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
failureReason
If
ClinicalNoteGenerationResult
isFAILED
, information about why it failed.- Parameters:
failureReason
- IfClinicalNoteGenerationResult
isFAILED
, information about why it failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-