Struct aws_sdk_sagemaker::model::feature_group::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for FeatureGroup
Implementations
The Amazon Resource Name (ARN) of a FeatureGroup
.
The Amazon Resource Name (ARN) of a FeatureGroup
.
The name of the FeatureGroup
.
The name of the FeatureGroup
.
The name of the Feature
whose value uniquely identifies a
Record
defined in the FeatureGroup
FeatureDefinitions
.
The name of the Feature
whose value uniquely identifies a
Record
defined in the FeatureGroup
FeatureDefinitions
.
The name of the feature that stores the EventTime
of a Record in a
FeatureGroup
.
A EventTime
is point in time when a new event
occurs that corresponds to the creation or update of a Record
in
FeatureGroup
. All Records
in the FeatureGroup
must have a corresponding EventTime
.
The name of the feature that stores the EventTime
of a Record in a
FeatureGroup
.
A EventTime
is point in time when a new event
occurs that corresponds to the creation or update of a Record
in
FeatureGroup
. All Records
in the FeatureGroup
must have a corresponding EventTime
.
Appends an item to feature_definitions
.
To override the contents of this collection use set_feature_definitions
.
A list of Feature
s. Each Feature
must include a
FeatureName
and a FeatureType
.
Valid FeatureType
s are Integral
, Fractional
and
String
.
FeatureName
s cannot be any of the following: is_deleted
,
write_time
, api_invocation_time
.
You can create up to 2,500 FeatureDefinition
s per
FeatureGroup
.
A list of Feature
s. Each Feature
must include a
FeatureName
and a FeatureType
.
Valid FeatureType
s are Integral
, Fractional
and
String
.
FeatureName
s cannot be any of the following: is_deleted
,
write_time
, api_invocation_time
.
You can create up to 2,500 FeatureDefinition
s per
FeatureGroup
.
The time a FeatureGroup
was created.
The time a FeatureGroup
was created.
Use this to specify the Amazon Web Services Key Management Service (KMS) Key ID, or
KMSKeyId
, for at rest data encryption. You can turn
OnlineStore
on or off by specifying the EnableOnlineStore
flag
at General Assembly; the default value is False
.
Use this to specify the Amazon Web Services Key Management Service (KMS) Key ID, or
KMSKeyId
, for at rest data encryption. You can turn
OnlineStore
on or off by specifying the EnableOnlineStore
flag
at General Assembly; the default value is False
.
The configuration of an OfflineStore
.
Provide an OfflineStoreConfig
in a request to
CreateFeatureGroup
to create an OfflineStore
.
To encrypt an OfflineStore
using at rest data encryption, specify Amazon Web Services Key
Management Service (KMS) key ID, or KMSKeyId
, in
S3StorageConfig
.
The configuration of an OfflineStore
.
Provide an OfflineStoreConfig
in a request to
CreateFeatureGroup
to create an OfflineStore
.
To encrypt an OfflineStore
using at rest data encryption, specify Amazon Web Services Key
Management Service (KMS) key ID, or KMSKeyId
, in
S3StorageConfig
.
The Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.
The Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.
A FeatureGroup
status.
A FeatureGroup
status.
The status of OfflineStore
.
The status of OfflineStore
.
The reason that the FeatureGroup
failed to
be replicated in the OfflineStore
. This is
failure may be due to a failure to create a FeatureGroup
in
or delete a FeatureGroup
from the OfflineStore
.
The reason that the FeatureGroup
failed to
be replicated in the OfflineStore
. This is
failure may be due to a failure to create a FeatureGroup
in
or delete a FeatureGroup
from the OfflineStore
.
A free form description of a FeatureGroup
.
A free form description of a FeatureGroup
.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Tags used to define a FeatureGroup
.
Tags used to define a FeatureGroup
.
Consumes the builder and constructs a FeatureGroup
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