#[non_exhaustive]pub struct CreateBatchInferenceJobOutput { /* private fields */ }
Implementations§
source§impl CreateBatchInferenceJobOutput
impl CreateBatchInferenceJobOutput
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.
source§impl CreateBatchInferenceJobOutput
impl CreateBatchInferenceJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBatchInferenceJobOutput
.
Trait Implementations§
source§impl Clone for CreateBatchInferenceJobOutput
impl Clone for CreateBatchInferenceJobOutput
source§fn clone(&self) -> CreateBatchInferenceJobOutput
fn clone(&self) -> CreateBatchInferenceJobOutput
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<CreateBatchInferenceJobOutput> for CreateBatchInferenceJobOutput
impl PartialEq<CreateBatchInferenceJobOutput> for CreateBatchInferenceJobOutput
source§fn eq(&self, other: &CreateBatchInferenceJobOutput) -> bool
fn eq(&self, other: &CreateBatchInferenceJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.