Struct aws_sdk_personalize::types::BatchSegmentJobInput
source · #[non_exhaustive]pub struct BatchSegmentJobInput { /* private fields */ }
Expand description
The input configuration of a batch segment job.
Implementations§
source§impl BatchSegmentJobInput
impl BatchSegmentJobInput
sourcepub fn s3_data_source(&self) -> Option<&S3DataConfig>
pub fn s3_data_source(&self) -> Option<&S3DataConfig>
The configuration details of an Amazon S3 input or output bucket.
source§impl BatchSegmentJobInput
impl BatchSegmentJobInput
sourcepub fn builder() -> BatchSegmentJobInputBuilder
pub fn builder() -> BatchSegmentJobInputBuilder
Creates a new builder-style object to manufacture BatchSegmentJobInput
.
Trait Implementations§
source§impl Clone for BatchSegmentJobInput
impl Clone for BatchSegmentJobInput
source§fn clone(&self) -> BatchSegmentJobInput
fn clone(&self) -> BatchSegmentJobInput
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 BatchSegmentJobInput
impl Debug for BatchSegmentJobInput
source§impl PartialEq<BatchSegmentJobInput> for BatchSegmentJobInput
impl PartialEq<BatchSegmentJobInput> for BatchSegmentJobInput
source§fn eq(&self, other: &BatchSegmentJobInput) -> bool
fn eq(&self, other: &BatchSegmentJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchSegmentJobInput
Auto Trait Implementations§
impl RefUnwindSafe for BatchSegmentJobInput
impl Send for BatchSegmentJobInput
impl Sync for BatchSegmentJobInput
impl Unpin for BatchSegmentJobInput
impl UnwindSafe for BatchSegmentJobInput
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