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 Summary
Modifier and TypeMethodDescriptionfeatureGroupName
(String featureGroupName) The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
-