Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnProcessingJob.ExperimentConfigProperty
Packages that use CfnProcessingJob.ExperimentConfigProperty
-
Uses of CfnProcessingJob.ExperimentConfigProperty in software.amazon.awscdk.services.sagemaker
Classes in software.amazon.awscdk.services.sagemaker that implement CfnProcessingJob.ExperimentConfigPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnProcessingJob.ExperimentConfigProperty
Methods in software.amazon.awscdk.services.sagemaker that return CfnProcessingJob.ExperimentConfigPropertyModifier and TypeMethodDescriptionCfnProcessingJob.ExperimentConfigProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.sagemaker with parameters of type CfnProcessingJob.ExperimentConfigPropertyModifier and TypeMethodDescriptionCfnProcessingJob.Builder.experimentConfig
(CfnProcessingJob.ExperimentConfigProperty experimentConfig) Associates a SageMaker job as a trial component with an experiment and trial.CfnProcessingJobProps.Builder.experimentConfig
(CfnProcessingJob.ExperimentConfigProperty experimentConfig) Sets the value ofCfnProcessingJobProps.getExperimentConfig()
void
CfnProcessingJob.setExperimentConfig
(CfnProcessingJob.ExperimentConfigProperty value) Associates a SageMaker job as a trial component with an experiment and trial.