Class CfnProcessingJob.FeatureStoreOutputProperty
Configuration for processing job outputs in Amazon SageMaker Feature Store.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnProcessingJob.FeatureStoreOutputProperty : CfnProcessingJob.IFeatureStoreOutputProperty
Syntax (vb)
Public Class CfnProcessingJob.FeatureStoreOutputProperty Implements CfnProcessingJob.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.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.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.