Struct aws_sdk_personalize::input::create_dataset_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateDatasetInput
Implementations
The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
Consumes the builder and constructs a CreateDatasetInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
