Uses of Class
software.amazon.awssdk.services.sagemaker.model.ExperimentConfig
-
Packages that use ExperimentConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ExperimentConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ExperimentConfig Modifier and Type Method Description ExperimentConfigCreateProcessingJobRequest. experimentConfig()Returns the value of the ExperimentConfig property for this object.ExperimentConfigCreateTrainingJobRequest. experimentConfig()Returns the value of the ExperimentConfig property for this object.ExperimentConfigCreateTransformJobRequest. experimentConfig()Returns the value of the ExperimentConfig property for this object.ExperimentConfigDescribeProcessingJobResponse. experimentConfig()The configuration information used to create an experiment.ExperimentConfigDescribeTrainingJobResponse. experimentConfig()Returns the value of the ExperimentConfig property for this object.ExperimentConfigDescribeTransformJobResponse. experimentConfig()Returns the value of the ExperimentConfig property for this object.ExperimentConfigProcessingJob. experimentConfig()Returns the value of the ExperimentConfig property for this object.ExperimentConfigTrainingJob. experimentConfig()Returns the value of the ExperimentConfig property for this object.ExperimentConfigTransformJob. experimentConfig()Returns the value of the ExperimentConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ExperimentConfig Modifier and Type Method Description CreateProcessingJobRequest.BuilderCreateProcessingJobRequest.Builder. experimentConfig(ExperimentConfig experimentConfig)Sets the value of the ExperimentConfig property for this object.CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. experimentConfig(ExperimentConfig experimentConfig)Sets the value of the ExperimentConfig property for this object.CreateTransformJobRequest.BuilderCreateTransformJobRequest.Builder. experimentConfig(ExperimentConfig experimentConfig)Sets the value of the ExperimentConfig property for this object.DescribeProcessingJobResponse.BuilderDescribeProcessingJobResponse.Builder. experimentConfig(ExperimentConfig experimentConfig)The configuration information used to create an experiment.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. experimentConfig(ExperimentConfig experimentConfig)Sets the value of the ExperimentConfig property for this object.DescribeTransformJobResponse.BuilderDescribeTransformJobResponse.Builder. experimentConfig(ExperimentConfig experimentConfig)Sets the value of the ExperimentConfig property for this object.ProcessingJob.BuilderProcessingJob.Builder. experimentConfig(ExperimentConfig experimentConfig)Sets the value of the ExperimentConfig property for this object.TrainingJob.BuilderTrainingJob.Builder. experimentConfig(ExperimentConfig experimentConfig)Sets the value of the ExperimentConfig property for this object.TransformJob.BuilderTransformJob.Builder. experimentConfig(ExperimentConfig experimentConfig)Sets the value of the ExperimentConfig property for this object.
-