Struct aws_sdk_sagemaker::operation::describe_processing_job::builders::DescribeProcessingJobFluentBuilder
source · pub struct DescribeProcessingJobFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeProcessingJob
.
Returns a description of a processing job.
Implementations§
source§impl DescribeProcessingJobFluentBuilder
impl DescribeProcessingJobFluentBuilder
sourcepub fn as_input(&self) -> &DescribeProcessingJobInputBuilder
pub fn as_input(&self) -> &DescribeProcessingJobInputBuilder
Access the DescribeProcessingJob as a reference.
sourcepub async fn send(
self
) -> Result<DescribeProcessingJobOutput, SdkError<DescribeProcessingJobError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeProcessingJobOutput, SdkError<DescribeProcessingJobError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DescribeProcessingJobOutput, DescribeProcessingJobError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribeProcessingJobOutput, DescribeProcessingJobError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn processing_job_name(self, input: impl Into<String>) -> Self
pub fn processing_job_name(self, input: impl Into<String>) -> Self
The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
sourcepub fn set_processing_job_name(self, input: Option<String>) -> Self
pub fn set_processing_job_name(self, input: Option<String>) -> Self
The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
sourcepub fn get_processing_job_name(&self) -> &Option<String>
pub fn get_processing_job_name(&self) -> &Option<String>
The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
Trait Implementations§
source§impl Clone for DescribeProcessingJobFluentBuilder
impl Clone for DescribeProcessingJobFluentBuilder
source§fn clone(&self) -> DescribeProcessingJobFluentBuilder
fn clone(&self) -> DescribeProcessingJobFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more