Struct aws_sdk_sagemaker::model::feature_group_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for FeatureGroupSummary
Implementations
The name of FeatureGroup
.
The name of FeatureGroup
.
Unique identifier for the FeatureGroup
.
Unique identifier for the FeatureGroup
.
A timestamp indicating the time of creation time of the FeatureGroup
.
A timestamp indicating the time of creation time of the FeatureGroup
.
The status of a FeatureGroup. The status can be any of the following:
Creating
, Created
, CreateFail
,
Deleting
or DetailFail
.
The status of a FeatureGroup. The status can be any of the following:
Creating
, Created
, CreateFail
,
Deleting
or DetailFail
.
Notifies you if replicating data into the OfflineStore
has failed. Returns
either: Active
or Blocked
.
Notifies you if replicating data into the OfflineStore
has failed. Returns
either: Active
or Blocked
.
Consumes the builder and constructs a FeatureGroupSummary
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