Class CfnProcessingJobPropsMixin.FeatureStoreOutputProperty
Configuration for processing job outputs in Amazon SageMaker Feature Store.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnProcessingJobPropsMixin.FeatureStoreOutputProperty : CfnProcessingJobPropsMixin.IFeatureStoreOutputProperty
Syntax (vb)
Public Class CfnProcessingJobPropsMixin.FeatureStoreOutputProperty Implements 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
Constructors
| FeatureStoreOutputProperty() | Configuration for processing job outputs in Amazon SageMaker Feature Store. |
Properties
| FeatureGroupName | The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. |
Constructors
FeatureStoreOutputProperty()
Configuration for processing job outputs in Amazon SageMaker Feature Store.
public FeatureStoreOutputProperty()
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"
};
Properties
FeatureGroupName
The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output.
public string? FeatureGroupName { get; set; }
Property Value
Remarks
Note that your processing script is responsible for putting records into your Feature Store.