Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnProcessingJob.ProcessingOutputConfigProperty
Packages that use CfnProcessingJob.ProcessingOutputConfigProperty
-
Uses of CfnProcessingJob.ProcessingOutputConfigProperty in software.amazon.awscdk.services.sagemaker
Classes in software.amazon.awscdk.services.sagemaker that implement CfnProcessingJob.ProcessingOutputConfigPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnProcessingJob.ProcessingOutputConfigProperty
Methods in software.amazon.awscdk.services.sagemaker that return CfnProcessingJob.ProcessingOutputConfigPropertyModifier and TypeMethodDescriptionCfnProcessingJob.ProcessingOutputConfigProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.sagemaker with parameters of type CfnProcessingJob.ProcessingOutputConfigPropertyModifier and TypeMethodDescriptionCfnProcessingJob.Builder.processingOutputConfig
(CfnProcessingJob.ProcessingOutputConfigProperty processingOutputConfig) Contains information about the output location for the compiled model and the target device that the model runs on.CfnProcessingJobProps.Builder.processingOutputConfig
(CfnProcessingJob.ProcessingOutputConfigProperty processingOutputConfig) Sets the value ofCfnProcessingJobProps.getProcessingOutputConfig()
void
CfnProcessingJob.setProcessingOutputConfig
(CfnProcessingJob.ProcessingOutputConfigProperty value) Contains information about the output location for the compiled model and the target device that the model runs on.