#[non_exhaustive]pub struct RecommendationJobPayloadConfig { /* private fields */ }
Expand description
The configuration for the payload for a recommendation job.
Implementations§
source§impl 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.
source§impl RecommendationJobPayloadConfig
impl RecommendationJobPayloadConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecommendationJobPayloadConfig
.
Trait Implementations§
source§impl Clone for RecommendationJobPayloadConfig
impl Clone for RecommendationJobPayloadConfig
source§fn clone(&self) -> RecommendationJobPayloadConfig
fn clone(&self) -> RecommendationJobPayloadConfig
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 PartialEq<RecommendationJobPayloadConfig> for RecommendationJobPayloadConfig
impl PartialEq<RecommendationJobPayloadConfig> for RecommendationJobPayloadConfig
source§fn eq(&self, other: &RecommendationJobPayloadConfig) -> bool
fn eq(&self, other: &RecommendationJobPayloadConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.