Interface ProcessingFeatureStoreOutput.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProcessingFeatureStoreOutput.Builder,ProcessingFeatureStoreOutput>, SdkBuilder<ProcessingFeatureStoreOutput.Builder,ProcessingFeatureStoreOutput>, SdkPojo
Enclosing class:
ProcessingFeatureStoreOutput

public static interface ProcessingFeatureStoreOutput.Builder extends SdkPojo, CopyableBuilder<ProcessingFeatureStoreOutput.Builder,ProcessingFeatureStoreOutput>
  • Method Details

    • featureGroupName

      ProcessingFeatureStoreOutput.Builder featureGroupName(String featureGroupName)

      The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your processing script is responsible for putting records into your Feature Store.

      Parameters:
      featureGroupName - The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your processing script is responsible for putting records into your Feature Store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.