// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeEdgePackagingJob`](crate::operation::describe_edge_packaging_job::builders::DescribeEdgePackagingJobFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`edge_packaging_job_name(impl Into<String>)`](crate::operation::describe_edge_packaging_job::builders::DescribeEdgePackagingJobFluentBuilder::edge_packaging_job_name) / [`set_edge_packaging_job_name(Option<String>)`](crate::operation::describe_edge_packaging_job::builders::DescribeEdgePackagingJobFluentBuilder::set_edge_packaging_job_name): <p>The name of the edge packaging job.</p>
/// - On success, responds with [`DescribeEdgePackagingJobOutput`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput) with field(s):
/// - [`edge_packaging_job_arn(Option<String>)`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput::edge_packaging_job_arn): <p>The Amazon Resource Name (ARN) of the edge packaging job.</p>
/// - [`edge_packaging_job_name(Option<String>)`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput::edge_packaging_job_name): <p>The name of the edge packaging job.</p>
/// - [`compilation_job_name(Option<String>)`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput::compilation_job_name): <p>The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.</p>
/// - [`model_name(Option<String>)`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput::model_name): <p>The name of the model.</p>
/// - [`model_version(Option<String>)`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput::model_version): <p>The version of the model.</p>
/// - [`role_arn(Option<String>)`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput::role_arn): <p>The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact Neo.</p>
/// - [`output_config(Option<EdgeOutputConfig>)`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput::output_config): <p>The output configuration for the edge packaging job.</p>
/// - [`resource_key(Option<String>)`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput::resource_key): <p>The Amazon Web Services KMS key to use when encrypting the EBS volume the job run on.</p>
/// - [`edge_packaging_job_status(Option<EdgePackagingJobStatus>)`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput::edge_packaging_job_status): <p>The current status of the packaging job.</p>
/// - [`edge_packaging_job_status_message(Option<String>)`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput::edge_packaging_job_status_message): <p>Returns a message describing the job status and error messages.</p>
/// - [`creation_time(Option<DateTime>)`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput::creation_time): <p>The timestamp of when the packaging job was created.</p>
/// - [`last_modified_time(Option<DateTime>)`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput::last_modified_time): <p>The timestamp of when the job was last updated.</p>
/// - [`model_artifact(Option<String>)`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput::model_artifact): <p>The Amazon Simple Storage (S3) URI where model artifacts ares stored.</p>
/// - [`model_signature(Option<String>)`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput::model_signature): <p>The signature document of files in the model artifact.</p>
/// - [`preset_deployment_output(Option<EdgePresetDeploymentOutput>)`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobOutput::preset_deployment_output): <p>The output of a SageMaker Edge Manager deployable resource.</p>
/// - On failure, responds with [`SdkError<DescribeEdgePackagingJobError>`](crate::operation::describe_edge_packaging_job::DescribeEdgePackagingJobError)
pub fn describe_edge_packaging_job(&self) -> crate::operation::describe_edge_packaging_job::builders::DescribeEdgePackagingJobFluentBuilder {
crate::operation::describe_edge_packaging_job::builders::DescribeEdgePackagingJobFluentBuilder::new(self.handle.clone())
}
}