Show / Hide Table of Contents

Class CfnProcessingJob.FeatureStoreOutputProperty

Configuration for processing job outputs in Amazon SageMaker Feature Store.

Inheritance
object
CfnProcessingJob.FeatureStoreOutputProperty
Implements
CfnProcessingJob.IFeatureStoreOutputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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

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

Implements

CfnProcessingJob.IFeatureStoreOutputProperty
Back to top Generated by DocFX