interface FeatureGroupReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Sagemaker.FeatureGroupReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssagemaker#FeatureGroupReference |
Java | software.amazon.awscdk.interfaces.sagemaker.FeatureGroupReference |
Python | aws_cdk.interfaces.aws_sagemaker.FeatureGroupReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_sagemaker } from 'aws-cdk-lib/interfaces';
const featureGroupReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript