#[non_exhaustive]pub struct BatchInferenceJobOutput { /* private fields */ }
Expand description
The output configuration parameters of a batch inference job.
Implementations§
source§impl BatchInferenceJobOutput
impl BatchInferenceJobOutput
sourcepub fn s3_data_destination(&self) -> Option<&S3DataConfig>
pub fn s3_data_destination(&self) -> Option<&S3DataConfig>
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
source§impl BatchInferenceJobOutput
impl BatchInferenceJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchInferenceJobOutput
.
Trait Implementations§
source§impl Clone for BatchInferenceJobOutput
impl Clone for BatchInferenceJobOutput
source§fn clone(&self) -> BatchInferenceJobOutput
fn clone(&self) -> BatchInferenceJobOutput
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 Debug for BatchInferenceJobOutput
impl Debug for BatchInferenceJobOutput
source§impl PartialEq<BatchInferenceJobOutput> for BatchInferenceJobOutput
impl PartialEq<BatchInferenceJobOutput> for BatchInferenceJobOutput
source§fn eq(&self, other: &BatchInferenceJobOutput) -> bool
fn eq(&self, other: &BatchInferenceJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.