FeatureGroupReference
- class aws_cdk.aws_sagemaker.FeatureGroupReference(*, feature_group_name)
Bases:
object
A reference to a FeatureGroup resource.
- Parameters:
feature_group_name (
str
) – The FeatureGroupName of the FeatureGroup resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_sagemaker as sagemaker feature_group_reference = sagemaker.FeatureGroupReference( feature_group_name="featureGroupName" )
Attributes
- feature_group_name
The FeatureGroupName of the FeatureGroup resource.