Uses of Class
software.amazon.awssdk.services.sagemaker.model.PipelineExperimentConfig
-
Packages that use PipelineExperimentConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of PipelineExperimentConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return PipelineExperimentConfig Modifier and Type Method Description PipelineExperimentConfigDescribePipelineExecutionResponse. pipelineExperimentConfig()Returns the value of the PipelineExperimentConfig property for this object.PipelineExperimentConfigPipelineExecution. pipelineExperimentConfig()Returns the value of the PipelineExperimentConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type PipelineExperimentConfig Modifier and Type Method Description DescribePipelineExecutionResponse.BuilderDescribePipelineExecutionResponse.Builder. pipelineExperimentConfig(PipelineExperimentConfig pipelineExperimentConfig)Sets the value of the PipelineExperimentConfig property for this object.PipelineExecution.BuilderPipelineExecution.Builder. pipelineExperimentConfig(PipelineExperimentConfig pipelineExperimentConfig)Sets the value of the PipelineExperimentConfig property for this object.
-