Uses of Class
software.amazon.awscdk.services.sagemaker.CfnProcessingJob.ProcessingOutputsObjectProperty.Builder
Packages that use CfnProcessingJob.ProcessingOutputsObjectProperty.Builder
-
Uses of CfnProcessingJob.ProcessingOutputsObjectProperty.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnProcessingJob.ProcessingOutputsObjectProperty.BuilderModifier and TypeMethodDescriptionCfnProcessingJob.ProcessingOutputsObjectProperty.Builder.appManaged
(Boolean appManaged) Sets the value ofCfnProcessingJob.ProcessingOutputsObjectProperty.getAppManaged()
CfnProcessingJob.ProcessingOutputsObjectProperty.Builder.appManaged
(IResolvable appManaged) Sets the value ofCfnProcessingJob.ProcessingOutputsObjectProperty.getAppManaged()
CfnProcessingJob.ProcessingOutputsObjectProperty.builder()
CfnProcessingJob.ProcessingOutputsObjectProperty.Builder.featureStoreOutput
(IResolvable featureStoreOutput) Sets the value ofCfnProcessingJob.ProcessingOutputsObjectProperty.getFeatureStoreOutput()
CfnProcessingJob.ProcessingOutputsObjectProperty.Builder.featureStoreOutput
(CfnProcessingJob.FeatureStoreOutputProperty featureStoreOutput) Sets the value ofCfnProcessingJob.ProcessingOutputsObjectProperty.getFeatureStoreOutput()
CfnProcessingJob.ProcessingOutputsObjectProperty.Builder.outputName
(String outputName) Sets the value ofCfnProcessingJob.ProcessingOutputsObjectProperty.getOutputName()
CfnProcessingJob.ProcessingOutputsObjectProperty.Builder.s3Output
(IResolvable s3Output) Sets the value ofCfnProcessingJob.ProcessingOutputsObjectProperty.getS3Output()
CfnProcessingJob.ProcessingOutputsObjectProperty.Builder.s3Output
(CfnProcessingJob.S3OutputProperty s3Output) Sets the value ofCfnProcessingJob.ProcessingOutputsObjectProperty.getS3Output()
Constructors in software.amazon.awscdk.services.sagemaker with parameters of type CfnProcessingJob.ProcessingOutputsObjectProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnProcessingJob.ProcessingOutputsObjectProperty.Builder
.