Struct aws_sdk_personalize::input::ListRecommendersInput
source · [−]#[non_exhaustive]pub struct ListRecommendersInput {
pub dataset_group_arn: Option<String>,
pub next_token: Option<String>,
pub max_results: Option<i32>,
}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.dataset_group_arn: Option<String>The Amazon Resource Name (ARN) of the Domain dataset group to list the recommenders for. When a Domain dataset group is not specified, all the recommenders associated with the account are listed.
next_token: Option<String>A token returned from the previous call to ListRecommenders for getting the next set of recommenders (if they exist).
max_results: Option<i32>The maximum number of recommenders to return.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRecommenders, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRecommenders, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListRecommenders>
Creates a new builder-style object to manufacture ListRecommendersInput
The Amazon Resource Name (ARN) of the Domain dataset group to list the recommenders for. When a Domain dataset group is not specified, all the recommenders associated with the account are listed.
A token returned from the previous call to ListRecommenders for getting the next set of recommenders (if they exist).
The maximum number of recommenders to return.
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 ListRecommendersInput
impl Send for ListRecommendersInput
impl Sync for ListRecommendersInput
impl Unpin for ListRecommendersInput
impl UnwindSafe for ListRecommendersInput
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