Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrainingJobDefinition
-
Packages that use TrainingJobDefinition Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrainingJobDefinition in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TrainingJobDefinition Modifier and Type Method Description TrainingJobDefinitionAlgorithmValidationProfile. trainingJobDefinition()TheTrainingJobDefinitionobject that describes the training job that SageMaker runs to validate your algorithm.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrainingJobDefinition Modifier and Type Method Description AlgorithmValidationProfile.BuilderAlgorithmValidationProfile.Builder. trainingJobDefinition(TrainingJobDefinition trainingJobDefinition)TheTrainingJobDefinitionobject that describes the training job that SageMaker runs to validate your algorithm.
-