Struct aws_sdk_personalize::model::Dataset
source · [−]#[non_exhaustive]pub struct Dataset {
pub name: Option<String>,
pub dataset_arn: Option<String>,
pub dataset_group_arn: Option<String>,
pub dataset_type: Option<String>,
pub schema_arn: Option<String>,
pub status: Option<String>,
pub creation_date_time: Option<DateTime>,
pub last_updated_date_time: Option<DateTime>,
}Expand description
Provides metadata for a dataset.
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 dataset.
dataset_arn: Option<String>The Amazon Resource Name (ARN) of the dataset that you want metadata for.
dataset_group_arn: Option<String>The Amazon Resource Name (ARN) of the dataset group.
dataset_type: Option<String>One of the following values:
-
Interactions
-
Items
-
Users
schema_arn: Option<String>The ARN of the associated schema.
status: Option<String>The status of the dataset.
A dataset can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
creation_date_time: Option<DateTime>The creation date and time (in Unix time) of the dataset.
last_updated_date_time: Option<DateTime>A time stamp that shows when the dataset was updated.
Implementations
The Amazon Resource Name (ARN) of the dataset that you want metadata for.
The Amazon Resource Name (ARN) of the dataset group.
One of the following values:
-
Interactions
-
Items
-
Users
The ARN of the associated schema.
The status of the dataset.
A dataset can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
The creation date and time (in Unix time) of the dataset.
A time stamp that shows when the dataset was updated.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Dataset
impl UnwindSafe for Dataset
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