#[non_exhaustive]pub struct DescribeBatchInferenceJobInput { /* private fields */ }
Implementations§
source§impl DescribeBatchInferenceJobInput
impl DescribeBatchInferenceJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeBatchInferenceJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeBatchInferenceJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeBatchInferenceJob
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeBatchInferenceJobInput
.
source§impl DescribeBatchInferenceJobInput
impl DescribeBatchInferenceJobInput
sourcepub fn batch_inference_job_arn(&self) -> Option<&str>
pub fn batch_inference_job_arn(&self) -> Option<&str>
The ARN of the batch inference job to describe.
Trait Implementations§
source§impl Clone for DescribeBatchInferenceJobInput
impl Clone for DescribeBatchInferenceJobInput
source§fn clone(&self) -> DescribeBatchInferenceJobInput
fn clone(&self) -> DescribeBatchInferenceJobInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DescribeBatchInferenceJobInput> for DescribeBatchInferenceJobInput
impl PartialEq<DescribeBatchInferenceJobInput> for DescribeBatchInferenceJobInput
source§fn eq(&self, other: &DescribeBatchInferenceJobInput) -> bool
fn eq(&self, other: &DescribeBatchInferenceJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.