Interface CfnProcessingJobPropsMixin.IFeatureStoreOutputProperty
Configuration for processing job outputs in Amazon SageMaker Feature Store.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnProcessingJobPropsMixin.IFeatureStoreOutputProperty
Syntax (vb)
Public Interface CfnProcessingJobPropsMixin.IFeatureStoreOutputProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var featureStoreOutputProperty = new FeatureStoreOutputProperty {
FeatureGroupName = "featureGroupName"
};
Synopsis
Properties
| FeatureGroupName | The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. |
Properties
FeatureGroupName
The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output.
string? FeatureGroupName { get; }
Property Value
Remarks
Note that your processing script is responsible for putting records into your Feature Store.