pub struct FeatureGroup { /* private fields */ }Expand description
The AWS::SageMaker::FeatureGroup resource type.
Trait Implementations§
Source§impl Debug for FeatureGroup
impl Debug for FeatureGroup
Source§impl Default for FeatureGroup
impl Default for FeatureGroup
Source§fn default() -> FeatureGroup
fn default() -> FeatureGroup
Returns the “default value” for a type. Read more
Source§impl From<FeatureGroupProperties> for FeatureGroup
impl From<FeatureGroupProperties> for FeatureGroup
Source§fn from(properties: FeatureGroupProperties) -> FeatureGroup
fn from(properties: FeatureGroupProperties) -> FeatureGroup
Converts to this type from the input type.
Source§impl Resource for FeatureGroup
impl Resource for FeatureGroup
Source§const TYPE: &'static str = "AWS::SageMaker::FeatureGroup"
const TYPE: &'static str = "AWS::SageMaker::FeatureGroup"
Uniquely identifies the resource type.
Source§type Properties = FeatureGroupProperties
type Properties = FeatureGroupProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &FeatureGroupProperties
fn properties(&self) -> &FeatureGroupProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut FeatureGroupProperties
fn properties_mut(&mut self) -> &mut FeatureGroupProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for FeatureGroup
impl RefUnwindSafe for FeatureGroup
impl Send for FeatureGroup
impl Sync for FeatureGroup
impl Unpin for FeatureGroup
impl UnwindSafe for FeatureGroup
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more