interface FeatureStoreOutputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins.CfnProcessingJobPropsMixin.FeatureStoreOutputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssagemaker/mixins#CfnProcessingJobPropsMixin_FeatureStoreOutputProperty |
Java | software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnProcessingJobPropsMixin.FeatureStoreOutputProperty |
Python | aws_cdk.mixins_preview.aws_sagemaker.mixins.CfnProcessingJobPropsMixin.FeatureStoreOutputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sagemaker » mixins » CfnProcessingJobPropsMixin » FeatureStoreOutputProperty |
Configuration for processing job outputs in Amazon SageMaker Feature Store.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as sagemaker_mixins } from '@aws-cdk/mixins-preview/aws-sagemaker';
const featureStoreOutputProperty: sagemaker_mixins.CfnProcessingJobPropsMixin.FeatureStoreOutputProperty = {
featureGroupName: 'featureGroupName',
};
Properties
| Name | Type | Description |
|---|---|---|
| feature | string | The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. |
featureGroupName?
Type:
string
(optional)
The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output.
Note that your processing script is responsible for putting records into your Feature Store.

.NET
Go
Java
Python
TypeScript