Struct aws_sdk_personalize::model::BatchInferenceJobInput
source · #[non_exhaustive]pub struct BatchInferenceJobInput { /* private fields */ }
Expand description
The input configuration of a batch inference job.
Implementations§
source§impl BatchInferenceJobInput
impl BatchInferenceJobInput
sourcepub fn s3_data_source(&self) -> Option<&S3DataConfig>
pub fn s3_data_source(&self) -> Option<&S3DataConfig>
The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
source§impl BatchInferenceJobInput
impl BatchInferenceJobInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchInferenceJobInput
.
Trait Implementations§
source§impl Clone for BatchInferenceJobInput
impl Clone for BatchInferenceJobInput
source§fn clone(&self) -> BatchInferenceJobInput
fn clone(&self) -> BatchInferenceJobInput
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 BatchInferenceJobInput
impl Debug for BatchInferenceJobInput
source§impl PartialEq<BatchInferenceJobInput> for BatchInferenceJobInput
impl PartialEq<BatchInferenceJobInput> for BatchInferenceJobInput
source§fn eq(&self, other: &BatchInferenceJobInput) -> bool
fn eq(&self, other: &BatchInferenceJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.