Struct aws_sdk_personalize::input::CreateRecommenderInput
source · [−]#[non_exhaustive]pub struct CreateRecommenderInput {
pub name: Option<String>,
pub dataset_group_arn: Option<String>,
pub recipe_arn: Option<String>,
pub recommender_config: Option<RecommenderConfig>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<String>The name of the recommender.
dataset_group_arn: Option<String>The Amazon Resource Name (ARN) of the destination domain dataset group for the recommender.
recipe_arn: Option<String>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.
recommender_config: Option<RecommenderConfig>The configuration details of the recommender.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateRecommender, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateRecommender, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateRecommender>
Creates a new builder-style object to manufacture CreateRecommenderInput
The Amazon Resource Name (ARN) of the destination domain dataset group for the recommender.
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.
The configuration details of the recommender.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateRecommenderInput
impl Send for CreateRecommenderInput
impl Sync for CreateRecommenderInput
impl Unpin for CreateRecommenderInput
impl UnwindSafe for CreateRecommenderInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more