aws-sdk-comprehendmedical 1.92.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 [`StopRxNormInferenceJob`](crate::operation::stop_rx_norm_inference_job::builders::StopRxNormInferenceJobFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`job_id(impl Into<String>)`](crate::operation::stop_rx_norm_inference_job::builders::StopRxNormInferenceJobFluentBuilder::job_id) / [`set_job_id(Option<String>)`](crate::operation::stop_rx_norm_inference_job::builders::StopRxNormInferenceJobFluentBuilder::set_job_id):<br>required: **true**<br><p>The identifier of the job.</p><br>
    /// - On success, responds with [`StopRxNormInferenceJobOutput`](crate::operation::stop_rx_norm_inference_job::StopRxNormInferenceJobOutput) with field(s):
    ///   - [`job_id(Option<String>)`](crate::operation::stop_rx_norm_inference_job::StopRxNormInferenceJobOutput::job_id): <p>The identifier generated for the job. To get the status of job, use this identifier with the <code>DescribeRxNormInferenceJob</code> operation.</p>
    /// - On failure, responds with [`SdkError<StopRxNormInferenceJobError>`](crate::operation::stop_rx_norm_inference_job::StopRxNormInferenceJobError)
    pub fn stop_rx_norm_inference_job(&self) -> crate::operation::stop_rx_norm_inference_job::builders::StopRxNormInferenceJobFluentBuilder {
        crate::operation::stop_rx_norm_inference_job::builders::StopRxNormInferenceJobFluentBuilder::new(self.handle.clone())
    }
}