interface FeatureGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.FeatureGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#FeatureGroupReference |
![]() | software.amazon.awscdk.services.sagemaker.FeatureGroupReference |
![]() | aws_cdk.aws_sagemaker.FeatureGroupReference |
![]() | aws-cdk-lib » aws_sagemaker » FeatureGroupReference |
A reference to a FeatureGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const featureGroupReference: sagemaker.FeatureGroupReference = {
featureGroupName: 'featureGroupName',
};
Properties
Name | Type | Description |
---|---|---|
feature | string | The FeatureGroupName of the FeatureGroup resource. |
featureGroupName
Type:
string
The FeatureGroupName of the FeatureGroup resource.