#[non_exhaustive]pub struct BatchInferenceJobInputBuilder { /* private fields */ }
Expand description
A builder for BatchInferenceJobInput
.
Implementations§
source§impl BatchInferenceJobInputBuilder
impl BatchInferenceJobInputBuilder
sourcepub fn s3_data_source(self, input: S3DataConfig) -> Self
pub fn s3_data_source(self, input: S3DataConfig) -> Self
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.
This field is required.sourcepub fn set_s3_data_source(self, input: Option<S3DataConfig>) -> Self
pub fn set_s3_data_source(self, input: Option<S3DataConfig>) -> Self
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.
sourcepub fn get_s3_data_source(&self) -> &Option<S3DataConfig>
pub fn get_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.
sourcepub fn build(self) -> BatchInferenceJobInput
pub fn build(self) -> BatchInferenceJobInput
Consumes the builder and constructs a BatchInferenceJobInput
.
Trait Implementations§
source§impl Clone for BatchInferenceJobInputBuilder
impl Clone for BatchInferenceJobInputBuilder
source§fn clone(&self) -> BatchInferenceJobInputBuilder
fn clone(&self) -> BatchInferenceJobInputBuilder
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 Default for BatchInferenceJobInputBuilder
impl Default for BatchInferenceJobInputBuilder
source§fn default() -> BatchInferenceJobInputBuilder
fn default() -> BatchInferenceJobInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchInferenceJobInputBuilder
impl PartialEq for BatchInferenceJobInputBuilder
source§fn eq(&self, other: &BatchInferenceJobInputBuilder) -> bool
fn eq(&self, other: &BatchInferenceJobInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchInferenceJobInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchInferenceJobInputBuilder
impl Send for BatchInferenceJobInputBuilder
impl Sync for BatchInferenceJobInputBuilder
impl Unpin for BatchInferenceJobInputBuilder
impl UnwindSafe for BatchInferenceJobInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.