aws-sdk-comprehendmedical 1.97.0

AWS SDK for AWS Comprehend Medical
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StopSNOMEDCTInferenceJob`](crate::operation::stop_snomedct_inference_job::builders::StopSNOMEDCTInferenceJobFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`job_id(impl Into<String>)`](crate::operation::stop_snomedct_inference_job::builders::StopSNOMEDCTInferenceJobFluentBuilder::job_id) / [`set_job_id(Option<String>)`](crate::operation::stop_snomedct_inference_job::builders::StopSNOMEDCTInferenceJobFluentBuilder::set_job_id):<br>required: **true**<br><p>The job id of the asynchronous InferSNOMEDCT job to be stopped.</p><br>
    /// - On success, responds with [`StopSnomedctInferenceJobOutput`](crate::operation::stop_snomedct_inference_job::StopSnomedctInferenceJobOutput) with field(s):
    ///   - [`job_id(Option<String>)`](crate::operation::stop_snomedct_inference_job::StopSnomedctInferenceJobOutput::job_id): <p>The identifier generated for the job. To get the status of job, use this identifier with the DescribeSNOMEDCTInferenceJob operation.</p>
    /// - On failure, responds with [`SdkError<StopSNOMEDCTInferenceJobError>`](crate::operation::stop_snomedct_inference_job::StopSNOMEDCTInferenceJobError)
    pub fn stop_snomedct_inference_job(&self) -> crate::operation::stop_snomedct_inference_job::builders::StopSNOMEDCTInferenceJobFluentBuilder {
        crate::operation::stop_snomedct_inference_job::builders::StopSNOMEDCTInferenceJobFluentBuilder::new(self.handle.clone())
    }
}