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) IfClinicalNoteGenerationResultisFAILED, 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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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
MedicalScribeSessionControlEventevent (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 inClinicalNoteOutputLocationandTranscriptOutputLocation. If the status isFAILED,FailureReasonprovides 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
MedicalScribeSessionControlEventevent (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 inClinicalNoteOutputLocationandTranscriptOutputLocation. If the status isFAILED,FailureReasonprovides 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
MedicalScribeSessionControlEventevent (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 inClinicalNoteOutputLocationandTranscriptOutputLocation. If the status isFAILED,FailureReasonprovides 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
MedicalScribeSessionControlEventevent (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 inClinicalNoteOutputLocationandTranscriptOutputLocation. If the status isFAILED,FailureReasonprovides details about the failure.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
failureReason
If
ClinicalNoteGenerationResultisFAILED, information about why it failed.- Parameters:
failureReason- IfClinicalNoteGenerationResultisFAILED, information about why it failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-