#[non_exhaustive]pub struct BatchInferenceJobConfig { /* private fields */ }
Expand description
The configuration details of a batch inference job.
Implementations§
source§impl BatchInferenceJobConfig
impl BatchInferenceJobConfig
sourcepub fn item_exploration_config(&self) -> Option<&HashMap<String, String>>
pub fn item_exploration_config(&self) -> Option<&HashMap<String, String>>
A string to string map specifying the exploration configuration hyperparameters, including explorationWeight
and explorationItemAgeCutOff
, you want to use to configure the amount of item exploration Amazon Personalize uses when recommending items. See User-Personalization.
source§impl BatchInferenceJobConfig
impl BatchInferenceJobConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchInferenceJobConfig
.
Trait Implementations§
source§impl Clone for BatchInferenceJobConfig
impl Clone for BatchInferenceJobConfig
source§fn clone(&self) -> BatchInferenceJobConfig
fn clone(&self) -> BatchInferenceJobConfig
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 BatchInferenceJobConfig
impl Debug for BatchInferenceJobConfig
source§impl PartialEq<BatchInferenceJobConfig> for BatchInferenceJobConfig
impl PartialEq<BatchInferenceJobConfig> for BatchInferenceJobConfig
source§fn eq(&self, other: &BatchInferenceJobConfig) -> bool
fn eq(&self, other: &BatchInferenceJobConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.