Uses of Class
software.amazon.awssdk.services.sagemaker.model.HyperParameterTrainingJobDefinition
-
Packages that use HyperParameterTrainingJobDefinition Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HyperParameterTrainingJobDefinition in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HyperParameterTrainingJobDefinition Modifier and Type Method Description HyperParameterTrainingJobDefinitionCreateHyperParameterTuningJobRequest. trainingJobDefinition()The HyperParameterTrainingJobDefinition object that describes the training jobs that this tuning job launches, including static hyperparameters, input data configuration, output data configuration, resource configuration, and stopping condition.HyperParameterTrainingJobDefinitionDescribeHyperParameterTuningJobResponse. trainingJobDefinition()The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this tuning job launches.HyperParameterTrainingJobDefinitionHyperParameterTuningJobSearchEntity. trainingJobDefinition()Returns the value of the TrainingJobDefinition property for this object.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HyperParameterTrainingJobDefinition Modifier and Type Method Description List<HyperParameterTrainingJobDefinition>CreateHyperParameterTuningJobRequest. trainingJobDefinitions()A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.List<HyperParameterTrainingJobDefinition>DescribeHyperParameterTuningJobResponse. trainingJobDefinitions()A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.List<HyperParameterTrainingJobDefinition>HyperParameterTuningJobSearchEntity. trainingJobDefinitions()The job definitions included in a hyperparameter tuning job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HyperParameterTrainingJobDefinition Modifier and Type Method Description CreateHyperParameterTuningJobRequest.BuilderCreateHyperParameterTuningJobRequest.Builder. trainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)The HyperParameterTrainingJobDefinition object that describes the training jobs that this tuning job launches, including static hyperparameters, input data configuration, output data configuration, resource configuration, and stopping condition.DescribeHyperParameterTuningJobResponse.BuilderDescribeHyperParameterTuningJobResponse.Builder. trainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this tuning job launches.HyperParameterTuningJobSearchEntity.BuilderHyperParameterTuningJobSearchEntity.Builder. trainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)Sets the value of the TrainingJobDefinition property for this object.CreateHyperParameterTuningJobRequest.BuilderCreateHyperParameterTuningJobRequest.Builder. trainingJobDefinitions(HyperParameterTrainingJobDefinition... trainingJobDefinitions)A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.DescribeHyperParameterTuningJobResponse.BuilderDescribeHyperParameterTuningJobResponse.Builder. trainingJobDefinitions(HyperParameterTrainingJobDefinition... trainingJobDefinitions)A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.HyperParameterTuningJobSearchEntity.BuilderHyperParameterTuningJobSearchEntity.Builder. trainingJobDefinitions(HyperParameterTrainingJobDefinition... trainingJobDefinitions)The job definitions included in a hyperparameter tuning job.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type HyperParameterTrainingJobDefinition Modifier and Type Method Description CreateHyperParameterTuningJobRequest.BuilderCreateHyperParameterTuningJobRequest.Builder. trainingJobDefinitions(Collection<HyperParameterTrainingJobDefinition> trainingJobDefinitions)A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.DescribeHyperParameterTuningJobResponse.BuilderDescribeHyperParameterTuningJobResponse.Builder. trainingJobDefinitions(Collection<HyperParameterTrainingJobDefinition> trainingJobDefinitions)A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.HyperParameterTuningJobSearchEntity.BuilderHyperParameterTuningJobSearchEntity.Builder. trainingJobDefinitions(Collection<HyperParameterTrainingJobDefinition> trainingJobDefinitions)The job definitions included in a hyperparameter tuning job.
-