Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-featurestoreoutput.html

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

string

Remarks

Note that your processing script is responsible for putting records into your Feature Store.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-featurestoreoutput.html#cfn-sagemaker-processingjob-featurestoreoutput-featuregroupname

Back to top Generated by DocFX