Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrainingJob
-
Packages that use TrainingJob Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrainingJob in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TrainingJob Modifier and Type Method Description TrainingJobSearchRecord. trainingJob()The properties of a training job.TrainingJobTrialComponentSourceDetail. trainingJob()Information about a training job that's the source of a trial component.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrainingJob Modifier and Type Method Description SearchRecord.BuilderSearchRecord.Builder. trainingJob(TrainingJob trainingJob)The properties of a training job.TrialComponentSourceDetail.BuilderTrialComponentSourceDetail.Builder. trainingJob(TrainingJob trainingJob)Information about a training job that's the source of a trial component.
-