#[non_exhaustive]pub struct RecommendationJobPayloadConfig { /* private fields */ }Expand description
The configuration for the payload for a recommendation job.
Implementations
sourceimpl RecommendationJobPayloadConfig
impl RecommendationJobPayloadConfig
sourcepub fn sample_payload_url(&self) -> Option<&str>
pub fn sample_payload_url(&self) -> Option<&str>
The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
sourcepub fn supported_content_types(&self) -> Option<&[String]>
pub fn supported_content_types(&self) -> Option<&[String]>
The supported MIME types for the input data.
sourceimpl RecommendationJobPayloadConfig
impl RecommendationJobPayloadConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecommendationJobPayloadConfig.
Trait Implementations
sourceimpl Clone for RecommendationJobPayloadConfig
impl Clone for RecommendationJobPayloadConfig
sourcefn clone(&self) -> RecommendationJobPayloadConfig
fn clone(&self) -> RecommendationJobPayloadConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<RecommendationJobPayloadConfig> for RecommendationJobPayloadConfig
impl PartialEq<RecommendationJobPayloadConfig> for RecommendationJobPayloadConfig
sourcefn eq(&self, other: &RecommendationJobPayloadConfig) -> bool
fn eq(&self, other: &RecommendationJobPayloadConfig) -> bool
impl StructuralPartialEq for RecommendationJobPayloadConfig
Auto Trait Implementations
impl RefUnwindSafe for RecommendationJobPayloadConfig
impl Send for RecommendationJobPayloadConfig
impl Sync for RecommendationJobPayloadConfig
impl Unpin for RecommendationJobPayloadConfig
impl UnwindSafe for RecommendationJobPayloadConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more