Struct aws_sdk_personalize::input::CreateDatasetInput
source · [−]#[non_exhaustive]pub struct CreateDatasetInput {
pub name: Option<String>,
pub schema_arn: Option<String>,
pub dataset_group_arn: Option<String>,
pub dataset_type: Option<String>,
}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 for the dataset.
schema_arn: Option<String>The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
dataset_group_arn: Option<String>The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
dataset_type: Option<String>The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDataset, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDataset, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateDataset>
Creates a new builder-style object to manufacture CreateDatasetInput
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 type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
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 CreateDatasetInput
impl Send for CreateDatasetInput
impl Sync for CreateDatasetInput
impl Unpin for CreateDatasetInput
impl UnwindSafe for CreateDatasetInput
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