Interface CfnProcessingJob.FeatureStoreOutputProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnProcessingJob.FeatureStoreOutputProperty.Jsii$Proxy
Enclosing class:
CfnProcessingJob

@Stability(Stable) public static interface CfnProcessingJob.FeatureStoreOutputProperty extends software.amazon.jsii.JsiiSerializable
Configuration for processing job outputs in Amazon SageMaker Feature Store.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.sagemaker.*;
 FeatureStoreOutputProperty featureStoreOutputProperty = FeatureStoreOutputProperty.builder()
         .featureGroupName("featureGroupName")
         .build();
 

See Also: