1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeSNOMEDCTInferenceJob`](crate::operation::describe_snomedct_inference_job::builders::DescribeSNOMEDCTInferenceJobFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`job_id(impl Into<String>)`](crate::operation::describe_snomedct_inference_job::builders::DescribeSNOMEDCTInferenceJobFluentBuilder::job_id) / [`set_job_id(Option<String>)`](crate::operation::describe_snomedct_inference_job::builders::DescribeSNOMEDCTInferenceJobFluentBuilder::set_job_id):<br>required: **true**<br><p>The identifier that Amazon Comprehend Medical generated for the job. The StartSNOMEDCTInferenceJob operation returns this identifier in its response.</p><br>
    /// - On success, responds with [`DescribeSnomedctInferenceJobOutput`](crate::operation::describe_snomedct_inference_job::DescribeSnomedctInferenceJobOutput) with field(s):
    ///   - [`comprehend_medical_async_job_properties(Option<ComprehendMedicalAsyncJobProperties>)`](crate::operation::describe_snomedct_inference_job::DescribeSnomedctInferenceJobOutput::comprehend_medical_async_job_properties): <p>Provides information about a detection job.</p>
    /// - On failure, responds with [`SdkError<DescribeSNOMEDCTInferenceJobError>`](crate::operation::describe_snomedct_inference_job::DescribeSNOMEDCTInferenceJobError)
    pub fn describe_snomedct_inference_job(
        &self,
    ) -> crate::operation::describe_snomedct_inference_job::builders::DescribeSNOMEDCTInferenceJobFluentBuilder {
        crate::operation::describe_snomedct_inference_job::builders::DescribeSNOMEDCTInferenceJobFluentBuilder::new(self.handle.clone())
    }
}