| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static HyperParameterTuningJobWarmStartConfig.Builder |
HyperParameterTuningJobWarmStartConfig.builder() |
HyperParameterTuningJobWarmStartConfig.Builder |
HyperParameterTuningJobWarmStartConfig.Builder.parentHyperParameterTuningJobs(Collection<ParentHyperParameterTuningJob> parentHyperParameterTuningJobs)
An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning
job.
|
HyperParameterTuningJobWarmStartConfig.Builder |
HyperParameterTuningJobWarmStartConfig.Builder.parentHyperParameterTuningJobs(Consumer<ParentHyperParameterTuningJob.Builder>... parentHyperParameterTuningJobs)
An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning
job.
|
HyperParameterTuningJobWarmStartConfig.Builder |
HyperParameterTuningJobWarmStartConfig.Builder.parentHyperParameterTuningJobs(ParentHyperParameterTuningJob... parentHyperParameterTuningJobs)
An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning
job.
|
HyperParameterTuningJobWarmStartConfig.Builder |
HyperParameterTuningJobWarmStartConfig.toBuilder() |
HyperParameterTuningJobWarmStartConfig.Builder |
HyperParameterTuningJobWarmStartConfig.Builder.warmStartType(HyperParameterTuningJobWarmStartType warmStartType)
Specifies one of the following:
|
HyperParameterTuningJobWarmStartConfig.Builder |
HyperParameterTuningJobWarmStartConfig.Builder.warmStartType(String warmStartType)
Specifies one of the following:
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HyperParameterTuningJobWarmStartConfig.Builder> |
HyperParameterTuningJobWarmStartConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateHyperParameterTuningJobRequest.Builder |
CreateHyperParameterTuningJobRequest.Builder.warmStartConfig(Consumer<HyperParameterTuningJobWarmStartConfig.Builder> warmStartConfig)
Specifies the configuration for starting the hyperparameter tuning job using one or more previous tuning jobs
as a starting point.
|
default DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.warmStartConfig(Consumer<HyperParameterTuningJobWarmStartConfig.Builder> warmStartConfig)
The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs
as a starting point.
|
Copyright © 2019. All rights reserved.