Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ProcessingFeatureStoreOutput.Builder
-
Packages that use ProcessingFeatureStoreOutput.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingFeatureStoreOutput.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProcessingFeatureStoreOutput.Builder Modifier and Type Method Description static ProcessingFeatureStoreOutput.BuilderProcessingFeatureStoreOutput. builder()ProcessingFeatureStoreOutput.BuilderProcessingFeatureStoreOutput.Builder. featureGroupName(String featureGroupName)The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output.ProcessingFeatureStoreOutput.BuilderProcessingFeatureStoreOutput. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProcessingFeatureStoreOutput.Builder Modifier and Type Method Description static Class<? extends ProcessingFeatureStoreOutput.Builder>ProcessingFeatureStoreOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProcessingFeatureStoreOutput.Builder Modifier and Type Method Description default ProcessingOutput.BuilderProcessingOutput.Builder. featureStoreOutput(Consumer<ProcessingFeatureStoreOutput.Builder> featureStoreOutput)Configuration for processing job outputs in Amazon SageMaker Feature Store.
-