Struct aws_sdk_personalize::input::CreateRecommenderInput
source · #[non_exhaustive]pub struct CreateRecommenderInput { /* private fields */ }
Implementations§
source§impl CreateRecommenderInput
impl CreateRecommenderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateRecommender, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateRecommender, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateRecommender
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateRecommenderInput
.
source§impl CreateRecommenderInput
impl CreateRecommenderInput
sourcepub fn dataset_group_arn(&self) -> Option<&str>
pub fn dataset_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the destination domain dataset group for the recommender.
sourcepub fn recipe_arn(&self) -> Option<&str>
pub fn recipe_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the recipe that the recommender will use. For a recommender, a recipe is a Domain dataset group use case. Only Domain dataset group use cases can be used to create a recommender. For information about use cases see Choosing recommender use cases.
sourcepub fn recommender_config(&self) -> Option<&RecommenderConfig>
pub fn recommender_config(&self) -> Option<&RecommenderConfig>
The configuration details of the recommender.
A list of tags to apply to the recommender.
Trait Implementations§
source§impl Clone for CreateRecommenderInput
impl Clone for CreateRecommenderInput
source§fn clone(&self) -> CreateRecommenderInput
fn clone(&self) -> CreateRecommenderInput
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 CreateRecommenderInput
impl Debug for CreateRecommenderInput
source§impl PartialEq<CreateRecommenderInput> for CreateRecommenderInput
impl PartialEq<CreateRecommenderInput> for CreateRecommenderInput
source§fn eq(&self, other: &CreateRecommenderInput) -> bool
fn eq(&self, other: &CreateRecommenderInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.